Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenBLAS to v0.3.5 #30583

Merged
merged 5 commits into from
Jan 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump BB OpenBLAS bundle
  • Loading branch information
staticfloat authored and ararslan committed Jan 5, 2019
commit 4cdde73f7b277cdd25bb832de31184d8cc1f7add
2 changes: 1 addition & 1 deletion deps/blas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ else # USE_BINARYBUILDER_OPENBLAS


OPENBLAS_BB_URL_BASE := https://github.com/JuliaPackaging/Yggdrasil/releases/download/OpenBLAS-v$(OPENBLAS_VER)-$(OPENBLAS_BB_REL)
OPENBLAS_BB_NAME := OpenBLAS.v$(OPENBLAS_VER)-$(OPENBLAS_BB_REL)
OPENBLAS_BB_NAME := OpenBLAS.v$(OPENBLAS_VER)

$(eval $(call bb-install,openblas,OPENBLAS,true))
get-lapack: get-openblas
Expand Down