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

brad at geodynamics.org brad at geodynamics.org
Wed May 4 07:24:51 PDT 2011


Author: brad
Date: 2011-05-04 07:24:51 -0700 (Wed, 04 May 2011)
New Revision: 18313

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Fixed compilers for pylith.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-05-04 01:17:36 UTC (rev 18312)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-05-04 14:24:51 UTC (rev 18313)
@@ -638,7 +638,7 @@
 	cd pylith-build && \
 		../pylith-$(PYLITH_VER)/configure \
 			--prefix=$(prefix) $(pylith_options) \
-                        $(env_flags) $(env_compilers) \
+                        $(env_flags) $(env_mpicompilers) \
 			PETSC_DIR=$(PETSC_DIR) PETSC_ARCH=$(PETSC_ARCH) ; \
 		make -j $(make_threads) && \
 		make install && \



More information about the CIG-COMMITS mailing list