Changeset 27867
- Timestamp:
- 08/01/23 12:01:24 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/install-6.2-mac.sh
r27706 r27867 111 111 ## Patch install names for certain libraries 112 112 # 113 # TODO: Figure out how to reconfigure source to apply these install names at compile time 113 # TODO: Figure out how to reconfigure source to apply these install names at 114 # compile time 114 115 # 115 116 install_name_tool -change libdakota_src_fortran.dylib ${DAK_INSTALL}/lib/libdakota_src_fortran.dylib libdakota_src.dylib … … 130 131 install_name_tool -change libteuchos.dylib ${DAK_INSTALL}/lib/libteuchos.dylib libpecos_src.dylib 131 132 install_name_tool -change libsurfpack_fortran.dylib ${DAK_INSTALL}/lib/libsurfpack_fortran.dylib libsurfpack.dylib 133 134 ## Add LIBGFORTRAN_ROOT to rpath for libraries that need it 135 # 136 # TODO: Figure out how to reconfigure source to add to rpath at compile time 137 # 138 install_name_tool -add_rpath ${LIBGFORTRAN_ROOT} libpecos.dylib 139 install_name_tool -add_rpath ${LIBGFORTRAN_ROOT} libteuchos.dylib 140 install_name_tool -add_rpath ${LIBGFORTRAN_ROOT} liboptpp.dylib 141
Note:
See TracChangeset
for help on using the changeset viewer.