Changeset 27735
- Timestamp:
- 05/09/23 21:40:07 (2 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r27638 r27735 2445 2445 FORTRAN_DIR=$(echo ${FORTRAN_LIB} | sed -e "s/-L//g" | awk '{print $[1]}') 2446 2446 if test -d "${FORTRAN_DIR}" || test -f "${FORTRAN_DIR}"; then 2447 FORTRANDIR="${FORTRAN_DIR}" 2447 2448 FORTRANLIB="${FORTRAN_LIB}" 2448 2449 AC_DEFINE([_HAVE_FORTRAN_], [1], [with Fortran library in ISSM src]) 2450 AC_SUBST([FORTRANDIR]) 2449 2451 AC_SUBST([FORTRANLIB]) 2450 2452 else -
issm/trunk-jpl/src/c/Makefile.am
r27709 r27735 775 775 AM_LDFLAGS += -static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN/../lib' 776 776 endif 777 else 778 if MAC 779 AM_LDFLAGS += -Wl,-rpath,$(FORTRANDIR) 780 endif 777 781 endif 778 782
Note:
See TracChangeset
for help on using the changeset viewer.