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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Mon Feb 23 09:39:10 PST 2009


Author: mturk
Date: Mon Feb 23 09:39:08 2009
New Revision: 1178
URL: http://yt.spacepope.org/changeset/1178

Log:
Better safe than sorry; added an H5 1.6 api line to setup.py.



Modified:
   trunk/yt/lagos/setup.py

Modified: trunk/yt/lagos/setup.py
==============================================================================
--- trunk/yt/lagos/setup.py	(original)
+++ trunk/yt/lagos/setup.py	Mon Feb 23 09:39:08 2009
@@ -29,6 +29,7 @@
         include_dirs=[os.path.join(H5dir,"include")]
         library_dirs=[os.path.join(H5dir,"lib")]
         config.add_extension("HDF5LightReader", "yt/lagos/HDF5LightReader.c",
+                             define_macros=[("H5_USE_16_API",True)],
                              libraries=["m","hdf5"],
                              library_dirs=library_dirs, include_dirs=include_dirs)
     # Uncomment the next two lines if you want particle_density support



More information about the yt-svn mailing list