An open API service indexing awesome lists of open source software.

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

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`.