From 3693e9024aea1cb8b930684b3f796c0fe3cc1078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de> Date: Mon, 13 Dec 2021 18:59:51 +0100 Subject: [PATCH] Fix py-torch build (maybe) --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 462c42f9..13cb25ed 100644 --- a/spack.yaml +++ b/spack.yaml @@ -33,5 +33,5 @@ spack: # demo for codejam12 - funniest1022 %gcc@10.3.0 # NRP - #- py-torch~mkldnn~cuda~cudnn~onnx_ml ^protobuf@:3.17.999 %gcc@10.3.0 + - py-torch~mkldnn~cuda~cudnn~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %gcc@10.3.0 concretization: together -- GitLab