Skip to content

Commit ff435a1

Browse files
committed
Testing to see if petsc master works for jenkins build.
1 parent b0e80fb commit ff435a1

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
@@ -52,7 +52,7 @@ cd xsdk
5252
# This currently requires git, for the release version it will be optional
5353
# TODO check for --with-git=0 option indicating to obtain PETSc from a tarball and not the git repository
5454

55-
PETSC_BRANCH='barry/downloads'
55+
#PETSC_BRANCH='barry/downloads'
5656
# Get PETSc
5757
if [ ! -d petsc ]; then
5858
if [ "${WITHGIT}" != "0" ]; then
@@ -64,7 +64,7 @@ if [ ! -d petsc ]; then
6464
fi
6565
cd petsc
6666
git fetch
67-
git checkout $PETSC_BRANCH
67+
#git checkout $PETSC_BRANCH
6868
git pull
6969

7070

0 commit comments

Comments
 (0)