Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.18 KB

Ark

Ark is a json-like file format widely used in DESRES. This module provides C++ and python interfaces for working with arks. Ark currently supports Python 3.7+.

Quick build

To build Ark, you will need the following on a Unix-family operating system:

Make sure that g++, scons, doxygen, and python are in your path. Set PYBIND11PATH to the absolute path to root directory of your pybind11 install (directly above the pybind11 include/ subdirectory) and install Ark to a target directory by running

./install.sh <absolute path to install directory>

Running the tests

Run the tests via

PYTHONPATH=<install directory>/lib/python:$PYTHONPATH python -m pytest ./tests/test_*