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

brad at geodynamics.org brad at geodynamics.org
Tue Apr 26 11:00:54 PDT 2011


Author: brad
Date: 2011-04-26 11:00:54 -0700 (Tue, 26 Apr 2011)
New Revision: 18292

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Fix.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-04-26 17:56:44 UTC (rev 18291)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-04-26 18:00:54 UTC (rev 18292)
@@ -186,7 +186,7 @@
 		touch ../installed_compilers
 
 if GCC_FORTRAN_ONLY
-	$(MV) $(prefix)/bin/gcc $(prefix)/bin/gcc-$(GCC_VER)
+	mv $(prefix)/bin/gcc $(prefix)/bin/gcc-$(GCC_VER)
 endif
 
 else
@@ -579,7 +579,8 @@
 			--with-shared-libraries=1 \
 			--with-sieve=1 \
 			--download-boost=1 \
-			$(petsc_options) $(env_flags) ; \
+			$(petsc_options) $(env_flags) \
+			PETSC_DIR=$(abs_builddir)/petsc-dev ; \
 		make PETSC_DIR=$(abs_builddir)/petsc-dev && \
 		make PETSC_DIR=$(abs_builddir)/petsc-dev install && \
 		make PETSC_DIR=$(abs_builddir)/petsc-dev test && \



More information about the CIG-COMMITS mailing list