[cig-commits] r21105 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Wed Dec 5 14:40:48 PST 2012


Author: brad
Date: 2012-12-05 14:40:48 -0800 (Wed, 05 Dec 2012)
New Revision: 21105

Modified:
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
h5py requires Python >= 2.6.

Modified: short/3D/PyLith/pylith_installer/trunk/configure.ac
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/configure.ac	2012-12-05 22:11:37 UTC (rev 21104)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2012-12-05 22:40:48 UTC (rev 21105)
@@ -526,6 +526,7 @@
        AC_MSG_ERROR([h5py requires HDF5.])
      fi
    fi
+  AM_PATH_PYTHON([2.6])
 else
   if test "$with_h5py" = yes ; then
     CIT_PYTHON_MODULE([h5py],[2.0.0])



More information about the CIG-COMMITS mailing list