Changeset 27866


Ignore:
Timestamp:
07/31/23 20:41:23 (20 months ago)
Author:
jdquinn
Message:

CHG: Reverting last change as it does not resolve the issue with libgfortran

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

Legend:

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

    r27865 r27866  
    121121if MAC
    122122AM_LDFLAGS += -Wl,-rpath,'@rpath'
    123 if FORTRAN
    124 AM_LDFLAGS += -Wl,-rpath,$(FORTRANDIR)
    125 endif
    126123else
    127124AM_LDFLAGS += -Wl,-static -Wl,-lbacktrace -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
  • TabularUnified issm/trunk-jpl/src/wrappers/python/Makefile.am

    r27865 r27866  
    105105if STANDALONE_MODULES
    106106if MAC
    107 AM_LDFLAGS += -Wl,-rpath,'@rpath' -Wl,-rpath,'/Applications/Xcode.app/Contents/Developer/Library/Frameworks' -Wl,-rpath,'/Library/Developer/CommandLineTools/Library/Frameworks'
    108 if FORTRAN
    109 AM_LDFLAGS += -Wl,-rpath,$(FORTRANDIR)
    110 endif
    111107else
    112108AM_LDFLAGS += -Wl,-static -Wl,-lbacktrace -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
Note: See TracChangeset for help on using the changeset viewer.