2021-07-16 06:38:30 +08:00
{
"name" : "hpx" ,
2024-05-30 14:41:15 +08:00
"version" : "1.10.0" ,
2021-07-16 06:38:30 +08:00
"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" ,
2022-02-16 08:59:58 +08:00
"license" : "BSL-1.0" ,
2023-08-18 05:18:58 +08:00
"supports" : "!(windows & x86)" ,
2021-07-16 06:38:30 +08:00
"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" ,
2021-11-30 00:40:37 +08:00
{
"name" : "gperftools" ,
"platform" : "linux"
} ,
2021-11-10 03:45:40 +08:00
"hwloc" ,
2022-09-20 03:30:40 +08:00
{
"name" : "pkgconf" ,
"host" : true
} ,
2021-11-10 03:45:40 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2022-09-20 03:30:40 +08:00
] ,
"default-features" : [
"bzip2" ,
"mpi" ,
"snappy" ,
"zlib"
] ,
"features" : {
"bzip2" : {
"description" : "Build with bzip2 compression" ,
"dependencies" : [
"bzip2"
]
} ,
"cuda" : {
"description" : "Build with CUDA support" ,
"dependencies" : [
"cuda"
]
} ,
"mpi" : {
"description" : "Build with MPI parcelport" ,
"dependencies" : [
"mpi"
]
} ,
"snappy" : {
"description" : "Build with snappy compression" ,
"dependencies" : [
"snappy"
]
} ,
"zlib" : {
"description" : "Build with zlib compression" ,
"dependencies" : [
"zlib"
]
}
}
2021-07-16 06:38:30 +08:00
}