From 291dcb661778499299a8d58b7823f2c38e7c77ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de> Date: Fri, 12 Nov 2021 16:54:02 +0100 Subject: [PATCH] Add py-torch (in some non-cuda version) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Egidio Falotico mentioned NRP has problems integrating py-torch "into the platform". Let's see what happens… --- spack.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spack.yaml b/spack.yaml index 096c3135..b6c77939 100644 --- a/spack.yaml +++ b/spack.yaml @@ -29,4 +29,6 @@ spack: #- pynn-brainscales@1.0-rc2 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0 # demo for codejam12 - funniest1022 %gcc@10.3.0 + # NRP + - py-torch~mkldnn~cuda~cudnn %gcc@10.3.0 concretization: together -- GitLab