From f010c7b1f1338d338172a7066eea21354ea15435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de> Date: Fri, 8 Oct 2021 09:21:20 +0200 Subject: [PATCH] Fix(pynn-brainscales): Enforce correct googletest version This is a hack to enforce a reinstallation of meta-brainscales. (The underlying problem is that pynn-brainscales does not specify all the dependencies but only via meta-brainscales; and there's already one installed and spack does not easily install another one ;).) --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 6d11dbec..96c97350 100644 --- a/spack.yaml +++ b/spack.yaml @@ -26,4 +26,4 @@ spack: - py-formencode %gcc@10.3.0 - tvb-framework ^binutils+ld+gold %gcc@10.3.0 - meta-brainscales %gcc@10.3.0 - - pynn-brainscales@1.0-rc2 %gcc@10.3.0 + - pynn-brainscales@1.0-rc2 ^googletest@1.11.0:+gmock %gcc@10.3.0 -- GitLab