We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d661d commit cfd9ba9Copy full SHA for cfd9ba9
installxSDK.sh
@@ -47,7 +47,7 @@ fi
47
cd xsdk
48
49
if [ "${PETSC_BRANCH}x" = "x" ]; then
50
- PETSC_BRANCH="master"
+ PETSC_BRANCH="maint"
51
fi
52
53
if [ ! -d petsc ]; then
@@ -71,7 +71,7 @@ if [ ! -d petsc ]; then
71
${WITHGIT} clone https://bitbucket.org/petsc/petsc.git petsc
72
cd petsc
73
else
74
- curl https://bitbucket.org/petsc/petsc/get/master.tar.gz > petsc.tar.gz
+ curl https://bitbucket.org/petsc/petsc/get/maint.tar.gz > petsc.tar.gz
75
dir=`tar -tzf petsc.tar.gz | head -1`
76
tar zxf petsc.tar.gz
77
mv -f ${dir} petsc
0 commit comments