File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,6 @@ VER="3.23.6"
99PETSC_DIR=" ${ISSM_DIR} /externalpackages/petsc/src" # DO NOT CHANGE THIS
1010PREFIX=" ${ISSM_DIR} /externalpackages/petsc/install" # Set to location where external package should be installed
1111
12- # Environment
13- if [ -z ${LDFLAGS+x} ]; then
14- LDFLAGS=" "
15- fi
16-
1712# Download source
1813${ISSM_DIR} /scripts/DownloadExternalPackage.sh " https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${VER} .tar.gz" " petsc-${VER} .tar.gz"
1914
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ VER="3.23.6"
88PETSC_DIR=" ${ISSM_DIR} /externalpackages/petsc/src" # DO NOT CHANGE THIS
99PREFIX=" ${ISSM_DIR} /externalpackages/petsc/install" # Set to location where external package should be installed
1010
11- # Environment
12- if [ -z ${LDFLAGS+x} ]; then
13- LDFLAGS=" "
14- fi
15-
1611# Download source
1712${ISSM_DIR} /scripts/DownloadExternalPackage.sh " https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${VER} .tar.gz" " petsc-${VER} .tar.gz"
1813
@@ -37,6 +32,7 @@ cd ${PETSC_DIR}
3732 --with-x=0 \
3833 --with-ssl=0 \
3934 --with-pic=1 \
35+ --download-fblaslapack=1 \
4036 --download-metis=1 \
4137 --download-mpich=1 \
4238 --download-mumps=1 \
You can’t perform that action at this time.
0 commit comments