trichter / rf

Receiver function calculation in seismology
MIT License
106 stars 62 forks source link

[JOSS review] Errors when install toeplitz #18

Closed seisman closed 4 years ago

seisman commented 4 years ago

I'm using macOS. I followed the install instructions (create an environment, and replace gfortran_linux-64 with gfortran_osx-64), and had trouble installing the toeplitz package.

Please see the attached logfile errors.log.

https://github.com/openjournals/joss-reviews/issues/1808

trichter commented 4 years ago

Does it help if you set NPY_DISTUTILS_APPEND_FLAGS to 1?

export NPY_DISTUTILS_APPEND_FLAGS=1
seisman commented 4 years ago

Yes, it works!

trichter commented 4 years ago

Probably, this should be mentioned in the docs. I already set it in my .bashrc.