mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[gmp] Avoid libm for x86 msvc host (#32984)
This commit is contained in:
parent
df7782523e
commit
2973016c49
@ -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()
|
||||
|
||||
|
@ -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",
|
||||
|
@ -2946,7 +2946,7 @@
|
||||
},
|
||||
"gmp": {
|
||||
"baseline": "6.2.1",
|
||||
"port-version": 20
|
||||
"port-version": 21
|
||||
},
|
||||
"gmsh": {
|
||||
"baseline": "4.9.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "726604ff590362102d805e16508ae20730583101",
|
||||
"version": "6.2.1",
|
||||
"port-version": 21
|
||||
},
|
||||
{
|
||||
"git-tree": "5925ffa7bf1165b7ca3144e4253a19dcfc47a5ad",
|
||||
"version": "6.2.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user