mdehollander / ganon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ganon Build Status codecov

Dependencies

  • gcc7
  • python3.5
  • cmake3

Cloning

Make sure to clone the repository with its submodules. One way to do this is as follows:

git clone --recurse-submodules https://github.com/pirovc/ganon.git

Installation

Installing binpacking and taxsbp:

pip install binpacking==1.3
git clone -b v0.1 https://github.com/pirovc/taxsbp/

Building

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Usage

./ganon -h
./ganon build -h
./ganon classify -h
./ganon update -h

Installing GCC7 in a separate environment with conda

conda create -n gcc7 -c quantstack gcc-7 libgcc-7
source activate gcc7

About

License:MIT License


Languages

Language:C++ 57.6%Language:Python 36.6%Language:CMake 5.8%