Changeset 18477
- Timestamp:
 - 09/02/14 09:40:22 (11 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  issm/trunk-jpl/m4/issm_options.m4 (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
issm/trunk-jpl/m4/issm_options.m4
r18373 r18477 272 272 ;; 273 273 *) 274 MEXLINK=$( mex -v 2>&1 < /dev/null | grep LDFLAGS | sed -e "s/ LDFLAGS = // g" | sed -e "s/-[[^ ]]*mexFunction\\.map//g")274 MEXLINK=$($MATLAB_ROOT/bin/mex -v 2>&1 < /dev/null | grep LDFLAGS | sed -e "s/ LDFLAGS = //g") 275 275 MEXLIB=$( $MATLAB_ROOT/bin/mex -v 2>&1 < /dev/null | grep CXXLIBS | sed -e "s/ CXXLIBS = //g") 276 276 MEXEXT=$( $MATLAB_ROOT/bin/mex -v 2>&1 < /dev/null | grep LDEXTENSION | sed -e "s/ LDEXTENSION = //g") … … 286 286 rm -f conftest.tmp 287 287 fi 288 289 dnl Make sure mexFunction.map is not in MEXLIB to avoid problems with global variables 290 MEXLINK=$(echo $MEXLINK | sed -e "s/-[[^ ]]*mexFunction\\.map//g") 288 291 289 292 ;;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)