Skip to content

Commit

Permalink
Merge pull request #149 from tylerjereddy/treddy_openblas_old_way_bum…
Browse files Browse the repository at this point in the history
…p_for_scipy

MAINT: build new OpenBLAS for SciPy
  • Loading branch information
tylerjereddy authored Mar 30, 2024
2 parents 9c64109 + 3ff5c4d commit c20fcfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
INTERFACE64: '1'
env:
REPO_DIR: OpenBLAS
OPENBLAS_COMMIT: "4a6025af9a"
OPENBLAS_COMMIT: "b1e8ba5017"
MACOSX_DEPLOYMENT_TARGET: 10.9
MB_PYTHON_VERSION: ${{ matrix.python-version }}
TRAVIS_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 @@ -8,7 +8,7 @@ on:
workflow_dispatch: null

env:
OPENBLAS_COMMIT: "4a6025af9a"
OPENBLAS_COMMIT: "b1e8ba5017"
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="4a6025af9a"
- OPENBLAS_COMMIT="b1e8ba5017"
- REPO_DIR=OpenBLAS

language: python
Expand Down

0 comments on commit c20fcfe

Please sign in to comment.