https://github.com/stellar-group/hpxc
HPX C Interface
https://github.com/stellar-group/hpxc
Last synced: 5 months ago
JSON representation
HPX C Interface
- Host: GitHub
- URL: https://github.com/stellar-group/hpxc
- Owner: STEllAR-GROUP
- License: bsl-1.0
- Created: 2012-09-19T03:32:32.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T19:05:15.000Z (over 1 year ago)
- Last Synced: 2024-05-01T11:26:22.653Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 125 KB
- Stars: 5
- Watchers: 11
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# HPXC - A C interface to a subset of HPX
## Build
```sh
cmake -S . -DHPX_DIR=/path/to/hpx/lib/cmake/HPX -B cmake-build/
cmake --build cmake-build/ --parallel
```> **NOTE:**
>
>HPX must be built with `HPX_WITH_DYNAMIC_HPX_MAIN=OFF`.