# HG changeset patch
# User yhoogstrate
# Date 1456914654 18000
# Node ID 34af794144dc84872dd5a4677afcd9ac3432c78f
# Parent d5d88390d6cb87f77cd64a756a7e0cdc0974d67b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 621d8e0c53f26cf972775b9b53ab3ad0af1cf7b1-dirty
diff -r d5d88390d6cb -r 34af794144dc tool_dependencies.xml
--- a/tool_dependencies.xml Tue Mar 01 06:59:47 2016 -0500
+++ b/tool_dependencies.xml Wed Mar 02 05:30:54 2016 -0500
@@ -28,8 +28,8 @@
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR . &&
make &&
- make install &&
- make check
+ make check &&
+ make install
@@ -42,7 +42,7 @@
Installation of segmentation-fold requires:
- libboost (via toolshed)
- CMake (via toolshed)
- - c++11 compiler: g++ or clang
+ - c++11 compliant compiler: g++ or clang