Hello
I have a question concerning the dependencies when install the HPC SDK via apt. When installing a specific version, i.e apt install nvhpc-22-3
then the latest version is always installed as well because the dependency seems to be:
nvhpc-22-3 -> nvhpc-2022 -> nvhpc-22-latest
This can be quite the issue as this leads to a consequent overhead in term of disk space/download/…
So my main question is, is this expected? And if yes what is the reason behind it? It would be nice to be able to install a specific version (in case a specific version of CUDA is wanted).
Thanks
Mathias