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

brad at geodynamics.org brad at geodynamics.org
Tue Mar 6 11:47:34 PST 2012


Author: brad
Date: 2012-03-06 11:47:34 -0800 (Tue, 06 Mar 2012)
New Revision: 19729

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Disable use of DAP in netcdf.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-03-06 18:48:30 UTC (rev 19728)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-03-06 19:47:34 UTC (rev 19729)
@@ -422,7 +422,7 @@
 	cd netcdf-build && \
 		../netcdf-$(NETCDF_VER)/configure \
 			--prefix=$(prefix) $(env_flags) $(env_compilers) \
-			--enable-shared --disable-static --disable-netcdf-4 ; \
+			--enable-shared --disable-static --disable-netcdf-4 --disable-dap ; \
 		make -j $(make_threads) && \
 		make install && \
 		touch ../installed_netcdf



More information about the CIG-COMMITS mailing list