Closed al42and closed 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.
self.__trunk_version
hpccm/building_blocks/llvm.py
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').
_trunk_version
llvm(upstream=True, _trunk_version='18')
Thank you, @samcmill.
Since Jul 26th 2023, LLVM trunk is version 18.
self.__trunk_version
inhpccm/building_blocks/llvm.py
should be bumped to allow installing Clang 17 or 18.