conda-forge / vtk-feedstock

A conda-smithy repository for vtk.
BSD 3-Clause "New" or "Revised" License
13 stars 64 forks source link

How to install the EGL variant? #240

Closed bilke closed 2 years ago

bilke commented 2 years ago

Comment:

I successfully installed the osmesa-variant by also installing mesalib like this:

conda install -c conda-forge mesalib vtk

How can I install the egl-variant?

jakirkham commented 2 years ago

Maybe this is helpful? Would try replacing the ` with=`

https://github.com/conda-forge/vtk-feedstock/blob/97647a3d0d8a93d2c16fb3400c288faced882faa/recipe/meta.yaml#L22L26

bilke commented 2 years ago

Perfect, thanks a lot! This works:

conda install -c conda-forge vtk=*=egl*
jakirkham commented 2 years ago

Glad to hear that 😀

Also it can be a good idea to put that package in 's (* sometimes confuses shells)