tilmantroester / pyhmcode

Augmented halo model for accurate non-linear matter power spectrum calculations
MIT License
4 stars 4 forks source link

Build issues with numpy 1.24.1 #3

Closed tilmantroester closed 1 year ago

tilmantroester commented 1 year ago

The c code generated by f2py fails to compile with the numpy 1.24.1 version of f2py, with error message error: use of undeclared identifier 'capi_this_tmp';.

tilmantroester commented 1 year ago

This seems to be fixed with recent releases of f90wrap.