A HIPO python library using PyBind11 and CMake
Project description
HipopyBind : HIPO PyBind11 Library
Prerequisites
- Python >=3.7.3
- A compiler with C++11 support
- Pip 10+ or CMake >= 3.4 (or 3.14+ on Windows, which was the first version to support VS 2019)
- Ninja or Pip 10+
Installation
To install from PyPi run:
pip install hipopybind
To compile the library from source run the following:
git clone --recurse-submodules https://github.com/mfmceneaney/hipopybind.git
cd hipopybind
cmake .
make
And add the following to your startup script:
export PYTHONPATH=$PYTHONPATH\:/path/to/hipopybind
Developer Note
For updating submodules run the following:
git submodule update --init --recursive
Contact: matthew.mceneaney@duke.edu
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hipopybind-1.1.0.tar.gz
(1.3 MB
view hashes)
Built Distribution
Close
Hashes for hipopybind-1.1.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 808d5fe80d77d506f3761bd7123976d758df433b2c6c4da90ad0bf21fcbbbffb |
|
MD5 | e1fe0b2eef62d2908bb821bafe32302f |
|
BLAKE2b-256 | 7a0e926f30792d4ebac4e78eddd07cf159c9883dc52088ec65e9c9a9f0f4e973 |