source: issm/oecreview/Archive/24307-24683/ISSM-24349-24350.diff

Last change on this file was 24684, checked in by Mathieu Morlighem, 5 years ago

CHG: added new review

File size: 1.0 KB
  • ../trunk-jpl/m4/issm_options.m4

     
    14891489        AC_MSG_RESULT($HAVE_BLASLAPACK)
    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
    14951495                *cygwin*)
     
    14971497                  ;;
    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
    15031503                                BLASLAPACKLIB+=" -llapack -lblas"
     
    15051505                ;;
    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
    15111511                                BLASLAPACKLIB+=" -llapack -lblas"
Note: See TracBrowser for help on using the repository browser.