MNT: rpath
- Remove
-search_paths_firstfrom macOS ld flags, as it has been enabled by default since ~2010. - Explicitly set
-rpathtopwdand$FSLDIR/lib, in that order. - Set
install_namefor shared libs on macOS so that executables will refer to them via-rpath.
These last two changes are explicitly performed by conda build, but are needed for stand-alone/development compilation
Edited by Paul McCarthy