From 5ac82fd80f9b4b188d569d1142c7a30124b2a576 Mon Sep 17 00:00:00 2001 From: Yannik Stradmann <yannik.stradmann@kip.uni-heidelberg.de> Date: Wed, 8 Dec 2021 15:57:30 +0000 Subject: [PATCH] ASIC: Add teststand dependencies Change-Id: I0945879f99a083c7f8b87dcbfc0479ba8688c913 --- .ci/asic_create_recipe.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/asic_create_recipe.sh b/.ci/asic_create_recipe.sh index a76227ae..22af7bc3 100755 --- a/.ci/asic_create_recipe.sh +++ b/.ci/asic_create_recipe.sh @@ -199,6 +199,9 @@ From: ${DOCKER_BASE_IMAGE} ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh /opt/conda/bin/conda install -y pylint pycodestyle nose pyyaml + # YS: teststand dependencies (no python in spack yet) + /opt/conda/bin/conda install -y numpy matplotlib + # ECM: and now some abspacking yum -y install ccache sudo parallel -- GitLab