conda-forge / msprime-feedstock

A conda-smithy repository for msprime.
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Pulling in base numpy instead of numpy with openblas #17

Closed jeromekelleher closed 5 years ago

jeromekelleher commented 6 years ago

See https://github.com/tskit-dev/msprime/issues/629

Hopefully resolved in current head, but some builds may not have completed.

jeromekelleher commented 6 years ago

Nope, not fixed. It seems pretty mysterious which version of GSL gets pulled in; depending on the context we either get the default GSL or the conda-forge GSL. We need the conda-forge version.

jeromekelleher commented 5 years ago

This is still an issue. If we install msprime we pull in GSL/numpy from defaults. No idea why.

jeromekelleher commented 5 years ago

Should be resolved now we're explicitly pulling in openblas.