Skip to content

Commit cfd9ba9

Browse files
committed
Switch installxSDK.sh to use maint release branch of PETSc
Funded-by: IDEAS Project: xSDK
1 parent 40d661d commit cfd9ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installxSDK.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747
cd xsdk
4848

4949
if [ "${PETSC_BRANCH}x" = "x" ]; then
50-
PETSC_BRANCH="master"
50+
PETSC_BRANCH="maint"
5151
fi
5252

5353
if [ ! -d petsc ]; then
@@ -71,7 +71,7 @@ if [ ! -d petsc ]; then
7171
${WITHGIT} clone https://bitbucket.org/petsc/petsc.git petsc
7272
cd petsc
7373
else
74-
curl https://bitbucket.org/petsc/petsc/get/master.tar.gz > petsc.tar.gz
74+
curl https://bitbucket.org/petsc/petsc/get/maint.tar.gz > petsc.tar.gz
7575
dir=`tar -tzf petsc.tar.gz | head -1`
7676
tar zxf petsc.tar.gz
7777
mv -f ${dir} petsc

0 commit comments

Comments
 (0)