From c3ddefad4a3092e32e1e95a0141b82d704cd8a45 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Tue, 12 Dec 2023 16:18:09 +0000 Subject: [PATCH] fix: explicitly require openblas and libflame, not amd --- spack-environment/packages.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml index 404f43494..5a0b03c74 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -33,6 +33,9 @@ packages: algorithms: require: - '@git.a1e6f0def343c2ddea5df7158c52a30376099a13' + blas: + require: + - openblas cairo: require: - '@1.16.0' @@ -101,6 +104,9 @@ packages: fjcontrib: require: - '@1.051' + flame: + require: + - libflame fmt: require: - '@9.1.0' @@ -152,6 +158,9 @@ packages: juggler: require: - cxxstd=20 + lapack: + require: + - openblas lcov: require: - '@1.16' -- GitLab