Changeset 24369
- Timestamp:
- 11/20/19 10:13:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r24350 r24369 1498 1498 *linux*) 1499 1499 BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib" 1500 if test "x${BLASLAPACK_ROOT}" = "x${PETSC_ROOT}"; then1500 if test -f "${BLASLAPACKLIB}/libflapack.*"; then 1501 1501 BLASLAPACKLIB+=" -lflapack -lfblas" 1502 1502 else … … 1506 1506 *darwin*) 1507 1507 BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib" 1508 if test "x${BLASLAPACK_ROOT}" = "x${PETSC_ROOT}"; then1508 if test -f "${BLASLAPACKLIB}/libflapack.*"; then 1509 1509 BLASLAPACKLIB+=" -lflapack -lfblas" 1510 1510 else
Note:
See TracChangeset
for help on using the changeset viewer.