File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -325,13 +325,6 @@ if [ -d "${PETSC_ROOT_TEMP}" ]; then
325325 fi
326326fi
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-
335328MPLAPACK_ROOT_TEMP=" ${ISSM_EXT_DIR} /mplapack/install"
336329if [ -d " ${MPLAPACK_ROOT_TEMP} " ]; then
337330 cplus_include_path_prepend " ${MPLAPACK_ROOT_TEMP} /include"
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments