Ignore:
Timestamp:
07/22/22 15:21:54 (3 years ago)
Author:
jdquinn
Message:

CHG: Support for latest version of MPLAPACK; set BLAS_ROOT if user has external copy of LAPACK that installs libblas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/etc/environment.sh ΒΆ

    r27158 r27162  
    317317                path_append "${LAPACK_ROOT}/lib" # Allows dynamic loader to find DLLs
    318318        fi
     319
     320        if ls ${LAPACK_ROOT}/lib/libblas.* 1> /dev/null 2>&1; then
     321                export BLAS_ROOT="${LAPACK_ROOT}"
     322        fi
    319323fi
    320324
Note: See TracChangeset for help on using the changeset viewer.