[cig-commits] r18561 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Wed Jun 8 21:23:39 PDT 2011


Author: brad
Date: 2011-06-08 21:23:38 -0700 (Wed, 08 Jun 2011)
New Revision: 18561

Modified:
   short/3D/PyLith/trunk/TODO
   short/3D/PyLith/trunk/configure.ac
Log:
Added autoconf macro for large file support (useful for HDF5).

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2011-06-09 02:24:57 UTC (rev 18560)
+++ short/3D/PyLith/trunk/TODO	2011-06-09 04:23:38 UTC (rev 18561)
@@ -10,8 +10,10 @@
 
 * BUILDBOT
 
-  don't run tests_auto
-  rebase of gcc_eh.dll?
+  32bit linux (nix)
+    HDF5Ext unit tests fail due to large file support missing in meshio::HDF5.cc
+  cygwin
+    don't run tests_auto
 
 ----------------------------------------
 BUGS

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2011-06-09 02:24:57 UTC (rev 18560)
+++ short/3D/PyLith/trunk/configure.ac	2011-06-09 04:23:38 UTC (rev 18561)
@@ -156,6 +156,9 @@
 # Check for Python modules and packages.
 CIT_PYTHON_EGG_SETUP
 
+# Large file support
+AC_SYS_LARGEFILE
+
 # NUMPY
 CIT_NUMPY_PYTHON_MODULE
 CIT_NUMPY_INCDIR



More information about the CIG-COMMITS mailing list