Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 792 Bytes

DESCRIPTION.rst

File metadata and controls

42 lines (24 loc) · 792 Bytes

pressio-demoapps: Python bindings

This package provides Python bindings for the C++ library pressio-demoapps (website).

Install

You need a C++14-compliant compiler and CMake > 3.18.0:

export CXX=<path-to-your-C++-compiler>
cd pressio-demoapps
python3 cmake_build.py
pip install .

You can double check that everything worked fine by doing:

import pressiodemoapps
print(pressiodemoapps.__version__)

After installing the library, you can run the regression tests:

cd pressio-demoapps
pytest -s

Citations

If you use this package, please acknowledge our work-in-progress:

TBD