Skip to content

Commit

Permalink
Bump v2.13.0 and mkdir for osx-arm64 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans authored Mar 25, 2024
1 parent d187f9d commit ecf8939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.sh
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion install-and-set-up-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecf8939

Please sign in to comment.