diff options
| author | Wei Dai <wei.dai@microsoft.com> | 2021-07-01 08:41:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 08:41:40 -0700 |
| commit | d93cf33a224a9cc8de9ed92084b5d31c1f86bb15 (patch) | |
| tree | 9b1e7c782318f62c18866b61c2ba94ce45a6e724 | |
| parent | ffa4f9dd3747c10a4fc76d0a40a63b6570df587f (diff) | |
| download | vcpkg-d93cf33a224a9cc8de9ed92084b5d31c1f86bb15.tar.gz vcpkg-d93cf33a224a9cc8de9ed92084b5d31c1f86bb15.zip | |
[seal] Fixed cannot find SEAL. (#18596)
* Fixed cannot find seal.
* Updated versioning.
| -rw-r--r-- | ports/seal/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/seal/vcpkg.json | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/s-/seal.json | 5 |
4 files changed, 8 insertions, 2 deletions
diff --git a/ports/seal/portfile.cmake b/ports/seal/portfile.cmake index f24241a3f..b458c9067 100644 --- a/ports/seal/portfile.cmake +++ b/ports/seal/portfile.cmake @@ -31,7 +31,7 @@ vcpkg_cmake_configure( 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) vcpkg_fixup_pkgconfig(SKIP_CHECK) diff --git a/ports/seal/vcpkg.json b/ports/seal/vcpkg.json index ef5b166a5..f7a7928dd 100644 --- a/ports/seal/vcpkg.json +++ b/ports/seal/vcpkg.json @@ -1,6 +1,7 @@ { "name": "seal", "version-semver": "3.6.6", + "port-version": 1, "description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.", "homepage": "https://github.com/microsoft/SEAL", "supports": "!windows | (windows & static)", diff --git a/versions/baseline.json b/versions/baseline.json index 2d5e5d923..b1684659f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5690,7 +5690,7 @@ }, "seal": { "baseline": "3.6.6", - "port-version": 0 + "port-version": 1 }, "secp256k1": { "baseline": "2017-19-10", diff --git a/versions/s-/seal.json b/versions/s-/seal.json index 53e227f6d..56f081d64 100644 --- a/versions/s-/seal.json +++ b/versions/s-/seal.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "89d120a6c3ac5306d90e29913048b518dc5a2c9b", + "version-semver": "3.6.6", + "port-version": 1 + }, + { "git-tree": "e487b9120a78480800a1fd914477acf03f677919", "version-semver": "3.6.6", "port-version": 0 |
