PSims / BayesEoR

Code to estimate the power spectrum of redshifted 21-cm emission from interferometric observations, within a Bayesian forward modelling framework.
https://bayeseor.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

[joss-review] how to create `wrapmzpotrf.so` #20

Closed zonca closed 2 months ago

zonca commented 2 months ago

There are no instructions on how to build wrapmzpotrf.so:

https://bayeseor.readthedocs.io/en/latest/installation.html#shared-library-creation

the best would be to add this to pyproject.toml as a step in the installation of the Python package. However, if that is too complicated, it would be useful to provide an example Makefile on how to compile the shared library.

zonca commented 2 months ago

see https://github.com/PSims/BayesEoR/pull/23

jburba commented 2 months ago

I don't think this is an issue anymore given #27?