Skip to content

MNT: rpath

Paul McCarthy requested to merge mnt/rpath into master
  • Remove -search_paths_first from macOS ld flags, as it has been enabled by default since ~2010.
  • Explicitly set -rpath to pwd 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

Merge request reports