Skip to content

Commit a9631cd

Browse files
Missing BLASLAPACK; removing default of LDFLAGS
1 parent cf73bc7 commit a9631cd

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

externalpackages/petsc/install-3.23-linux.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ VER="3.23.6"
99
PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" # DO NOT CHANGE THIS
1010
PREFIX="${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

externalpackages/petsc/install-3.23-mac.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ VER="3.23.6"
88
PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" # DO NOT CHANGE THIS
99
PREFIX="${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 \

0 commit comments

Comments
 (0)