Skip to content

Commit

Permalink
[gmp] Avoid libm for x86 msvc host (#32984)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Aug 7, 2023
1 parent df77825 commit 2973016
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/gmp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
vcpkg_list(APPEND OPTIONS
"ac_cv_func_memset=yes"
"gmp_cv_asm_w32=.word"
"gmp_cv_check_libm_for_build=no"
)
endif()

Expand Down
2 changes: 1 addition & 1 deletion 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": 20,
"port-version": 21,
"description": "The GNU Multiple Precision Arithmetic Library",
"homepage": "https://gmplib.org",
"license": "LGPL-3.0-only OR GPL-2.0-only",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2946,7 +2946,7 @@
},
"gmp": {
"baseline": "6.2.1",
"port-version": 20
"port-version": 21
},
"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": "726604ff590362102d805e16508ae20730583101",
"version": "6.2.1",
"port-version": 21
},
{
"git-tree": "5925ffa7bf1165b7ca3144e4253a19dcfc47a5ad",
"version": "6.2.1",
Expand Down

0 comments on commit 2973016

Please sign in to comment.