Skip to content

Commit

Permalink
OpenBLAS: update to v0.3.27 (#749)
Browse files Browse the repository at this point in the history
Upstream released `v0.3.27` on 2024-04-04. Update to that new version
  • Loading branch information
NeroBurner authored Jun 18, 2024
1 parent 9d9242b commit 93329a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ hunter_default_version(NASM VERSION 2.15.02)
hunter_default_version(NLopt VERSION 2.5.0-p0)
hunter_default_version(ONNX VERSION 1.4.1-p0)
hunter_default_version(OpenAL VERSION 1.23.1)
hunter_default_version(OpenBLAS VERSION 0.3.21)
hunter_default_version(OpenBLAS VERSION 0.3.27)
hunter_default_version(OpenCL VERSION 2022.01.04-p1)
hunter_default_version(OpenCL-Headers VERSION 2022.01.04)
hunter_default_version(OpenCL-cpp VERSION 2.0.16-61a5c9a-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/OpenBLAS/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@ hunter_add_version(
b052d196ad694b29302e074b3eb8cc66745f6e2f
)

hunter_add_version(
PACKAGE_NAME
OpenBLAS
VERSION
0.3.27
URL
"https://github.com/xianyi/OpenBLAS/archive/v0.3.27.tar.gz"
SHA1
a2fe037b96c3d7aae64d1a31b3362cfd8e89b8c6
)

hunter_configuration_types(OpenBLAS CONFIGURATION_TYPES Release)
if(HUNTER_OpenBLAS_VERSION VERSION_LESS 0.3.1)
hunter_pick_scheme(DEFAULT OpenBLAS)
Expand Down

0 comments on commit 93329a1

Please sign in to comment.