From 3f722967c6e47ba759873d9bcd81873aa406aa5d Mon Sep 17 00:00:00 2001 From: Giovanni Bussi Date: Thu, 4 Apr 2024 12:46:23 +0200 Subject: [PATCH] fix --- conda/run-conda-build.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/conda/run-conda-build.sh b/conda/run-conda-build.sh index eb464e3e48..0cfbda8af4 100644 --- a/conda/run-conda-build.sh +++ b/conda/run-conda-build.sh @@ -2,19 +2,10 @@ set -e -if [[ "$(uname)" == Linux ]]; then - OS_NAME=linux -elif [[ "$(uname)" == "Darwin" ]]; then - OS_NAME=osx -else - echo "Unsupported system $(uname)" - exit 1 -fi - export CPU_COUNT=4 conda-build -c conda-forge plumed conda-build -c conda-forge py-plumed ls -l $CONDA_PREFIX/conda-bld/ -ls -l $CONDA_PREFIX/conda-bld/$OS_NAME-64 +ls -l $CONDA_PREFIX/conda-bld/*