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

brad at geodynamics.org brad at geodynamics.org
Wed Apr 6 19:02:26 PDT 2011


Author: brad
Date: 2011-04-06 19:02:26 -0700 (Wed, 06 Apr 2011)
New Revision: 18191

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
   short/3D/PyLith/pylith_installer/trunk/TODO
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
Updated TODO.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-04-07 02:02:16 UTC (rev 18190)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-04-07 02:02:26 UTC (rev 18191)
@@ -334,7 +334,7 @@
 		make install
 
 else
-if WITH_HDF5
+if WITH_NETCDF
 	@echo "$@ already installed. Skipping installation."
 else
 	@echo "netcdf option not requested. To enable NetCDF option, "
@@ -383,7 +383,7 @@
 if INSTALL_PETSC
 # :TODO: Use nightly tarball if PyLith is coming from SVN repository
 	$(FETCH_SCRIPT) "$(downloader)" petsc-dev-pylith-$(PYLITH_VER).tgz http://www.geodynamics.org/cig/software/pylith
-	$(TAR) -zxf petsc-dev-$(PYLITH_VER).tar.gz
+	$(TAR) -zxf petsc-dev-pylith-$(PYLITH_VER).tgz
 else
 	@echo "$@ already installed. Skipping installation."
 endif

Modified: short/3D/PyLith/pylith_installer/trunk/TODO
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/TODO	2011-04-07 02:02:16 UTC (rev 18190)
+++ short/3D/PyLith/pylith_installer/trunk/TODO	2011-04-07 02:02:26 UTC (rev 18191)
@@ -34,4 +34,10 @@
     build from repository
 
 
-Automatically set environment variables for make.
\ No newline at end of file
+Automatically set environment variables for make.
+
+
+AC_PROG_MKDIR_P not available with autoconf 2.59.
+Need to add fetch.sh to distribution "install" fetch.sh script.
+
+Need to add CPPFLAGS, LDFLAGS of prefix to spatialdata, pylith.
\ No newline at end of file

Modified: short/3D/PyLith/pylith_installer/trunk/configure.ac
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-04-07 02:02:16 UTC (rev 18190)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-04-07 02:02:26 UTC (rev 18191)
@@ -350,7 +350,7 @@
 fi
 
 # NETCDF
-if test "$install_proj4" = "yes" ; then
+if test "$install_netcdf" = "yes" ; then
   echo "do nothing" >& /dev/null
 else
   if test "$with_netcdf" = "yes" ; then



More information about the CIG-COMMITS mailing list