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

brad at geodynamics.org brad at geodynamics.org
Sat May 14 20:06:36 PDT 2011


Author: brad
Date: 2011-05-14 20:06:35 -0700 (Sat, 14 May 2011)
New Revision: 18371

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Replace abs_builddir with top_builddir for compatibility with CentOS (older redhat).

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-05-14 18:02:27 UTC (rev 18370)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-05-15 03:06:35 UTC (rev 18371)
@@ -601,10 +601,10 @@
 			--with-sieve=1 \
 			--download-boost=1 \
 			$(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 && \
+			PETSC_DIR=$(top_builddir)/petsc-dev ; \
+		make PETSC_DIR=$(top_builddir)/petsc-dev && \
+		make PETSC_DIR=$(top_builddir)/petsc-dev install && \
+		make PETSC_DIR=$(top_builddir)/petsc-dev test && \
 		touch ../installed_petsc
 else
 	@echo "$@ already installed. Skipping installation."



More information about the CIG-COMMITS mailing list