Skip to content

Commit eee23d8

Browse files
Reverting changes for now to debug
1 parent 1ead908 commit eee23d8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

etc/environment.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,6 @@ if [ -d "${PETSC_ROOT_TEMP}" ]; then
325325
fi
326326
fi
327327

328-
# Set BLAS/LAPACK_ROOT if macOS and not installed via PETSc
329-
if [[ ${OS_NAME} == "Darwin" ] && [ -z "${BLAS_ROOT+x}" ]]; then
330-
BLASLAPACK_ROOT=$(find /Library -name libblas* 2>/dev/null | sed "s/[0-9]*://g" | head -1)
331-
export BLAS_ROOT=${BLASLAPACK_ROOT%/*}
332-
export LAPACK_ROOT=${BLAS_ROOT}
333-
fi
334-
335328
MPLAPACK_ROOT_TEMP="${ISSM_EXT_DIR}/mplapack/install"
336329
if [ -d "${MPLAPACK_ROOT_TEMP}" ]; then
337330
cplus_include_path_prepend "${MPLAPACK_ROOT_TEMP}/include"

externalpackages/petsc/install-3.23-mac.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ cd ${PETSC_DIR}
3232
--with-x=0 \
3333
--with-ssl=0 \
3434
--with-pic=1 \
35+
--download-fblaslapack=1 \
3536
--download-metis=1 \
3637
--download-mpich=1 \
3738
--download-mumps=1 \

0 commit comments

Comments
 (0)