Skip to content

Commit ac8f14d

Browse files
JAicewizarddg0yt
andauthored
[blas] Enable openblas on mingw (#44583)
Co-authored-by: Kai Pastor <[email protected]>
1 parent e033aa9 commit ac8f14d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

ports/blas/portfile.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ if(VCPKG_TARGET_IS_OSX OR VCPKG_TARGET_IS_IOS)
4949
set(cflags "-framework Accelerate")
5050
elseif(VCPKG_TARGET_IS_UWP
5151
OR (VCPKG_TARGET_IS_WINDOWS AND VCPKG_TARGET_ARCHITECTURE MATCHES "arm")
52+
OR VCPKG_TARGET_IS_MINGW
5253
OR NOT VCPKG_TARGET_IS_WINDOWS
5354
OR NOT (VCPKG_LIBRARY_LINKAGE STREQUAL "static"))
5455
set(BLA_VENDOR OpenBLAS)

ports/blas/vcpkg.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$comment": "Keep the platform expressions in sync with the wrappers installed by the portfiles!",
33
"name": "blas",
44
"version-date": "2023-04-14",
5-
"port-version": 2,
5+
"port-version": 3,
66
"description": "Metapackage for packages which provide BLAS",
77
"license": null,
88
"dependencies": [
@@ -11,11 +11,11 @@
1111
"features": [
1212
"cblas"
1313
],
14-
"platform": "!osx & !ios & !uwp & !(windows & arm) & windows & static"
14+
"platform": "!osx & !ios & !uwp & !(windows & arm) & windows & static & !mingw"
1515
},
1616
{
1717
"name": "openblas",
18-
"platform": "!osx & !ios & (uwp | (windows & arm) | !windows | !static)"
18+
"platform": "!osx & !ios & (uwp | (windows & arm) | !windows | !static | mingw)"
1919
},
2020
{
2121
"name": "vcpkg-cmake",

versions/b-/blas.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "6155e3a08c8a572e1e8ab225b6f0fdb56e84eca1",
5+
"version-date": "2023-04-14",
6+
"port-version": 3
7+
},
38
{
49
"git-tree": "b5910f73b446a5f52ca520bafd134f3360b1698f",
510
"version-date": "2023-04-14",

versions/baseline.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@
702702
},
703703
"blas": {
704704
"baseline": "2023-04-14",
705-
"port-version": 2
705+
"port-version": 3
706706
},
707707
"blaze": {
708708
"baseline": "3.8.2",

0 commit comments

Comments
 (0)