early-access version 2853
This commit is contained in:
40
externals/vcpkg/ports/hpx/vcpkg.json
vendored
Executable file
40
externals/vcpkg/ports/hpx/vcpkg.json
vendored
Executable file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "hpx",
|
||||
"version": "1.8.0",
|
||||
"description": [
|
||||
"The C++ Standards Library for Concurrency and Parallelism",
|
||||
"HPX is a C++ Standards Library for Concurrency and Parallelism. It implements all of the corresponding facilities as defined by the C++ Standard. Additionally, in HPX we implement functionalities proposed as part of the ongoing C++ standardization process. We also extend the C++ Standard APIs to the distributed case."
|
||||
],
|
||||
"homepage": "https://github.com/STEllAR-GROUP/hpx",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
"asio",
|
||||
"boost-accumulators",
|
||||
"boost-config",
|
||||
"boost-context",
|
||||
"boost-dynamic-bitset",
|
||||
"boost-exception",
|
||||
"boost-filesystem",
|
||||
"boost-iostreams",
|
||||
"boost-lockfree",
|
||||
"boost-range",
|
||||
"boost-spirit",
|
||||
"boost-system",
|
||||
"boost-throw-exception",
|
||||
"boost-variant",
|
||||
"boost-winapi",
|
||||
{
|
||||
"name": "gperftools",
|
||||
"platform": "linux"
|
||||
},
|
||||
"hwloc",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user