Skip to content
Merged
2 changes: 1 addition & 1 deletion ports/openblas/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if(VCPKG_TARGET_IS_UWP)
-DVS_WINRT_COMPONENT=TRUE
"-DBLASHELPER_BINARY_DIR=${CURRENT_BUILDTREES_DIR}/x64-windows-rel")

elseif(VCPKG_TARGET_IS_WINDOWS)
elseif(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
vcpkg_configure_cmake(
PREFER_NINJA
SOURCE_PATH ${SOURCE_PATH}
Expand Down
1 change: 1 addition & 0 deletions ports/openblas/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "openblas",
"version": "0.3.15",
"port-version": 1,
"description": "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.",
"homepage": "https://github.com/xianyi/OpenBLAS",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4814,7 +4814,7 @@
},
"openblas": {
"baseline": "0.3.15",
"port-version": 0
"port-version": 1
},
"opencascade": {
"baseline": "7.5.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openblas.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dcc3a6e6e72e9e935bf19b587105d5b1cfbab131",
"version": "0.3.15",
"port-version": 1
},
{
"git-tree": "2a214e1bac47c70d932caef7d74771c8658b1f7a",
"version": "0.3.15",
Expand Down