Skip to content

Commit 4184f27

Browse files
Sol455claude
andcommitted
Fix OpenBLAS version for vcpkg compatibility
- Update OpenBLAS version from 0.3.0 to 0.3.29 (latest in vcpkg) - Add version override to ensure exact 0.3.29 is used - Fixes vcpkg install failure: "no version database entry for openblas at 0.3.0" - OpenBLAS 0.3.29 includes ARM64 performance optimizations Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 526f56c commit 4184f27

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{ "name": "rapidjson", "version>=": "1.1.0" },
77
{ "name": "asio", "version>=": "1.28.0" },
88
{ "name": "cpp-httplib", "version>=": "0.12.2" },
9-
{ "name": "openblas", "version>=": "0.3.0" },
9+
{ "name": "openblas", "version>=": "0.3.29" },
1010
{ "name": "armadillo", "version>=": "12.0.1" },
1111
{ "name": "ryml", "version>=": "0.5.0" }
1212
],
@@ -16,6 +16,7 @@
1616
{ "name": "rapidjson", "version": "1.1.0" },
1717
{ "name": "asio", "version": "1.28.0" },
1818
{ "name": "cpp-httplib", "version": "0.12.2" },
19+
{ "name": "openblas", "version": "0.3.29" },
1920
{ "name": "armadillo", "version": "12.0.1" },
2021
{ "name": "ryml", "version": "0.5.0" }
2122
]

0 commit comments

Comments
 (0)