Changeset 27865


Ignore:
Timestamp:
07/31/23 14:25:35 (20 months ago)
Author:
jdquinn
Message:

BUG: Add supplied location of libgfortran to wrappers under macOS

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

Legend:

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

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

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