StochSS / StochKit

StochKit is an extensible tool for stochastic simulation tool with stochastic and multiscale algorithms.
GNU General Public License v3.0
16 stars 5 forks source link

Fix libboost dyld (dynamic linker) paths on OSX #16

Closed alubbock closed 8 years ago

alubbock commented 8 years ago

System Integrity Protection (SIP) on OSX "El Capitan" means that the DYLD_LIBRARY_PATH environment variable can no longer be used. This fix to the StochKit installer script circumvents the problem by assigning relative paths to each of the libboost*.dylib files after boost is built, which are passed on to each executable linking against those dylibs. They are then automatically found at runtime without having to set any environment variables.

briandrawert commented 8 years ago

Replaced with #17, needs to be merged to the develop branch prior to pushing to master.