Skip to content
Radhakrishna Sanka edited this page Nov 18, 2020 · 6 revisions

Welcome to the pyFluigi wiki!

Install Deps:

Adaptagrams

The Makefile is broken for gcc > 5. Make sure you switch to gcc 4.8 before compiling it.

You need to install libtools first for it it to compile.

It fails some tests if you don't have cariomm installed so install

sudo apt-get install libcairo2-dev libcairomm-1.0-dev

make sure you uncomment this line:

./configure CXXFLAGS="-O3 -DNDEBUG -arch x86_64 -arch i386" LDFLAGS="-arch x86_64 -arch i386"
sudo apt-get install libtools gawk
cd cola
./autogen.sh

Pointing to .so libraries when not compiled to a single shared object

LD_LIBRARY_PATH="/home/krishna/CIDAR/pyfluigi/bin" python ./fluigi/cmdline.py ./cariotest2.json --route --out out
Clone this wiki locally