keflavich / pyradex

Python interface to RADEX
BSD 3-Clause "New" or "Revised" License
18 stars 12 forks source link

f2py issue - need '-fno-automatic' #36

Closed keflavich closed 3 years ago

keflavich commented 3 years ago

This issue may affect compilation of pyradex:

https://github.com/numpy/numpy/issues/19112

in brief, we need to add the -fno-automatic flag when compiling with gcc versions.

This was "fixed" with this commit: https://github.com/keflavich/pyradex/commit/7c1035d8f920dbe841522936456de70383d6285d