From c270114bd6e141a6f8b0ca449f1cc494aa0e5a80 Mon Sep 17 00:00:00 2001 From: aliciaaevans Date: Mon, 25 Mar 2024 15:17:03 -0400 Subject: [PATCH 1/2] bump to v2.13.0 --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 29941c0..2a746c7 100644 --- a/common.sh +++ b/common.sh @@ -1,3 +1,3 @@ -BIOCONDA_UTILS_TAG=v2.12.0 +BIOCONDA_UTILS_TAG=v2.13.0 MAMBAFORGE_VER=23.1.0-1 MAMBAFORGE_INSTALLATION_DIR="/opt/mambaforge" From 2209f7c0ccfdc48825faf9a99d010c41c161a04b Mon Sep 17 00:00:00 2001 From: aliciaaevans Date: Mon, 25 Mar 2024 15:17:17 -0400 Subject: [PATCH 2/2] mkdir for osx-arm64 --- install-and-set-up-conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-and-set-up-conda.sh b/install-and-set-up-conda.sh index 5cdf0ca..3defe66 100644 --- a/install-and-set-up-conda.sh +++ b/install-and-set-up-conda.sh @@ -87,7 +87,7 @@ if [ ${BIOCONDA_DISABLE_BUILD_PREP:=0} == 0 ]; then # Set local channel as highest priority (requires conda-build, which is # installed as a dependency of bioconda-utils) - mkdir -p "${MAMBAFORGE_INSTALLATION_DIR}/conda-bld/{noarch,linux-64,osx-64,linux-aarch64}" + mkdir -p "${MAMBAFORGE_INSTALLATION_DIR}/conda-bld/{noarch,linux-64,osx-64,linux-aarch64,osx-arm64}" conda index "${MAMBAFORGE_INSTALLATION_DIR}/conda-bld" conda config --add channels "file://${MAMBAFORGE_INSTALLATION_DIR}/conda-bld" fi