NVIDIA / hpc-container-maker

HPC Container Maker
Apache License 2.0
458 stars 94 forks source link

Newer Miniconda versions aren't accessible via the conda module #455

Closed scal444 closed 1 year ago

scal444 commented 1 year ago

After 4.12.0, there's an additional dashed version number, see the repo page. Putting in

stage += conda(..., version='22.11.1-1')

to try to target this directly leads to a hpccm error, since it can't parse the version and tries to do a comparison against 4.89. Also, some users might want to be able to target the 'latest' tag, which annoyingly doesn't have a direct version on that page.