[cig-commits] [commit] baagaard/fix-setup-darwin, master: Switch to v2.0.0 tarballs. (803b748)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 13:11:19 PST 2014


Repository : https://github.com/geodynamics/pylith_installer

On branches: baagaard/fix-setup-darwin,master
Link       : https://github.com/geodynamics/pylith_installer/compare/0000000000000000000000000000000000000000...1cd4a9f5191db62d67df5e355597cd59d8dab2fa

>---------------------------------------------------------------

commit 803b7486a5954c7280ed5372bb13e1b58b734d7f
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Jun 5 14:52:52 2014 -0700

    Switch to v2.0.0 tarballs.


>---------------------------------------------------------------

803b7486a5954c7280ed5372bb13e1b58b734d7f
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0819a73..d2a20fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -707,7 +707,7 @@ else
 petsc_build_options = 
 endif
 if PETSC_TARBALL
-	$(FETCH_SCRIPT) "$(downloader)" petsc-pylith-$(PETSC_VER).tgz https://github.com/geodynamics/pylith/releases/download/v$(PETSC_VER)rc1
+	$(FETCH_SCRIPT) "$(downloader)" petsc-pylith-$(PETSC_VER).tgz https://github.com/geodynamics/pylith/releases/download/v$(PETSC_VER)
 	$(TAR) -zxf petsc-pylith-$(PETSC_VER).tgz
 else
 	git clone --depth 1 -b knepley/pylith https://bitbucket.org/petsc/petsc.git petsc-pylith
@@ -756,7 +756,7 @@ pylith_options += --enable-swig
 	$(GIT) clone --recursive --depth 1 -b $(pylith_git) https://github.com/geodynamics/pylith.git pylith-$(PYLITH_VER)
 	cd pylith-$(PYLITH_VER) && $(AUTORECONF) -if
 else
-	$(FETCH_SCRIPT) "$(downloader)" pylith-$(PYLITH_VER).tgz https://github.com/geodynamics/pylith/releases/download/v$(PYLITH_VER)rc1
+	$(FETCH_SCRIPT) "$(downloader)" pylith-$(PYLITH_VER).tgz https://github.com/geodynamics/pylith/releases/download/v$(PYLITH_VER)
 	$(TAR) -zxvf pylith-$(PYLITH_VER).tgz
 endif
 	$(MKDIR_P) pylith-build



More information about the CIG-COMMITS mailing list