Skip to content

Commit

Permalink
[gmp] Feature fat couldn't build on Windows (#30177)
Browse files Browse the repository at this point in the history
* [gmp] Feature fat couldn't build on Windows

* update version

* modify supports

* update version

* update supports

* update version
  • Loading branch information
LilyWangLL authored Mar 20, 2023
1 parent e718473 commit 7502c79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/gmp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gmp",
"version": "6.2.1",
"port-version": 16,
"port-version": 17,
"description": "The GNU Multiple Precision Arithmetic Library",
"homepage": "https://gmplib.org",
"license": "LGPL-3.0-only OR GPL-2.0-only",
Expand All @@ -18,7 +18,7 @@
"features": {
"fat": {
"description": "Enable runtime selection of optimized low level routines",
"supports": "(x86 | x64) & !(mingw & !static)"
"supports": "!windows | mingw"
}
}
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2826,7 +2826,7 @@
},
"gmp": {
"baseline": "6.2.1",
"port-version": 16
"port-version": 17
},
"gmsh": {
"baseline": "4.9.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gmp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "82d0d40ea6ffa93a17c696a2c2fac9a436d67958",
"version": "6.2.1",
"port-version": 17
},
{
"git-tree": "dfe62625c288d20cd69758931e19feda98c7e3e8",
"version": "6.2.1",
Expand Down

0 comments on commit 7502c79

Please sign in to comment.