4646 # https://conda-forge.org/docs/maintainer/knowledge_base/#nvcudadll-cannot-be-found-on-windows
4747 - " */nvcuda.dll" # [win]
4848 - " */libcuda.so.1" # [linux]
49- skip : true # [osx and x86_64]
5049 skip : true # [win and cuda_compiler_version == "13.0"]
5150 skip : true # [linux and aarch64 and cuda_compiler_version != "None"]
5251 string : cpu_llvm{{ llvm_version }}_h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version == "None"]
@@ -87,7 +86,8 @@ requirements:
8786 - cuda-version {{ cuda_compiler_version }}
8887 {% endif %}
8988 run :
90- - clangdev # [osx]
89+ - clangdev {{ llvm_version }} # [osx and x86_64]
90+ - clangdev # [osx and arm64]
9191 # The acpp driver defaults to the clang++ installed by clangxx.
9292 - clangxx {{ llvm_version }} # [linux]
9393 - hip-runtime-amd # [linux and x86_64]
@@ -114,6 +114,8 @@ test:
114114 - test -f $PREFIX/lib/hipSYCL/bitcode/libkernel-sscp-host-full.bc # [linux]
115115 - test ! -e $PREFIX/lib/lib/hipSYCL/bitcode/libkernel-sscp-host-full.bc # [linux]
116116 - test -x $PREFIX/lib/hipSYCL/llvm-to-backend/llvm-to-spirv-tool # [linux]
117+ - test -x $PREFIX/bin/clang++ # [osx and x86_64]
118+ - " ! grep -R \" _build_env.*/.*clang\" $PREFIX/etc/AdaptiveCpp/acpp-core.json" # [osx and x86_64]
117119 - " test -x $PREFIX/bin/clang++-{{ llvm_version }} || test -x $PREFIX/bin/clang++" # [linux]
118120 - " test -x $PREFIX/bin/opt-{{ llvm_version }} || test -x $PREFIX/bin/opt" # [linux]
119121 - " test -x $PREFIX/bin/llc-{{ llvm_version }} || test -x $PREFIX/bin/llc" # [linux]
0 commit comments