early-access version 2853
This commit is contained in:
51
externals/vcpkg/ports/seal/vcpkg.json
vendored
Executable file
51
externals/vcpkg/ports/seal/vcpkg.json
vendored
Executable file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "seal",
|
||||
"version-semver": "3.7.2",
|
||||
"port-version": 3,
|
||||
"description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.",
|
||||
"homepage": "https://github.com/microsoft/SEAL",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"ms-gsl",
|
||||
"zlib",
|
||||
"zstd"
|
||||
],
|
||||
"features": {
|
||||
"hexl": {
|
||||
"description": "Use Intel® HEXL for acceleration of low-level kernels.",
|
||||
"dependencies": [
|
||||
"hexl"
|
||||
]
|
||||
},
|
||||
"ms-gsl": {
|
||||
"description": "Use ms-gsl for span view",
|
||||
"dependencies": [
|
||||
"ms-gsl"
|
||||
]
|
||||
},
|
||||
"no-throw-tran": {
|
||||
"description": "Do not throw when operating on transparent ciphertexts"
|
||||
},
|
||||
"zlib": {
|
||||
"description": "Use zlib for compressed serialization",
|
||||
"dependencies": [
|
||||
"zlib"
|
||||
]
|
||||
},
|
||||
"zstd": {
|
||||
"description": "Use zstd for compressed serialization",
|
||||
"dependencies": [
|
||||
"zstd"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user