From dc4c04626fd712b6d8a6e28c413c56d6dd26f974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:45:45 +0000 Subject: [PATCH 1/2] Bump pypa/cibuildwheel from 2.20 to 2.21 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.20 to 2.21. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.20...v2.21) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_cuda.yml | 2 +- .github/workflows/build_default.yml | 2 +- .github/workflows/build_mkl.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_cuda.yml b/.github/workflows/build_cuda.yml index 457f08a..f8b9f14 100644 --- a/.github/workflows/build_cuda.yml +++ b/.github/workflows/build_cuda.yml @@ -33,7 +33,7 @@ jobs: choco install windows-sdk-8.1 - name: Build wheels - uses: pypa/cibuildwheel@v2.20 + uses: pypa/cibuildwheel@v2.21 with: package-dir: backend/cuda output-dir: wheelhouse diff --git a/.github/workflows/build_default.yml b/.github/workflows/build_default.yml index 1be1d02..8224acf 100644 --- a/.github/workflows/build_default.yml +++ b/.github/workflows/build_default.yml @@ -63,7 +63,7 @@ jobs: platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v2.20 + uses: pypa/cibuildwheel@v2.21 with: output-dir: wheelhouse env: diff --git a/.github/workflows/build_mkl.yml b/.github/workflows/build_mkl.yml index e0ef062..c989bae 100644 --- a/.github/workflows/build_mkl.yml +++ b/.github/workflows/build_mkl.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@master - name: Build wheels - uses: pypa/cibuildwheel@v2.20 + uses: pypa/cibuildwheel@v2.21 with: package-dir: backend/mkl output-dir: wheelhouse From eb75e3585cbfcc91310f79b2518afe45eebe286f Mon Sep 17 00:00:00 2001 From: Vineet Bansal Date: Thu, 10 Oct 2024 10:57:46 -0400 Subject: [PATCH 2/2] updated mkl link for macos --- .github/workflows/prepare_build_environment_macos_mkl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare_build_environment_macos_mkl.sh b/.github/workflows/prepare_build_environment_macos_mkl.sh index c7440a4..6424f56 100644 --- a/.github/workflows/prepare_build_environment_macos_mkl.sh +++ b/.github/workflows/prepare_build_environment_macos_mkl.sh @@ -5,7 +5,7 @@ set -x # Install OneAPI MKL # See https://github.com/oneapi-src/oneapi-ci for installer URLs -ONEAPI_INSTALLER_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/18342/m_BaseKit_p_2022.1.0.92_offline.dmg +ONEAPI_INSTALLER_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cd013e6c-49c4-488b-8b86-25df6693a9b7/m_BaseKit_p_2023.2.0.49398.dmg wget -q $ONEAPI_INSTALLER_URL hdiutil attach -noverify -noautofsck $(basename $ONEAPI_INSTALLER_URL) sudo /Volumes/$(basename $ONEAPI_INSTALLER_URL .dmg)/bootstrapper.app/Contents/MacOS/bootstrapper --silent --eula accept --components intel.oneapi.mac.mkl.devel