Skip to content
Merged
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
1 change: 1 addition & 0 deletions ports/blas/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if(VCPKG_TARGET_IS_OSX OR VCPKG_TARGET_IS_IOS)
set(cflags "-framework Accelerate")
elseif(VCPKG_TARGET_IS_UWP
OR (VCPKG_TARGET_IS_WINDOWS AND VCPKG_TARGET_ARCHITECTURE MATCHES "arm")
OR VCPKG_TARGET_IS_MINGW
OR NOT VCPKG_TARGET_IS_WINDOWS
OR NOT (VCPKG_LIBRARY_LINKAGE STREQUAL "static"))
set(BLA_VENDOR OpenBLAS)
Expand Down
6 changes: 3 additions & 3 deletions ports/blas/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$comment": "Keep the platform expressions in sync with the wrappers installed by the portfiles!",
"name": "blas",
"version-date": "2023-04-14",
"port-version": 2,
"port-version": 3,
"description": "Metapackage for packages which provide BLAS",
"license": null,
"dependencies": [
Expand All @@ -11,11 +11,11 @@
"features": [
"cblas"
],
"platform": "!osx & !ios & !uwp & !(windows & arm) & windows & static"
"platform": "!osx & !ios & !uwp & !(windows & arm) & windows & static & !mingw"
},
{
"name": "openblas",
"platform": "!osx & !ios & (uwp | (windows & arm) | !windows | !static)"
"platform": "!osx & !ios & (uwp | (windows & arm) | !windows | !static | mingw)"
},
{
"name": "vcpkg-cmake",
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/blas.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6155e3a08c8a572e1e8ab225b6f0fdb56e84eca1",
"version-date": "2023-04-14",
"port-version": 3
},
{
"git-tree": "b5910f73b446a5f52ca520bafd134f3360b1698f",
"version-date": "2023-04-14",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@
},
"blas": {
"baseline": "2023-04-14",
"port-version": 2
"port-version": 3
},
"blaze": {
"baseline": "3.8.2",
Expand Down