# HG changeset patch # User yhoogstrate # Date 1438333628 14400 # Node ID 6262f77f889a8682abb25a2d337a86a4806b36ea # Parent 88696b8f774b93c78d797da86c00a8a06bef2c87 Uploaded diff -r 88696b8f774b -r 6262f77f889a tool_dependencies.xml --- a/tool_dependencies.xml Wed Jun 03 07:56:49 2015 -0400 +++ b/tool_dependencies.xml Fri Jul 31 05:07:08 2015 -0400 @@ -1,60 +1,65 @@ - - - - - - - - - - - - - - - $INSTALL_DIR/bin - $INSTALL_DIR/lib/python - $INSTALL_DIR/lib64/python - - - git clone https://github.com/yhoogstrate/flaimapper flaimapper && - cd flaimapper && - git reset --hard d3cc32a10ba3d33fde4cb76e8013a51ec8bdf779 && - - export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && - export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR"/lib/python" && - export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR"/lib64/python" && - export PYTHONPATH=$PYTHONPATH:$PYSAM_PATH && - export PYTHONPATH=$PYTHONPATH:$PYSAM_PATH"/lib/python" && - export PYTHONPATH=$PYTHONPATH:$PYSAM_PATH"/lib64/python" && - - cd src && - - python setup.py build && - python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin - - - - $INSTALL_DIR:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python - $INSTALL_DIR/bin - - - - - - Downloads and installs FlaiMapper. Prerequisites: - - git - - Because I accidentally included too much large files within - the GitHub repository of FlaiMapper it has become large. - This explains why installation takes a while. - - + + + + + + + + + + + + + + + $INSTALL_DIR/bin + $INSTALL_DIR/lib/python + $INSTALL_DIR/lib64/python + + + git clone https://github.com/yhoogstrate/flaimapper flaimapper && + cd flaimapper && + git reset --hard d3cc32a10ba3d33fde4cb76e8013a51ec8bdf779 && + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR"/lib/python" && + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR"/lib64/python" && + export PYTHONPATH=$PYTHONPATH:$PYSAM_PATH && + export PYTHONPATH=$PYTHONPATH:$PYSAM_PATH"/lib/python" && + export PYTHONPATH=$PYTHONPATH:$PYSAM_PATH"/lib64/python" && + + cd src && + + python setup.py build && + python setup.py install + --home $INSTALL_DIR + --install-scripts $INSTALL_DIR/bin + + + + $INSTALL_DIR:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python + $INSTALL_DIR/bin + + + + + + Downloads and installs FlaiMapper. + + Prerequisites: + - Python + - git + + Because I accidentally included too much large files within + the GitHub repository of FlaiMapper, it has become large. + This is the reason why installation takes a while. + +