[seal] Fixed cannot find SEAL. (#18596)

* Fixed cannot find seal.

* Updated versioning.
This commit is contained in:
Wei Dai 2021-07-01 08:41:40 -07:00 committed by GitHub
parent ffa4f9dd37
commit d93cf33a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -31,7 +31,7 @@ vcpkg_cmake_configure(
vcpkg_cmake_install() vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME "SEAL" CONFIG_PATH "lib/cmake/") vcpkg_cmake_config_fixup(PACKAGE_NAME "SEAL" CONFIG_PATH "lib/cmake/SEAL-3.6")
if("hexl" IN_LIST FEATURES) if("hexl" IN_LIST FEATURES)
vcpkg_fixup_pkgconfig(SKIP_CHECK) vcpkg_fixup_pkgconfig(SKIP_CHECK)

View File

@ -1,6 +1,7 @@
{ {
"name": "seal", "name": "seal",
"version-semver": "3.6.6", "version-semver": "3.6.6",
"port-version": 1,
"description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.", "description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.",
"homepage": "https://github.com/microsoft/SEAL", "homepage": "https://github.com/microsoft/SEAL",
"supports": "!windows | (windows & static)", "supports": "!windows | (windows & static)",

View File

@ -5690,7 +5690,7 @@
}, },
"seal": { "seal": {
"baseline": "3.6.6", "baseline": "3.6.6",
"port-version": 0 "port-version": 1
}, },
"secp256k1": { "secp256k1": {
"baseline": "2017-19-10", "baseline": "2017-19-10",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "89d120a6c3ac5306d90e29913048b518dc5a2c9b",
"version-semver": "3.6.6",
"port-version": 1
},
{ {
"git-tree": "e487b9120a78480800a1fd914477acf03f677919", "git-tree": "e487b9120a78480800a1fd914477acf03f677919",
"version-semver": "3.6.6", "version-semver": "3.6.6",