Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

conda install hdf5=1.8.17=openmpi_dbg_101

You can use features - add the dbg feature to the recipe for the latter, then the dbg needs to be installed in an environment that accepts the dbg variant.. Example for gpu

Can also put it in the package name, ie

hdf5_dbg==1.8.17

use the recipe conflicts with to make sure not installed with hdf5

...