diff options
| author | Wei Dai <wei.dai@microsoft.com> | 2021-09-17 08:04:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 08:04:12 -0700 |
| commit | ccd2cf07cf657928d976941f5137650932ebf9f8 (patch) | |
| tree | d052f14173ca54c185ef13401b2d06c82988909e /ports/seal | |
| parent | 03b5bebb3c8f4aa287edbef27d1735b084558feb (diff) | |
| download | vcpkg-ccd2cf07cf657928d976941f5137650932ebf9f8.tar.gz vcpkg-ccd2cf07cf657928d976941f5137650932ebf9f8.zip | |
[seal] Updated SEAL to version 3.7.0 (#20166)
* Updated ports/seal and ports/apsi.
* Updated versioning.
Diffstat (limited to 'ports/seal')
| -rw-r--r-- | ports/seal/portfile.cmake | 12 | ||||
| -rw-r--r-- | ports/seal/vcpkg.json | 3 |
2 files changed, 5 insertions, 10 deletions
diff --git a/ports/seal/portfile.cmake b/ports/seal/portfile.cmake index b458c9067..bea3e7af2 100644 --- a/ports/seal/portfile.cmake +++ b/ports/seal/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/SEAL - REF d045f1beff96dff0fccc7fa0c5acb1493a65338c - SHA512 9b5d3c4342608d8e3d9826d3b52cbefc1c21eb0094d0cae4add8bb0960f931e9080f248eb8ad8385fc0a08e2a1da10020185148ffd2ef02e7a4fac879e27aa69 + REF 2d2a25c916047d2f356d45ad50c98f0a9695905a + SHA512 81b2be39fca39dbd3a1246d0a1b8474d27eb6b1f3205f2107243bcd883b95814d2b642fa6807ed1f272d321233c2ec7992a256866ae1700c1203575594b42559 HEAD_REF main ) @@ -31,13 +31,9 @@ vcpkg_cmake_configure( vcpkg_cmake_install() -vcpkg_cmake_config_fixup(PACKAGE_NAME "SEAL" CONFIG_PATH "lib/cmake/SEAL-3.6") +vcpkg_cmake_config_fixup(PACKAGE_NAME "SEAL" CONFIG_PATH "lib/cmake/SEAL-3.7") -if("hexl" IN_LIST FEATURES) - vcpkg_fixup_pkgconfig(SKIP_CHECK) -else() - vcpkg_fixup_pkgconfig() -endif() +vcpkg_fixup_pkgconfig() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") diff --git a/ports/seal/vcpkg.json b/ports/seal/vcpkg.json index f7a7928dd..daafafc27 100644 --- a/ports/seal/vcpkg.json +++ b/ports/seal/vcpkg.json @@ -1,7 +1,6 @@ { "name": "seal", - "version-semver": "3.6.6", - "port-version": 1, + "version-semver": "3.7.0", "description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.", "homepage": "https://github.com/microsoft/SEAL", "supports": "!windows | (windows & static)", |
