Changeset 19703


Ignore:
Timestamp:
11/10/15 08:13:31 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing m4 macros, Eric's settings were hardcoded

File:
1 edited

Legend:

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

    r19702 r19703  
    304304                   *)
    305305           MEXLINK=$($MATLAB_ROOT/bin/mex -v 2>&1 < /dev/null | grep LDFLAGS     | sed -e "s/         LDFLAGS            = //g")
    306            MEXLIB="-L$MATLAB_ROOT/bin/maci64  -Wl,$MATLAB_ROOT/bin/maci64/libmx.dylib -lmex -lmat -lstdc++"
     306                          MEXLIB=$( $MATLAB_ROOT/bin/mex -v 2>&1 < /dev/null | grep CXXLIBS     | sed -e "s/         CXXLIBS            = //g")
    307307                     MEXEXT=$( $MATLAB_ROOT/bin/mex -v 2>&1 < /dev/null | grep LDEXTENSION | sed -e "s/         LDEXTENSION        = //g")
    308308                                dnl version 2014 and up
Note: See TracChangeset for help on using the changeset viewer.