Changeset 24662


Ignore:
Timestamp:
03/12/20 20:43:14 (5 years ago)
Author:
jdquinn
Message:

BUG: Set fault on launch of MATLAB during testing (not happening locally, only on Pine Island)

Location:
issm/trunk-jpl/src/wrappers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/matlab/Makefile.am

    r24654 r24662  
    9696#
    9797if STANDALONE_MODULES
    98 if MAC
    99 AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
    100 else
     98#if MAC
     99#AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
     100#else
    101101AM_LDFLAGS += -Wl,-static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
    102102endif
    103 endif
     103#endif
    104104
    105105AM_CXXFLAGS += -D_HAVE_MATLAB_MODULES_ -fPIC
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r24654 r24662  
    7272#
    7373if STANDALONE_MODULES
    74 if MAC
    75 AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
    76 else
     74#if MAC
     75#AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
     76#else
    7777AM_LDFLAGS += -Wl,-static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
    7878endif
    79 endif
     79#endif
    8080
    8181AM_LDFLAGS      += --no-warnings
Note: See TracChangeset for help on using the changeset viewer.