Skip to content
Radhakrishna Sanka edited this page Dec 10, 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

Python LD libraries

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

Updated Poetry Package

sudo apt-get install graphviz libgraphviz-dev pkg-config
sudo apt-get install libcairo2-dev
sudo apt install default-jdk
sudo apt install default-jre
Clone this wiki locally