diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-09-20 18:31:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-20 09:31:13 -0700 |
| commit | 6fd6830d68fbab599ad78138d3e6d87dcbcbb016 (patch) | |
| tree | b40ac9bbe412789dbb85aacb4b87bb3c9f989d1f | |
| parent | 53e3b41ae19893e3a1ba25e7f04b59e8fc53321b (diff) | |
| download | vcpkg-6fd6830d68fbab599ad78138d3e6d87dcbcbb016.tar.gz vcpkg-6fd6830d68fbab599ad78138d3e6d87dcbcbb016.zip | |
[gmp] Enable C++ support on Unix (#20205)
* [gmp] enable C++ support
* [gmp] update versions
| -rw-r--r-- | ports/gmp/portfile.cmake | 3 | ||||
| -rw-r--r-- | ports/gmp/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/g-/gmp.json | 5 |
4 files changed, 9 insertions, 3 deletions
diff --git a/ports/gmp/portfile.cmake b/ports/gmp/portfile.cmake index 5356098f4..6007ad9c6 100644 --- a/ports/gmp/portfile.cmake +++ b/ports/gmp/portfile.cmake @@ -103,7 +103,8 @@ else() vcpkg_configure_make(
SOURCE_PATH ${SOURCE_PATH}
AUTOCONFIG
- OPTIONS ${OPTIONS}
+ OPTIONS
+ --enable-cxx
)
vcpkg_install_make()
diff --git a/ports/gmp/vcpkg.json b/ports/gmp/vcpkg.json index 3f9b609b3..f907a9bab 100644 --- a/ports/gmp/vcpkg.json +++ b/ports/gmp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "gmp", "version-string": "6.2.1", - "port-version": 6, + "port-version": 7, "description": "The GNU Multiple Precision Arithmetic Library", "homepage": "https://gmplib.org", "supports": "!(windows & (arm | arm64))", diff --git a/versions/baseline.json b/versions/baseline.json index 0c3cce9c2..764d04d4e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2446,7 +2446,7 @@ }, "gmp": { "baseline": "6.2.1", - "port-version": 6 + "port-version": 7 }, "google-cloud-cpp": { "baseline": "1.31.1", diff --git a/versions/g-/gmp.json b/versions/g-/gmp.json index 3b9358d4d..52dbc389f 100644 --- a/versions/g-/gmp.json +++ b/versions/g-/gmp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "5d207c0d8a6481f96f2277fd3245f2a80456a706", + "version-string": "6.2.1", + "port-version": 7 + }, + { "git-tree": "645878e32f8ab4e926f605107c761433515a17dd", "version-string": "6.2.1", "port-version": 6 |
