Changeset 11511


Ignore:
Timestamp:
02/23/12 13:10:29 (13 years ago)
Author:
Mathieu Morlighem
Message:

mexversion not needed

File:
1 edited

Legend:

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

    r11464 r11511  
    7878                                dnl if matlab version is 7.10 or more, we must use mexmaci64 (64 bits)
    7979                                MEXLINK="-O -Wl,-flat_namespace -undefined suppress -arch i386 -bundle -Wl,-exported_symbols_list,$MATLAB_ROOT/extern/lib/maci/mexFunction.map"
    80                                 MEXLIB=" mexversion.o -L$MATLAB_ROOT/bin/maci/ -lmx -lmex -lmat -lstdc++ -largeArrayDims"
     80                                MEXLIB=" -L$MATLAB_ROOT/bin/maci/ -lmx -lmex -lmat -lstdc++ -largeArrayDims"
    8181                                if test $MATLAB_MAJOR -ge 7; then
    8282                                         if test $MATLAB_MINOR -ge 10; then
Note: See TracChangeset for help on using the changeset viewer.