zhangt58 / FLAME

Fast Linear Accelerator Model Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

Generated documentation including getting started guide.

Report bugs through github.com

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 libboost-filesystem-dev \
 libboost-regex-dev libboost-program-options-dev \
 libboost-test-dev \
 build-essential cmake bison flex cppcheck git libhdf5-dev \
 python-numpy python-nose python3-numpy python3-nose

Supports python 2.7 and 3.4

Building

git clone https://github.com/frib-high-level-controls/FLAME.git flame
mkdir flame/build
cd flame/build
cmake ..
make

To build with a specific python version, change the cmake invokation to:

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

CI status Build Status Images

Running tests

make test

Please attach Testing/Temporary/LastTest.log when reporting test failures.

About

Fast Linear Accelerator Model Engine

License:MIT License


Languages

Language:C++ 44.1%Language:Python 19.9%Language:HTML 19.0%Language:JavaScript 10.9%Language:CSS 1.7%Language:Gnuplot 1.6%Language:CMake 1.6%Language:Yacc 0.5%Language:Shell 0.3%Language:Lex 0.2%Language:Batchfile 0.1%Language:C 0.1%Language:Makefile 0.1%