From ba2048c94149eabef4596a2bb27c734e0e584f83 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Wed, 9 Aug 2023 11:44:29 +0200 Subject: [PATCH] Use only openblas, not blas --- recipe/meta.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ad92950..1243de9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -95,10 +95,6 @@ outputs: # For everything else, use openblas. - mkl-service # [linux64 or win64 or (osx and not arm64)] - openblas # [not (linux64 or win64 or (osx and not arm64))] - # For some reason we also need the "blas" package. Otherwise we get reports - # of "cblas.h: No such file or directory" at import time. - # Ref: - - blas test: imports: - pytensor