early-access version 2853
This commit is contained in:
1
externals/vcpkg/scripts/test_ports/vcpkg-ci-boost/portfile.cmake
vendored
Executable file
1
externals/vcpkg/scripts/test_ports/vcpkg-ci-boost/portfile.cmake
vendored
Executable file
@@ -0,0 +1 @@
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||
65
externals/vcpkg/scripts/test_ports/vcpkg-ci-boost/vcpkg.json
vendored
Executable file
65
externals/vcpkg/scripts/test_ports/vcpkg-ci-boost/vcpkg.json
vendored
Executable file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"name": "vcpkg-ci-boost",
|
||||
"version": "1",
|
||||
"description": "Boost features testing within CI.",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"mpi"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "boost-asio",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"ssl"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "boost-fiber",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"numa"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "boost-locale",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"icu"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "boost-mpi",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"python3"
|
||||
],
|
||||
"platform": "!static"
|
||||
},
|
||||
{
|
||||
"name": "boost-odeint",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"mpi"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "boost-python",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"python2",
|
||||
"python3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "boost-regex",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"icu"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user