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 593053c commit 273d495Copy full SHA for 273d495
installxSDK.sh
@@ -68,6 +68,7 @@ if [ ! -d petsc ]; then
68
elif [ "${WITHGIT}" != "0" ]; then
69
${WITHGIT} clone https://bitbucket.org/petsc/petsc.git petsc
70
cd petsc
71
+ git checkout $PETSC_COMMIT
72
else
73
curl https://bitbucket.org/petsc/petsc/get/${PETSC_COMMIT}.tar.gz > petsc.tar.gz
74
dir=`tar -tzf petsc.tar.gz | head -1`
0 commit comments