Skip to content

Commit

Permalink
[seal] Fixed cannot find SEAL. (#18596)
Browse files Browse the repository at this point in the history
* Fixed cannot find seal.

* Updated versioning.
  • Loading branch information
Wei Dai committed Jul 1, 2021
1 parent ffa4f9d commit d93cf33
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/seal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions ports/seal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5690,7 +5690,7 @@
},
"seal": {
"baseline": "3.6.6",
"port-version": 0
"port-version": 1
},
"secp256k1": {
"baseline": "2017-19-10",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/seal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "89d120a6c3ac5306d90e29913048b518dc5a2c9b",
"version-semver": "3.6.6",
"port-version": 1
},
{
"git-tree": "e487b9120a78480800a1fd914477acf03f677919",
"version-semver": "3.6.6",
Expand Down

0 comments on commit d93cf33

Please sign in to comment.