aboutsummaryrefslogtreecommitdiff
path: root/ports/seal
AgeCommit message (Collapse)Author
2021-09-17[seal] Updated SEAL to version 3.7.0 (#20166)Wei Dai
* Updated ports/seal and ports/apsi. * Updated versioning.
2021-07-01[seal] Fixed cannot find SEAL. (#18596)Wei Dai
* Fixed cannot find seal. * Updated versioning.
2021-06-21[seal]Updated to version 3.6.6. Replaced CONTROL with manifest file. (#18457)Wei Dai
* Updated seal to version 3.6.6. Replaced CONTROL with manifest file. * Changed version-string to version-semver. * Updated versions/s-/seal.json. * Added a missing CMake arguement. * Updated versioning. * Fixed hexl config file. * Updated versioning. * Fixed hexl not finding dependency. * Updated versioning.
2021-05-06[seal]Updated to version 3.6.4 (#17648)Wei Dai
* Updated SEAL to version 3.6.4. * Updated versions/s-/seal.json.
2021-02-24[seal] Updated SEAL version to 3.6.2. (#16379)Wei Dai
* Updated SEAL's version to the latest. * Updated version number in ports/seal/CONTROL. * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-01-28Update to SEAL 3.6.1 (#15015)Radames Cruz
2020-11-18[seal] Update to version 3.6.0. Changed default features. (#14576)Wei Dai
* Updated ports/seal to version 3.6.0. Changed default features. Supported linux and *-windows-static. macOS is not tested but should work. * Changed to use vcpkg_check_features and VCPKG_TARGET_IS_WINDOWS. Updated SEAL's commit hash to keep up-to-date with SEAL's new fixes. * Removed one unnecessary cmake argument. * Disabled parallel configure. * Updated SEAL's commit hash. * Enforced static linkage. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/seal/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-09-26[seal] Fixed and updated ports/seal to 3.5.9. (#13598)Wei Dai
* Fixed and updated ports/seal to 3.5.9. * Update ports/seal/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/seal/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [seal] Disable vendored dependencies. Fix writes to source dir. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-05-26[seal] Disable SEAL_USE_MSGSL and add default feature zlib (#11588)Jack·Boos·Yu
2020-01-30[seal] Add new port (#9698)Kotaro Inoue
* Add Microsoft SEAL as a new port * Fix to choose either static or shared binaries * Fix to fail port install on Windows platforms * Fix to enable a command line build on windows * Fix to fail port install on UWP