Installing RMINC on mac seems to be difficult due to python being unable to find libminc2.dylib (or .so). @jasonlerch, you've run into this I think, how did you get around it?
With OSX scrubbing DYLD_LIBRARY_PATH before opening python, find_library is probably useless. Perhaps we could ask OSX users to create an environment variable "MINC_TOOLKIT_PATH" and search on there manually.
Installing RMINC on mac seems to be difficult due to python being unable to find libminc2.dylib (or .so). @jasonlerch, you've run into this I think, how did you get around it?
With OSX scrubbing DYLD_LIBRARY_PATH before opening python, find_library is probably useless. Perhaps we could ask OSX users to create an environment variable "MINC_TOOLKIT_PATH" and search on there manually.