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

brad at geodynamics.org brad at geodynamics.org
Sat May 14 20:43:10 PDT 2011


Author: brad
Date: 2011-05-14 20:43:09 -0700 (Sat, 14 May 2011)
New Revision: 18375

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Finally fixed abs_builddir for CentOS.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-05-15 03:13:00 UTC (rev 18374)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-05-15 03:43:09 UTC (rev 18375)
@@ -602,10 +602,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=$(abs_builddir) ; \
+		make PETSC_DIR=$(abs_builddir) && \
+		make PETSC_DIR=$(abs_builddir) install && \
+		make PETSC_DIR=$(abs_builddir) test && \
 		touch ../installed_petsc
 else
 	@echo "$@ already installed. Skipping installation."



More information about the CIG-COMMITS mailing list