diff --git a/buildscripts/condarecipe.local/meta.yaml b/buildscripts/condarecipe.local/meta.yaml index bc1c505ae61..005d5852a22 100644 --- a/buildscripts/condarecipe.local/meta.yaml +++ b/buildscripts/condarecipe.local/meta.yaml @@ -59,6 +59,7 @@ requirements: - scipy >=1.0 # CUDA Python 11.6 or later - cuda-python >=11.6 + - llvm-openmp != 12.* # [osx and arm64] test: requires: @@ -70,7 +71,7 @@ test: - ipython # [not (armv6l or armv7l or aarch64)] - setuptools - tbb >=2021 # [not (armv6l or armv7l or aarch64 or linux32 or ppc64le)] - - llvm-openmp # [osx] + - llvm-openmp # [osx and x86_64] # This is for driving gdb tests - pexpect # [linux64] # For testing ipython