KCL-BMEIS / niftyreg

This project contains command line tools to perform rigid, affine and non-linear registration of nifti or analyse images as well as utilities
BSD 3-Clause "New" or "Revised" License
141 stars 42 forks source link

Compiling linking to relative path #70

Closed vigji closed 2 years ago

vigji commented 4 years ago

I have a question related to the compilation. I followed the instruction to compile the binaries on a macOS and everything worked perfectly. When configuring the compilation, I had to specify the absolute path where to find the .dyld files. Is there a way to make this path relative to the /bin folder, so that I can move the package around and still looks for them in the correct place?

(the question is related to add support for macOS in the niftyreg-based package amap-python)

I apologise for the naïveté of the question, but I have 0 experience with compiling and this would be potentially very useful.

mmodat commented 2 years ago

amap-python seems to have evolved in regbrain. Closing this for now while I am slowly getting back to it.