We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93718ac commit 15cbbf2Copy full SHA for 15cbbf2
externalpackages/petsc/install-3.23-mac.sh
@@ -3,7 +3,7 @@ set -eu
3
4
## Constants
5
#
6
-VER="3.23.4"
+VER="3.23.6"
7
8
PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" # DO NOT CHANGE THIS
9
PREFIX="${ISSM_DIR}/externalpackages/petsc/install" # Set to location where external package should be installed
@@ -37,7 +37,6 @@ cd ${PETSC_DIR}
37
--with-x=0 \
38
--with-ssl=0 \
39
--with-pic=1 \
40
- --LDFLAGS="-Wl,-ld_classic" \
41
--download-metis=1 \
42
--download-mpich=1 \
43
--download-mumps=1 \
0 commit comments