[Yt-svn] yt-commit r1537 - trunk/yt/lagos

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Sat Nov 21 14:41:00 PST 2009


Author: mturk
Date: Sat Nov 21 14:40:58 2009
New Revision: 1537
URL: http://yt.enzotools.org/changeset/1537

Log:
Re-commented cic_deposit, removed parallelHOP (for now)



Modified:
   trunk/yt/lagos/setup.py

Modified: trunk/yt/lagos/setup.py
==============================================================================
--- trunk/yt/lagos/setup.py	(original)
+++ trunk/yt/lagos/setup.py	Sat Nov 21 14:40:58 2009
@@ -22,7 +22,6 @@
     config.add_extension("PointCombine", "yt/lagos/PointCombine.c", libraries=["m"])
     config.add_subpackage("hop")
     config.add_subpackage("fof")
-    config.add_subpackage("parallelHOP")
     H5dir = check_for_hdf5()
     if H5dir is not None:
         include_dirs=[os.path.join(H5dir,"include")]
@@ -32,6 +31,6 @@
                              libraries=["m","hdf5"],
                              library_dirs=library_dirs, include_dirs=include_dirs)
     # Uncomment the next two lines if you want particle_density support
-    config.add_extension("cic_deposit", ["yt/lagos/enzo_routines/cic_deposit.pyf",
-                                         "yt/lagos/enzo_routines/cic_deposit.f"])
+    #config.add_extension("cic_deposit", ["yt/lagos/enzo_routines/cic_deposit.pyf",
+    #                                     "yt/lagos/enzo_routines/cic_deposit.f"])
     return config



More information about the yt-svn mailing list