Changeset 4708


Ignore:
Timestamp:
07/21/10 18:43:36 (15 years ago)
Author:
Eric.Larour
Message:

Added NOFILEIO directive for Scotch mex module compilation.
Added chacominusblas library compilation in Chaco.

File:
1 edited

Legend:

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

    r4665 r4708  
    186186                HAVE_CHACO=yes
    187187                CHACOINCL=-I$CHACO_ROOT/include
    188                 CHACOLIB="-L$CHACO_ROOT/lib -lchaco"
     188                CHACOLIB="-L$CHACO_ROOT/lib -lchacominusblas"
    189189
    190190                AC_DEFINE([_HAVE_CHACO_],[1],[with Chaco in ISSM src])
     
    207207                dnl defaults
    208208                HAVE_SCOTCH=yes
    209                 SCOTCHINCL="-I$SCOTCH_ROOT/include -DSCOTCH_VERSION=\\\"UNKNOWN\\\""
    210                 SCOTCHLIB="-L$SCOTCH_ROOT/lib -lscotch -lscotcherr -lscotcherrexit -lscotchmetis"
     209                SCOTCHINCL="-DNOFILEIO -I$SCOTCH_ROOT/include -DSCOTCH_VERSION=\\\"UNKNOWN\\\""
     210                SCOTCHLIB="-L$SCOTCH_ROOT/lib -lnfioscotch -lnfioscotcherr -lnfioscotcherrexit -lscotchmetis"
    211211
    212212
Note: See TracChangeset for help on using the changeset viewer.