Skip to content

jbengtsson/jmbgsddb

 
 

Repository files navigation

Pre-requisites

Needs boost headers. Also the boost-system and boost-python libraries. Also python and numpy headers. The nosetests test runner is used for 'make test' if present.

apt-get install libboost-dev libboost-system-dev \
libboost-thread-dev python-dev python-nose python-numpy \
cmake build-essential bison flex git libhdf5-dev

Supports python 2.6, 2.7, and 3.4

Building

git clone https://github.com/mdavidsaver/jmbgsddb.git
cd jmbgsddb
mkdir build
cd build
cmake ..
make

To build with a specific python version, call cmake with:

cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python3.4

CI status Build Status Images

Running tests

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.7%
  • Python 21.3%
  • Gnuplot 5.2%
  • CMake 2.4%
  • Yacc 1.5%
  • Lex 0.6%
  • Shell 0.3%