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

brad at geodynamics.org brad at geodynamics.org
Thu Aug 16 17:01:50 PDT 2012


Author: brad
Date: 2012-08-16 17:01:50 -0700 (Thu, 16 Aug 2012)
New Revision: 20584

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Revert change (unnecessary).

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-08-16 23:28:47 UTC (rev 20583)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-08-17 00:01:50 UTC (rev 20584)
@@ -139,8 +139,7 @@
 
 if WITH_FORTRAN
 env_compilers = CC=$(CC) CXX=$(CXX) FC=$(FC)
-# spaces in next line insure gap between command and flags.
-env_mpicompilers = CC="mpicc " CXX="mpicxx " FC="mpif90 "
+env_mpicompilers = CC=mpicc CXX=mpicxx FC=mpif90
 else
 env_compilers = CC=$(CC) CXX=$(CXX)
 env_mpicompilers = CC=mpicc CXX=mpicxx



More information about the CIG-COMMITS mailing list