Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload to conda #4

Open
mtazzari opened this issue Oct 2, 2017 · 2 comments
Open

Upload to conda #4

mtazzari opened this issue Oct 2, 2017 · 2 comments
Assignees

Comments

@mtazzari
Copy link
Owner

mtazzari commented Oct 2, 2017

Evaluate addition to conda.

@mtazzari mtazzari self-assigned this Oct 2, 2017
@jpinedaf
Copy link

any plans on enabling conda install in the near future?

@mtazzari
Copy link
Owner Author

mtazzari commented Oct 11, 2021

You can install uvplot inside a conda environment already:

  1. activate the desired conda environment
  2. run pip install uvplot

Adding a package to conda requires some amount of boiler-plate code and it is not clear to me what would be the advantage for uvplot, since one can install it with pip in any environment (conda or not conda).
When I opened the issue I was probably thinking about galario, in which case conda allows us to detect the machine on which it is being installed, which then decide what specific FFTW and numpy versions the compiler has to use. This additional control on the installation process ensures that galario gets always compiled correctly on any machine, and that the GPU version is installed on any machine hosting an NVIDIA GPU. This customisation is not possible with pip.

In the case of uvplot, however, there are no compiled parts that requires all this capabilities of the installation step, so just using pip is fine.
I'd close this issue, unless @jpinedaf points out a case in which it would be necessary to have uvplot in conda.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants