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] Install magma with conda? #18

Closed zonca closed 2 months ago

zonca commented 2 months ago

I noticed there is a conda package for magma:

https://anaconda.org/anaconda/magma

would this work with BayesEoR? If so it could simplify installation a lot.

jburba commented 2 months ago

Thanks for the recommendation. I came across this package a little while ago but I can't recall if I've tried it. I'll try and take a look at this soon. It would definitely simplify the installation.

jburba commented 2 months ago

Turns out MAGMA can be installed with conda directly (I'm sourcing from conda-forge in the latest main). This has become the new suggested default as of #27. This should make installation much simpler, thanks again for the suggestion @zonca.

(After posting this comment, I realized there was a pull request adding magma to the conda environment yaml. Missed that, whoops!)