Skip to content

Commit

Permalink
[gmp] Use msys autoconf2.71
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Oct 27, 2024
1 parent e60236e commit 4bc2122
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ports/gmp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.71
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
Expand Down
1 change: 1 addition & 0 deletions ports/gmp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3182,7 +3182,7 @@
},
"gmp": {
"baseline": "6.3.0",
"port-version": 0
"port-version": 1
},
"gmsh": {
"baseline": "4.12.2",
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": "f1109a3fbd660551ade49f8645782d43c425c109",
"version": "6.3.0",
"port-version": 1
},
{
"git-tree": "c28d96e8dd3ed941ba550f1e9d9f7bf1f2a83ac8",
"version": "6.3.0",
Expand Down

0 comments on commit 4bc2122

Please sign in to comment.