Yiren Shen

Results 2 comments of Yiren Shen

@pcarruscag Hi Pedro. After a while we think the problem lies in the .dylib shared library file suffix. After manually changing suffix into _pysu2.so one can import/load the python module....

After some investigation I think the problem is related to how rpath was handled differently in OSX and Linux. There is a post on stackoverflow: [https://stackoverflow.com/questions/19123623/python-runtime-library-dirs-doesnt-work-on-mac ]([Python runtime_library_dirs doesn't work...