Closed auerl closed 7 years ago
Thanks for reporting this issue! As you have already mentioned, this occurs in installation of lanczos module (an external FORTRAN code in obspyDMT that should be compiled first). I changed the code accordingly. Can I ask you to update your obspyDMT to the latest version and re-try the steps that you mentioned? I hope the issue is already resolved. If not, I would appreciate that if you send me the error message.
Cheers, K
We tried installing obspyDMT on a Mac (10.10.5) with Xcode 7 using the following steps:
When trying to install with pip we get the following compilation error:
Apparently the gcc_s.10.5 library has been renamend with in the latest xcode update.
cd /usr/local/lib sudo ln -s ../../lib/libSystem.B.dylib libgcc_s.10.5.dylib sudo ln -s ../../lib/libSystem.B.dylib libgcc_s.10.4.dylib
and rerunning pip install ./obspyDMT seems to be an acceptable workaround.
Maybe this issue could be resolved with a fix in setup.py?
Cheers,
L.