Skip to content

Commit

Permalink
[openblas] disable build in Visual Studio with feature 'dynamic-arch' (
Browse files Browse the repository at this point in the history
…#30192)

* [Openblas] disable build in Visual Studio with feature 'Dynamic_ARCH'

* update version

* add supports

* version
  • Loading branch information
FrankXie05 committed Mar 20, 2023
1 parent cc182c1 commit a4c9a64
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ports/openblas/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "openblas",
"version": "0.3.21",
"port-version": 1,
"description": "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.",
"homepage": "https://github.com/xianyi/OpenBLAS",
"license": "BSD-3-Clause",
Expand All @@ -25,7 +26,8 @@
],
"features": {
"dynamic-arch": {
"description": "Support for multiple targets in a single library"
"description": "Support for multiple targets in a single library",
"supports": "mingw"
},
"simplethread": {
"description": "Use simple thread",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5686,7 +5686,7 @@
},
"openblas": {
"baseline": "0.3.21",
"port-version": 0
"port-version": 1
},
"opencascade": {
"baseline": "7.6.2",
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": "86949dd1db1c79ae88f2354225c4363e7200ad66",
"version": "0.3.21",
"port-version": 1
},
{
"git-tree": "17b5c709377ee3e375a3b6b165ac9acb9752c3f6",
"version": "0.3.21",
Expand Down

0 comments on commit a4c9a64

Please sign in to comment.