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 b0e80fb commit ff435a1Copy full SHA for ff435a1
installxSDK.sh
@@ -52,7 +52,7 @@ cd xsdk
52
# This currently requires git, for the release version it will be optional
53
# TODO check for --with-git=0 option indicating to obtain PETSc from a tarball and not the git repository
54
55
-PETSC_BRANCH='barry/downloads'
+#PETSC_BRANCH='barry/downloads'
56
# Get PETSc
57
if [ ! -d petsc ]; then
58
if [ "${WITHGIT}" != "0" ]; then
@@ -64,7 +64,7 @@ if [ ! -d petsc ]; then
64
fi
65
cd petsc
66
git fetch
67
-git checkout $PETSC_BRANCH
+#git checkout $PETSC_BRANCH
68
git pull
69
70
0 commit comments