[gmp] Use msys autoconf2.71 (#41814)

This commit is contained in:
Kai Pastor 2024-10-29 09:50:43 +01:00 committed by GitHub
parent 529160e6aa
commit b9fe496e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 1 deletions

View File

@ -79,9 +79,17 @@ if(VCPKG_CROSSCOMPILING)
set(ENV{HOST_TOOLS_PREFIX} "${CURRENT_HOST_INSTALLED_DIR}/manual-tools/${PORT}")
endif()
if(VCPKG_HOST_IS_WINDOWS)
# dumpbin detection fails with autoconf 2.72
set(ENV{WANT_AUTOCONF} 2.71)
endif()
vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
AUTOCONFIG
ADDITIONAL_MSYS_PACKAGES
DIRECT_PACKAGES
"https://mirror.msys2.org/msys/x86_64/autoconf2.71-2.71-3-any.pkg.tar.zst"
dd312c428b2e19afd00899eb53ea4255794dea4c19d1d6dea2419cb6a54209ea2130d48abbc20af12196b9f628143436f736fbf889809c2c2291be0c69c0e306
OPTIONS
${OPTIONS}
--enable-cxx

View File

@ -1,6 +1,7 @@
{
"name": "gmp",
"version": "6.3.0",
"port-version": 1,
"description": "The GNU Multiple Precision Arithmetic Library",
"homepage": "https://gmplib.org",
"license": "LGPL-3.0-only OR GPL-2.0-only",

View File

@ -3182,7 +3182,7 @@
},
"gmp": {
"baseline": "6.3.0",
"port-version": 0
"port-version": 1
},
"gmsh": {
"baseline": "4.12.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0634ea068717e4b97b9a9d767d70179b909657b6",
"version": "6.3.0",
"port-version": 1
},
{
"git-tree": "c28d96e8dd3ed941ba550f1e9d9f7bf1f2a83ac8",
"version": "6.3.0",