Skip to content

Commit 15cbbf2

Browse files
committed
CHG: macOS gets confused with libscalapack 2.2.2 vs 2.2, removing --LDFLAGS seems to fix it
1 parent 93718ac commit 15cbbf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

externalpackages/petsc/install-3.23-mac.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eu
33

44
## Constants
55
#
6-
VER="3.23.4"
6+
VER="3.23.6"
77

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
@@ -37,7 +37,6 @@ cd ${PETSC_DIR}
3737
--with-x=0 \
3838
--with-ssl=0 \
3939
--with-pic=1 \
40-
--LDFLAGS="-Wl,-ld_classic" \
4140
--download-metis=1 \
4241
--download-mpich=1 \
4342
--download-mumps=1 \

0 commit comments

Comments
 (0)