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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu Sep 4 08:34:53 PDT 2008


Author: mturk
Date: Thu Sep  4 08:34:52 2008
New Revision: 751
URL: http://yt.spacepope.org/changeset/751

Log:
Oops, I meant to have the new module commented out by default.



Modified:
   trunk/yt/lagos/setup.py

Modified: trunk/yt/lagos/setup.py
==============================================================================
--- trunk/yt/lagos/setup.py	(original)
+++ trunk/yt/lagos/setup.py	Thu Sep  4 08:34:52 2008
@@ -19,7 +19,7 @@
     config = Configuration('lagos',parent_package,top_path)
     config.make_config_py() # installs __config__.py
     config.add_extension("PointCombine", "yt/lagos/PointCombine.c", libraries=["m"])
-    config.add_extension("RTIntegrator", "yt/lagos/RTIntegrator.c")
+    #config.add_extension("RTIntegrator", "yt/lagos/RTIntegrator.c")
     config.add_subpackage("hop")
     H5dir = check_for_hdf5()
     if H5dir is not None:



More information about the yt-svn mailing list