Skip to content

Commit

Permalink
update OpenBLAS version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jan 25, 2024
1 parent 2cf9674 commit 98bb623
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
INTERFACE64: '1'
env:
REPO_DIR: OpenBLAS
OPENBLAS_COMMIT: "9d425a5f"
OPENBLAS_COMMIT: "v0.3.26"
NIGHTLY: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
MACOSX_DEPLOYMENT_TARGET: 10.9
MB_PYTHON_VERSION: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
OPENBLAS_COMMIT: "9d425a5f"
OPENBLAS_COMMIT: "v0.3.26"
OPENBLAS_ROOT: "c:\\opt"
# Preserve working directory for calls into bash
# Without this, invoking bash will cd to the home directory
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ env:
global:
# The archive that gets built has name from ``git describe`` on this
# commit.
- OPENBLAS_COMMIT="9d425a5f"
- OPENBLAS_COMMIT="v0.3.26"
- REPO_DIR=OpenBLAS
# Following generated with:
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
Expand Down
2 changes: 1 addition & 1 deletion tools/local_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else

fi
export REPO_DIR=OpenBLAS
export OPENBLAS_COMMIT="c2f4bdb"
export OPENBLAS_COMMIT="v0.3.26"

# export MB_ML_LIBC=musllinux
# export MB_ML_VER=_1_1
Expand Down

0 comments on commit 98bb623

Please sign in to comment.