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

brad at geodynamics.org brad at geodynamics.org
Fri Nov 30 16:06:55 PST 2012


Author: brad
Date: 2012-11-30 16:06:55 -0800 (Fri, 30 Nov 2012)
New Revision: 21096

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Updated location of petsc repository.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-11-30 23:28:31 UTC (rev 21095)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-12-01 00:06:55 UTC (rev 21096)
@@ -698,9 +698,9 @@
 petsc_options += --with-cuda=1 --with-cusp=1 --with-thrust=1 --with-nvcc=$(NVCC)
 endif
 if USE_PYLITH_SVN
-	hg clone http://petsc.cs.iit.edu/petsc/petsc-dev
+	hg clone https://bitbucket.org/petsc/petsc-dev
 	cd petsc-dev/config && \
-		hg clone http://petsc.cs.iit.edu/petsc/BuildSystem BuildSystem
+		hg clone https://bitbucket.org/petsc/buildsystem BuildSystem
 else
 	$(FETCH_SCRIPT) "$(downloader)" petsc-dev-pylith-$(PYLITH_VER).tgz http://www.geodynamics.org/cig/software/pylith
 	$(TAR) -zxf petsc-dev-pylith-$(PYLITH_VER).tgz



More information about the CIG-COMMITS mailing list