From 2209f7c0ccfdc48825faf9a99d010c41c161a04b Mon Sep 17 00:00:00 2001 From: aliciaaevans Date: Mon, 25 Mar 2024 15:17:17 -0400 Subject: [PATCH] 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