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] do not install pymultinest to avoid installing mpi4py via conda #16

Closed zonca closed 2 months ago

zonca commented 2 months ago

In the install instructions: https://bayeseor.readthedocs.io/en/latest/installation.html

you specify that it is useful to comment out pycuda and mpi4py, it seems you also need to comment out pymultinest, because it depends on multinest which requires mpi:

https://github.com/conda-forge/multinest-feedstock/blob/main/recipe/meta.yaml

jburba commented 2 months ago

Thanks for pointing this out. I've updated the documentation accordingly in #27.