mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

Install everything inside conda env #97

Closed fredRos closed 7 years ago

fredRos commented 7 years ago

Currently we only install the python bindings inside a conda env, and libgalario_single.so etc. are installed outside. This works but is inconsistent. If one activates an environment, it should all be in there. Otherwise there may be two environment with different galario python bindings but they link to /usr/local/lib/libgalario_single.so and that library has the version that happened to be installed last.

Another benefit is that this would hopefully fix building the conda-forge recipe https://travis-ci.org/conda-forge/staged-recipes/builds/281221938?utm_source=github_status&utm_medium=notification