From 3d626334d7d9ff47d9dc2bb8af3980d612dde434 Mon Sep 17 00:00:00 2001 From: Theodore Kisner Date: Tue, 26 Sep 2023 09:57:18 -0700 Subject: [PATCH] Attempt to fix macos build --- packages_conda.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages_conda.txt b/packages_conda.txt index 662f5ef..6aca230 100644 --- a/packages_conda.txt +++ b/packages_conda.txt @@ -1,9 +1,5 @@ python=3.10.* compilers -# The LLVM openmp implementation is compatible with gcc -# and fork-safe. -_openmp_mutex=*=*_llvm -# # Require the OpenBLAS + OpenMP flavor of linear algebra packages openblas=*=openmp_* libopenblas=*=openmp_*