Changeset 21154


Ignore:
Timestamp:
08/22/16 10:03:38 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: superlu library has a new name

File:
1 edited

Legend:

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

    r20839 r21154  
    16001600        if test "x$HAVE_SUPERLU" == "xyes"; then
    16011601                  SUPERLUINCL=-I"$SUPERLU_ROOT/include"
    1602                   SUPERLULIB=-L"$SUPERLU_ROOT/lib -lsuperlu_4.3"
     1602                  SUPERLULIB=-L"$SUPERLU_ROOT/lib -lsuperlu_dist"
    16031603                  AC_DEFINE([_HAVE_SUPERLU_],[1],[with Superlu in ISSM src])
    16041604                  AC_SUBST([SUPERLUINCL])
Note: See TracChangeset for help on using the changeset viewer.