Commit 3f0c1b27 authored by one's avatar one
Browse files

Update dtk25.04.4.yaml

parent f3d61351
...@@ -8,6 +8,7 @@ env_vars: ...@@ -8,6 +8,7 @@ env_vars:
- LIBRARY_PATH - LIBRARY_PATH
- CPATH - CPATH
- PYTHONPATH - PYTHONPATH
- PKG_CONFIG_PATH
- UCX_HOME - UCX_HOME
set: set:
LD_LIBRARY_PATH: /opt/hyhal/lib:/opt/hyhal/lib64 LD_LIBRARY_PATH: /opt/hyhal/lib:/opt/hyhal/lib64
...@@ -21,6 +22,13 @@ toolchains: ...@@ -21,6 +22,13 @@ toolchains:
when: '%cxx' when: '%cxx'
- spec: '%fortran=gcc' - spec: '%fortran=gcc'
when: '%fortran' when: '%fortran'
llvm_all:
- spec: '%c=llvm'
when: '%c'
- spec: '%cxx=llvm'
when: '%cxx'
- spec: '%fortran=llvm'
when: '%fortran'
gcc_all: gcc_all:
- spec: '%c=gcc' - spec: '%c=gcc'
when: '%c' when: '%c'
...@@ -78,8 +86,8 @@ packages: ...@@ -78,8 +86,8 @@ packages:
cxx: /opt/dtk/llvm/bin/clang++ cxx: /opt/dtk/llvm/bin/clang++
fortran: /opt/dtk/llvm/bin/flang fortran: /opt/dtk/llvm/bin/flang
extra_rpaths: extra_rpaths:
- /opt/dtk/lib - /opt/dtk/llvm/lib
- /opt/dtk/lib64 - /opt/dtk/llvm/lib64
llvm-amdgpu: llvm-amdgpu:
buildable: false buildable: false
externals: externals:
...@@ -87,8 +95,8 @@ packages: ...@@ -87,8 +95,8 @@ packages:
prefix: /opt/dtk/llvm prefix: /opt/dtk/llvm
extra_attributes: extra_attributes:
compilers: compilers:
c: /opt/dtk/llvm/bin/amdclang c: /opt/dtk/llvm/bin/clang
cxx: /opt/dtk/llvm/bin/amdclang++ cxx: /opt/dtk/llvm/bin/clang++
extra_rpaths: extra_rpaths:
- /opt/dtk/lib - /opt/dtk/lib
- /opt/dtk/lib64 - /opt/dtk/lib64
...@@ -97,6 +105,11 @@ packages: ...@@ -97,6 +105,11 @@ packages:
externals: externals:
- spec: hip@5.7.0 amdgpu_target:=gfx936 - spec: hip@5.7.0 amdgpu_target:=gfx936
prefix: /opt/dtk/hip prefix: /opt/dtk/hip
extra_attributes:
compilers:
c: /opt/dtk/llvm/bin/clang
cxx: /opt/dtk/llvm/bin/clang++
hip: /opt/rocm/hip/bin/hipcc
rocm-core: rocm-core:
buildable: false buildable: false
externals: externals:
...@@ -116,7 +129,11 @@ packages: ...@@ -116,7 +129,11 @@ packages:
buildable: false buildable: false
externals: externals:
- spec: hsa-rocr-dev@5.7.0 amdgpu_target:=gfx936 - spec: hsa-rocr-dev@5.7.0 amdgpu_target:=gfx936
prefix: /opt/dtk/hsa prefix: /opt/dtk
extra_attributes:
compilers:
c: /opt/dtk/llvm/bin/clang
cxx: /opt/dtk/llvm/bin/clang++
hsakmt-roct: hsakmt-roct:
buildable: false buildable: false
externals: externals:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment