File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ if(VCPKG_TARGET_IS_OSX OR VCPKG_TARGET_IS_IOS)
49
49
set (cflags "-framework Accelerate" )
50
50
elseif (VCPKG_TARGET_IS_UWP
51
51
OR (VCPKG_TARGET_IS_WINDOWS AND VCPKG_TARGET_ARCHITECTURE MATCHES "arm" )
52
+ OR VCPKG_TARGET_IS_MINGW
52
53
OR NOT VCPKG_TARGET_IS_WINDOWS
53
54
OR NOT (VCPKG_LIBRARY_LINKAGE STREQUAL "static" ))
54
55
set (BLA_VENDOR OpenBLAS)
Original file line number Diff line number Diff line change 2
2
"$comment" : " Keep the platform expressions in sync with the wrappers installed by the portfiles!" ,
3
3
"name" : " blas" ,
4
4
"version-date" : " 2023-04-14" ,
5
- "port-version" : 2 ,
5
+ "port-version" : 3 ,
6
6
"description" : " Metapackage for packages which provide BLAS" ,
7
7
"license" : null ,
8
8
"dependencies" : [
11
11
"features" : [
12
12
" cblas"
13
13
],
14
- "platform" : " !osx & !ios & !uwp & !(windows & arm) & windows & static"
14
+ "platform" : " !osx & !ios & !uwp & !(windows & arm) & windows & static & !mingw "
15
15
},
16
16
{
17
17
"name" : " openblas" ,
18
- "platform" : " !osx & !ios & (uwp | (windows & arm) | !windows | !static)"
18
+ "platform" : " !osx & !ios & (uwp | (windows & arm) | !windows | !static | mingw )"
19
19
},
20
20
{
21
21
"name" : " vcpkg-cmake" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " 6155e3a08c8a572e1e8ab225b6f0fdb56e84eca1" ,
5
+ "version-date" : " 2023-04-14" ,
6
+ "port-version" : 3
7
+ },
3
8
{
4
9
"git-tree" : " b5910f73b446a5f52ca520bafd134f3360b1698f" ,
5
10
"version-date" : " 2023-04-14" ,
Original file line number Diff line number Diff line change 702
702
},
703
703
"blas" : {
704
704
"baseline" : " 2023-04-14" ,
705
- "port-version" : 2
705
+ "port-version" : 3
706
706
},
707
707
"blaze" : {
708
708
"baseline" : " 3.8.2" ,
You can’t perform that action at this time.
0 commit comments