NVIDIA / hpc-container-maker

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

LLVM trunk version out-of-date #471

Closed al42and closed 1 year ago

al42and commented 1 year ago

Since Jul 26th 2023, LLVM trunk is version 18.

self.__trunk_version in hpccm/building_blocks/llvm.py should be bumped to allow installing Clang 17 or 18.

samcmill commented 1 year ago

I have updated the building block, but the undocumented _trunk_version option can be used to override the default behavior, e.g., llvm(upstream=True, _trunk_version='18').

al42and commented 1 year ago

Thank you, @samcmill.