You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/easybuild/easyconfigs/c/Clang/Clang-17.0.0_20230515-GCCcore-12.3.0-CUDA-12.1.1.eb b/easybuild/easyconfigs/c/Clang/Clang-18.1.8-GCCcore-13.3.0-CUDA-12.6.0.eb
index 947a6afdad..4ab1428d8b 100644
--- a/easybuild/easyconfigs/c/Clang/Clang-17.0.0_20230515-GCCcore-12.3.0-CUDA-12.1.1.eb+++ b/easybuild/easyconfigs/c/Clang/Clang-18.1.8-GCCcore-13.3.0-CUDA-12.6.0.eb@@ -9,9 +9,8 @@
##
name = 'Clang'
-version = '17.0.0_20230515'+version = '18.1.8'
versionsuffix = '-CUDA-%(cudaver)s'
-_commit = 'c5dede880d17'
homepage = 'https://clang.llvm.org/'
description = """C, C++, Objective-C compiler, based on LLVM. Does not
@@ -19,36 +18,34 @@ description = """C, C++, Objective-C compiler, based on LLVM. Does not
# Clang also depends on libstdc++ during runtime, but this dependency is
# already specified as the toolchain.
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}-sources = [{- 'source_urls': ["https://github.com/llvm/llvm-project/archive"],- 'download_filename': '%s.tar.gz' % _commit,- 'filename': 'llvm-project-%s.tar.gz' % version,-}]-checksums = ['6f371f9ac208b8e9dc57fc117b1a9c8565d7ea2bbb49a2768cb9c3c0fee0291d']+source_urls = ["https://github.com/llvm/llvm-project/releases/download/llvmorg-%(version)s"]+sources = [+ 'llvm-project-%(version)s.src.tar.xz',+]+checksums = ['0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a']
builddependencies = [
- ('CMake', '3.26.3'),- ('Perl', '5.36.1'),+ ('CMake', '3.29.3'),+ ('Perl', '5.38.2'),
# Including Python bindings would require this as a runtime dep
- ('Python', '3.11.3'),+ # and SWIG as an additional build dep+ ('Python', '3.12.3'),
]
dependencies = [
# since Clang is a compiler, binutils is a runtime dependency too
- ('binutils', '2.40'),- ('hwloc', '2.9.1'),- ('libxml2', '2.11.4'),- ('ncurses', '6.4'),- ('GMP', '6.2.1'),- ('Z3', '4.12.2'),- ('CUDA', '12.1.1', '', SYSTEM),+ ('binutils', '2.42'),+ ('hwloc', '2.10.0'),+ ('libxml2', '2.12.7'),+ ('ncurses', '6.5'),+ ('GMP', '6.3.0'),+ ('Z3', '4.13.0'),+ ('CUDA', '12.6.0', '', SYSTEM),+
]
-# enabling RTTI makes the flang compiler need to link to libc++ so instead of-# flang-new -flang-experimental-exec -fopenmp hello_openmp.f90-# you would need-# flang-new -flang-experimental-exec -fopenmp hello_openmp.f90 -l c+++# If True, Flang does not currently support building with LLVM exceptions enabled.
enable_rtti = False
assertions = True
diff --git a/easybuild/easyconfigs/c/Clang/Clang-18.1.8-GCCcore-13.3.0.eb b/easybuild/easyconfigs/c/Clang/Clang-18.1.8-GCCcore-13.3.0-CUDA-12.6.0.eb
index 8b096078c8..4ab1428d8b 100644
--- a/easybuild/easyconfigs/c/Clang/Clang-18.1.8-GCCcore-13.3.0.eb+++ b/easybuild/easyconfigs/c/Clang/Clang-18.1.8-GCCcore-13.3.0-CUDA-12.6.0.eb@@ -10,6 +10,7 @@
name = 'Clang'
version = '18.1.8'
+versionsuffix = '-CUDA-%(cudaver)s'
homepage = 'https://clang.llvm.org/'
description = """C, C++, Objective-C compiler, based on LLVM. Does not
@@ -40,6 +41,8 @@ dependencies = [
('ncurses', '6.5'),
('GMP', '6.3.0'),
('Z3', '4.13.0'),
+ ('CUDA', '12.6.0', '', SYSTEM),+
]
# If True, Flang does not currently support building with LLVM exceptions enabled.
diff --git a/easybuild/easyconfigs/c/Clang/Clang-17.0.6-GCCcore-13.2.0.eb b/easybuild/easyconfigs/c/Clang/Clang-18.1.8-GCCcore-13.3.0-CUDA-12.6.0.eb
index 1cb99d62d9..4ab1428d8b 100644
--- a/easybuild/easyconfigs/c/Clang/Clang-17.0.6-GCCcore-13.2.0.eb+++ b/easybuild/easyconfigs/c/Clang/Clang-18.1.8-GCCcore-13.3.0-CUDA-12.6.0.eb@@ -9,7 +9,8 @@
##
name = 'Clang'
-version = '17.0.6'+version = '18.1.8'+versionsuffix = '-CUDA-%(cudaver)s'
homepage = 'https://clang.llvm.org/'
description = """C, C++, Objective-C compiler, based on LLVM. Does not
@@ -17,29 +18,31 @@ description = """C, C++, Objective-C compiler, based on LLVM. Does not
# Clang also depends on libstdc++ during runtime, but this dependency is
# already specified as the toolchain.
-toolchain = {'name': 'GCCcore', 'version': '13.2.0'}+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
source_urls = ["https://github.com/llvm/llvm-project/releases/download/llvmorg-%(version)s"]
sources = [
'llvm-project-%(version)s.src.tar.xz',
]
-checksums = ['58a8818c60e6627064f312dbf46c02d9949956558340938b71cf731ad8bc0813']+checksums = ['0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a']
builddependencies = [
- ('CMake', '3.27.6'),- ('Perl', '5.38.0'),+ ('CMake', '3.29.3'),+ ('Perl', '5.38.2'),
# Including Python bindings would require this as a runtime dep
# and SWIG as an additional build dep
- ('Python', '3.11.5'),+ ('Python', '3.12.3'),
]
dependencies = [
# since Clang is a compiler, binutils is a runtime dependency too
- ('binutils', '2.40'),- ('hwloc', '2.9.2'),- ('libxml2', '2.11.5'),- ('ncurses', '6.4'),+ ('binutils', '2.42'),+ ('hwloc', '2.10.0'),+ ('libxml2', '2.12.7'),+ ('ncurses', '6.5'),
('GMP', '6.3.0'),
('Z3', '4.13.0'),
+ ('CUDA', '12.6.0', '', SYSTEM),+
]
# If True, Flang does not currently support building with LLVM exceptions enabled.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(created using
eb --new-pr)