vsbogd / hyperon-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build

conda create -y -n hyperon python=3.6
conda activate hyperon
conda install -y -c conda-forge cxxtest pybind11 nose

mkdir -p build
cd build
cmake ..
make
make test

About


Languages

Language:C++ 76.8%Language:Python 19.4%Language:CMake 3.6%Language:C 0.2%