From 49953414acf104399ff1c5773ea0f3ce3d9cc38b Mon Sep 17 00:00:00 2001 From: Elias Kosunen Date: Mon, 4 Nov 2024 01:40:28 +0200 Subject: [PATCH 1/6] Add scnlib v2.0.3, v3.0.2, and v4.0.1 (#1447) --- bin/yaml/libraries.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/yaml/libraries.yaml b/bin/yaml/libraries.yaml index 5ca78d46..51d5b6bf 100644 --- a/bin/yaml/libraries.yaml +++ b/bin/yaml/libraries.yaml @@ -2028,6 +2028,9 @@ libraries: - '0.4' - 1.1.2 - 2.0.0 + - 2.0.3 + - 3.0.2 + - 4.0.1 type: github seastar: check_file: README.md From 268b9bd6de794e750545f4d2a517f18014f8ea8a Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Mon, 4 Nov 2024 19:32:10 -0500 Subject: [PATCH 2/6] Add Beman.iterator library trunk version (#1446) --- bin/yaml/libraries.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/yaml/libraries.yaml b/bin/yaml/libraries.yaml index 51d5b6bf..8a6d1811 100644 --- a/bin/yaml/libraries.yaml +++ b/bin/yaml/libraries.yaml @@ -1024,6 +1024,14 @@ libraries: targets: - trunk type: github + beman_iterator: + build_type: none + check_file: README.md + type: github + repo: beman-project/iterator_interface + method: nightlyclone + targets: + - main beman_optional26: build_type: none check_file: README.md From 0a5ce28c5053edf1281c8cf785024259ef061385 Mon Sep 17 00:00:00 2001 From: Filippo Barbari <121092059+fbarbari@users.noreply.github.com> Date: Tue, 5 Nov 2024 01:34:33 +0100 Subject: [PATCH 3/6] Added Intel OneAPI 2025.0.0.740 (#1448) --- bin/yaml/cpp.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/yaml/cpp.yaml b/bin/yaml/cpp.yaml index e50a5880..9192b93a 100644 --- a/bin/yaml/cpp.yaml +++ b/bin/yaml/cpp.yaml @@ -1167,6 +1167,11 @@ compilers: fetch: - https://registrationcenter-download.intel.com/akdlm/IRC_NAS/6780ac84-6256-4b59-a647-330eb65f32b6/l_dpcpp-cpp-compiler_p_{name}_offline.sh install.sh script: *intel-one-install-script + - name: 2025.0.0.740 + check_exe: compiler/latest/bin/icx -V + fetch: + - https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ac92f2bb-4818-4e53-a432-f8b34d502f23/intel-dpcpp-cpp-compiler-{name}_offline.sh install.sh + script: *intel-one-install-script intel-fortran: type: script dir: "intel-fortran-{name}" From a54ab6169debd8cc0da688fffad0cfce7fffb9a7 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 6 Nov 2024 14:01:46 +0100 Subject: [PATCH 4/6] mp-units-2.4.0 (#1449) --- bin/yaml/libraries.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/yaml/libraries.yaml b/bin/yaml/libraries.yaml index 8a6d1811..14a7b71b 100644 --- a/bin/yaml/libraries.yaml +++ b/bin/yaml/libraries.yaml @@ -912,7 +912,7 @@ libraries: mp-units: check_file: README.md method: clone_branch - repo: mpusz/units + repo: mpusz/mp-units targets: - v0.3.1 - v0.4.0 @@ -924,6 +924,7 @@ libraries: - v2.1.0 - v2.2.0 - v2.3.0 + - v2.4.0 type: github nightly: abseil: @@ -1519,7 +1520,7 @@ libraries: build_type: none check_file: README.md method: nightlyclone - repo: mpusz/units + repo: mpusz/mp-units targets: - trunk type: github From 06ddcb0d160dbda9864c54ac75842850232800d9 Mon Sep 17 00:00:00 2001 From: Eczbek Date: Wed, 6 Nov 2024 14:06:57 -0500 Subject: [PATCH 5/6] Add library `xieite` (#1450) --- bin/yaml/libraries.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/yaml/libraries.yaml b/bin/yaml/libraries.yaml index 14a7b71b..7bf88de4 100644 --- a/bin/yaml/libraries.yaml +++ b/bin/yaml/libraries.yaml @@ -2322,6 +2322,14 @@ libraries: - 1.3.1 staticliblink: - z + xieite: + build_type: none + check_file: README.md + method: clone_branch + repo: Eczbek/xieite + targets: + - header + type: github cuda: cccl: check_file: README.md From fa84cd774c495707e1e745d18ab31b4a1e91b609 Mon Sep 17 00:00:00 2001 From: aneshlya Date: Sat, 9 Nov 2024 08:10:57 -0800 Subject: [PATCH 6/6] Add ISPC v1.25.3 and remove "templates_new" target (#1452) --- bin/yaml/ispc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/yaml/ispc.yaml b/bin/yaml/ispc.yaml index 4a49b85a..e31b7db2 100644 --- a/bin/yaml/ispc.yaml +++ b/bin/yaml/ispc.yaml @@ -8,6 +8,7 @@ compilers: untar_dir: ispc-v{name}-linux check_exe: bin/ispc --version targets: + - 1.25.3 - 1.25.0 - 1.24.0 - 1.23.0 @@ -41,4 +42,3 @@ compilers: type: nightly targets: - trunk - - templates_new-trunk