mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 07:09:00 +08:00
f6612d53ed
* 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>
18 lines
449 B
Plaintext
18 lines
449 B
Plaintext
Source: seal
|
|
Version: 3.6.0
|
|
Homepage: https://github.com/microsoft/SEAL
|
|
Description: Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
|
|
Default-Features: ms-gsl, zlib, zstd
|
|
|
|
Feature: ms-gsl
|
|
Build-Depends: ms-gsl
|
|
Description: Use ms-gsl for span view
|
|
|
|
Feature: zlib
|
|
Build-Depends: zlib
|
|
Description: Use zlib for compressed serialization
|
|
|
|
Feature: zstd
|
|
Build-Depends: zstd
|
|
Description: Use zstd for compressed serialization
|