Changeset 24350


Ignore:
Timestamp:
11/18/19 13:17:03 (5 years ago)
Author:
Mathieu Morlighem
Message:

BUG: forgot to call test

File:
1 edited

Legend:

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

    r24328 r24350  
    14901490
    14911491        dnl blas-lapack headers and libraries
    1492         if test "x$HAVE_BLASLAPACK" == "xyes"; then
     1492        if test "x$HAVE_BLASLAPACK" = "xyes"; then
    14931493                BLASLAPACKINCL=""
    14941494                case "${host_os}" in
     
    14981498                *linux*)
    14991499                        BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib"
    1500                         if "x${BLASLAPACK_ROOT}" == "x${PETSC_ROOT}"; then
     1500                        if test "x${BLASLAPACK_ROOT}" = "x${PETSC_ROOT}"; then
    15011501                                BLASLAPACKLIB+=" -lflapack -lfblas"
    15021502                        else
     
    15061506                *darwin*)
    15071507                        BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib"
    1508                         if "x${BLASLAPACK_ROOT}" == "x${PETSC_ROOT}"; then
     1508                        if test "x${BLASLAPACK_ROOT}" = "x${PETSC_ROOT}"; then
    15091509                                BLASLAPACKLIB+=" -lflapack -lfblas"
    15101510                        else
Note: See TracChangeset for help on using the changeset viewer.