From c6d1b43708c0a501842c5bc52309fb571bc9967a Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Mon, 22 May 2023 11:50:58 +0200 Subject: [PATCH] Merge latest changes --- install_usermodule_r8.sh | 31 ++----------------------------- utils/SnapPy/setup.cfg | 2 +- 2 files changed, 3 insertions(+), 30 deletions(-) diff --git a/install_usermodule_r8.sh b/install_usermodule_r8.sh index 1647d115..6f8b8ccb 100755 --- a/install_usermodule_r8.sh +++ b/install_usermodule_r8.sh @@ -2,27 +2,8 @@ set -e -if [ -z "$1" ]; then - VERSION="TEST" -else - VERSION="$1" -fi -export VERSION - -PREFIX=/modules/rhel8/user-apps/fou-modules/SnapPy/"$VERSION"/ -if [ -d "$PREFIX" ]; then - echo "This version ('$VERSION') already exists, overwriting in 10 seconds" - echo "Use ctrl-C to cancel" - sleep 10 -else - mkdir "$PREFIX" -fi -export PREFIX - -source /modules/rhel8/conda/install/bin/activate - install_conda_env() { -conda create --channel conda-forge --prefix "$PREFIX" --yes --file /dev/stdin <