early-access version 2853
This commit is contained in:
58
externals/vcpkg/ports/apsi/vcpkg.json
vendored
Executable file
58
externals/vcpkg/ports/apsi/vcpkg.json
vendored
Executable file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "apsi",
|
||||
"version-semver": "0.7.0",
|
||||
"port-version": 2,
|
||||
"description": "APSI is a research library for asymmetric private set intersection.",
|
||||
"homepage": "https://github.com/microsoft/APSI",
|
||||
"supports": "static & !(arm & osx)",
|
||||
"dependencies": [
|
||||
"flatbuffers",
|
||||
"jsoncpp",
|
||||
"kuku",
|
||||
{
|
||||
"name": "seal",
|
||||
"features": [
|
||||
"no-throw-tran"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"log4cplus",
|
||||
"zeromq"
|
||||
],
|
||||
"features": {
|
||||
"hexl": {
|
||||
"description": "Use Intel® HEXL to accelerate Microsoft SEAL.",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "seal",
|
||||
"features": [
|
||||
"hexl",
|
||||
"no-throw-tran"
|
||||
],
|
||||
"platform": "x64"
|
||||
}
|
||||
]
|
||||
},
|
||||
"log4cplus": {
|
||||
"description": "Use log4cplus for logging.",
|
||||
"dependencies": [
|
||||
"log4cplus"
|
||||
]
|
||||
},
|
||||
"zeromq": {
|
||||
"description": "Use ZeroMQ for networking.",
|
||||
"dependencies": [
|
||||
"cppzmq"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user