Changeset 24370
- Timestamp:
- 11/20/19 11:49:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r24369 r24370 1498 1498 *linux*) 1499 1499 BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib" 1500 if test -f "${BLASLAPACKLIB}/libflapack.*"; then1500 if ls ${BLASLAPACK_ROOT}/lib/libflapack.* 1> /dev/null 2>&1; then 1501 1501 BLASLAPACKLIB+=" -lflapack -lfblas" 1502 1502 else
Note:
See TracChangeset
for help on using the changeset viewer.