MNT: rpath
- Remove
-search_paths_first
from macOS ld flags, as it has been enabled by default since ~2010. - Explicitly set
-rpath
topwd
and$FSLDIR/lib
, in that order. - Set
install_name
for 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