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

brad at geodynamics.org brad at geodynamics.org
Thu Aug 16 13:16:21 PDT 2012


Author: brad
Date: 2012-08-16 13:16:21 -0700 (Thu, 16 Aug 2012)
New Revision: 20582

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Add space at end of compiler command to insure space between command and flags (workaround for some old build tools).

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-08-16 17:15:43 UTC (rev 20581)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-08-16 20:16:21 UTC (rev 20582)
@@ -139,7 +139,8 @@
 
 if WITH_FORTRAN
 env_compilers = CC=$(CC) CXX=$(CXX) FC=$(FC)
-env_mpicompilers = CC=mpicc CXX=mpicxx FC=mpif90
+# spaces in next line insure gap between command and flags.
+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