Skip to content

Commit

Permalink
Merge branch 'main' into beman-iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
changkhothuychung authored Nov 11, 2024
2 parents 1613248 + fa84cd7 commit e9baaac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
5 changes: 5 additions & 0 deletions bin/yaml/cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion bin/yaml/ispc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -41,4 +42,3 @@ compilers:
type: nightly
targets:
- trunk
- templates_new-trunk
16 changes: 14 additions & 2 deletions bin/yaml/libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -924,6 +924,7 @@ libraries:
- v2.1.0
- v2.2.0
- v2.3.0
- v2.4.0
type: github
nightly:
abseil:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -2036,6 +2037,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
Expand Down Expand Up @@ -2318,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
Expand Down

0 comments on commit e9baaac

Please sign in to comment.