[gmp] Avoid libm for x86 msvc host (#32984)

This commit is contained in:
Kai Pastor 2023-08-07 18:10:14 +02:00 committed by GitHub
parent df7782523e
commit 2973016c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -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()

View File

@ -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",

View File

@ -2946,7 +2946,7 @@
},
"gmp": {
"baseline": "6.2.1",
"port-version": 20
"port-version": 21
},
"gmsh": {
"baseline": "4.9.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "726604ff590362102d805e16508ae20730583101",
"version": "6.2.1",
"port-version": 21
},
{
"git-tree": "5925ffa7bf1165b7ca3144e4253a19dcfc47a5ad",
"version": "6.2.1",