File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33PREFIX=" notset"
44WITHGIT=" git"
55PACKAGEDIR=" 0"
6- PETSC_COMMIT=" v3.7"
6+ PETSC_COMMIT=" v3.7.2 "
77
88for i in " $@ "
99 do
4444# make directory where builds will occur
4545if [ ! -d xsdk ]; then
4646 mkdir xsdk
47- printf " Creating work directory xsdk for all temporary files"
47+ printf " Creating work directory xsdk for all temporary files\n "
4848fi
4949cd xsdk
5050
@@ -66,6 +66,7 @@ if [ ! -d petsc ]; then
6666 cd petsc
6767 fi
6868 elif [ " ${WITHGIT} " != " 0" ]; then
69+ printf " Using git to obtain the packages\n"
6970 ${WITHGIT} clone https://bitbucket.org/petsc/petsc.git petsc
7071 cd petsc
7172 git checkout $PETSC_COMMIT
8182 cd petsc
8283 git fetch
8384 git checkout $PETSC_COMMIT
85+ printf " Using $PETSC_COMMIT version/git commit of PETSc\n"
8486 git pull
8587 fi
8688fi
You can’t perform that action at this time.
0 commit comments