diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 8d0353b..15e20b5 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -131,9 +131,12 @@ jobs: name: openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }} path: libs/openblas*.tar.gz - - uses: conda-incubator/setup-miniconda@v3.0.1 + - uses: conda-incubator/setup-miniconda@v3.0.4 with: + channels: conda-forge + channel-priority: true activate-environment: upload + miniforge-version: latest - name: Upload # see https://github.com/marketplace/actions/setup-miniconda for why diff --git a/tools/build_steps.sh b/tools/build_steps.sh index 53d0dcf..cae1926 100644 --- a/tools/build_steps.sh +++ b/tools/build_steps.sh @@ -55,7 +55,7 @@ function build_lib { # OSX or manylinux build # # Input arg - # plat - one of i686, x86_64 + # plat - one of i686, x86_64, arm64 # interface64 - 1 if build with INTERFACE64 and SYMBOLSUFFIX # nightly - 1 if building for nightlies # @@ -103,7 +103,7 @@ function patch_source { function do_build_lib { # Build openblas lib # Input arg - # plat - one of i686, x86_64 + # plat - one of i686, x86_64, arm64 # suffix (optional) - suffix for output archive name # Suffix added with hyphen prefix # interface64 (optional) - whether to build ILP64 openblas diff --git a/tools/build_wheel.sh b/tools/build_wheel.sh index fcea8be..4cea54d 100644 --- a/tools/build_wheel.sh +++ b/tools/build_wheel.sh @@ -70,7 +70,7 @@ if [ "${INTERFACE64}" != "1" ]; then fi rm -rf dist/* -$PYTHON -m pip wheel -w dist -vv . +$PYTHON -m pip wheel -w dist -v . if [ $(uname) == "Darwin" ]; then $PYTHON -m pip install delocate