Changeset 24370


Ignore:
Timestamp:
11/20/19 11:49:34 (5 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing test on lapack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r24369 r24370  
    14981498                *linux*)
    14991499                        BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib"
    1500                         if test -f "${BLASLAPACKLIB}/libflapack.*"; then
     1500                        if ls ${BLASLAPACK_ROOT}/lib/libflapack.* 1> /dev/null 2>&1; then
    15011501                                BLASLAPACKLIB+=" -lflapack -lfblas"
    15021502                        else
Note: See TracChangeset for help on using the changeset viewer.