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 #642

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions CMake/fletch-tarballs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ list(APPEND fletch_external_sources GTest)

#OpenBLAS
if(NOT WIN32)
set(OpenBLAS_SELECT_VERSION 0.3.10 CACHE STRING "Select the version of OpenBLAS to build.")
set_property(CACHE OpenBLAS_SELECT_VERSION PROPERTY STRINGS "0.3.10" "0.3.6")
set(OpenBLAS_SELECT_VERSION 0.3.13 CACHE STRING "Select the version of OpenBLAS to build.")
set_property(CACHE OpenBLAS_SELECT_VERSION PROPERTY STRINGS "0.3.10" "0.3.13")

set (OpenBLAS_version ${OpenBLAS_SELECT_VERSION})
if (OpenBLAS_version VERSION_EQUAL 0.3.6)
set(OpenBLAS_md5 "8a110a25b819a4b94e8a9580702b6495")
if (OpenBLAS_version VERSION_EQUAL 0.3.13)
set(OpenBLAS_md5 "2ca05b9cee97f0d1a8ab15bd6ea2b747")
elseif (OpenBLAS_version VERSION_EQUAL 0.3.10)
set(OpenBLAS_md5 "4727a1333a380b67c8d7c7787a3d9c9a")
else()
Expand Down
1 change: 1 addition & 0 deletions Doc/release-notes/master.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Updates since v1.4.0
* Remove support for OpenCV 2
* Add VTK version 9.0.1
* Update PyBind11 from 2.2.1 to 2.5.0
* Update OpenBLAS from 0.3.10 to 0.3.13

Fixes since v1.4.0
------------------
Expand Down
10 changes: 0 additions & 10 deletions Patches/OpenBLAS/0.2.15/Patch.cmake

This file was deleted.

Loading