mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:19:01 +08:00
87179c1b43
* [hwloc] update to 2.7.0 * update version * update patch * update version * fix-osx-support * update version * set CoreFoundation * update version * reset CoreFoundation * update version * [hpx] Fix dependency hwloc * version * [hpx] Add osx component iokit * overwrite hpx version * version * update version * osx support * overwrite version * add license * format-manifest * update version * add license * update version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "hpx",
|
|
"version-semver": "1.7.1",
|
|
"port-version": 4,
|
|
"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
|
|
}
|
|
]
|
|
}
|