From c8f5a8e49f8428474fd0cc32af3f1ae9632b4d0d Mon Sep 17 00:00:00 2001 From: Jakob Kaiser <jakob.kaiser@kip.uni-heidelberg.de> Date: Mon, 8 Jul 2024 14:41:01 +0000 Subject: [PATCH] chore: dummy installation of packages not needed Change-Id: I4659fd4765e46986d9f0e675ac176901344b2c02 --- lib/yashchiki/install_spack.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/yashchiki/install_spack.sh b/lib/yashchiki/install_spack.sh index a9e2a150..2a98731d 100755 --- a/lib/yashchiki/install_spack.sh +++ b/lib/yashchiki/install_spack.sh @@ -13,14 +13,6 @@ cd "$HOME" install_from_buildcache "${spack_packages[@]+"${spack_packages[@]}"}" -echo "DUMMY-INSTALLING PACKAGES" -for package in "${spack_packages[@]+"${spack_packages[@]}"}"; do - specfile="$(get_specfiles "${package}")" - if (( $(wc -l <"${specfile}") == 0 )); then - echo "ERROR: Failed to concretize ${package} for install." >&2 - fi -done - echo "INSTALLING PACKAGES" for package in "${spack_packages[@]+"${spack_packages[@]}"}"; do # Disable cache because we already installed from build cache. -- GitLab