# HG changeset patch
# User bgruening
# Date 1446392104 18000
# Node ID d2490712b67d415daa47fb004c0de46689fc9ec4
# Parent 0916781bc9713236e6e3c5a56cdaad05cf44c77d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
diff -r 0916781bc971 -r d2490712b67d osra.tar.bz2
Binary file osra.tar.bz2 has changed
diff -r 0916781bc971 -r d2490712b67d osra.xml
--- a/osra.xml Sun Apr 20 09:03:07 2014 -0400
+++ b/osra.xml Sun Nov 01 10:35:04 2015 -0500
@@ -6,19 +6,21 @@
graphicsmagick
+ $outfile
+]]>
@@ -49,9 +51,10 @@
-
+
+
diff -r 0916781bc971 -r d2490712b67d repository_dependencies.xml
--- a/repository_dependencies.xml Sun Apr 20 09:03:07 2014 -0400
+++ b/repository_dependencies.xml Sun Nov 01 10:35:04 2015 -0500
@@ -1,4 +1,4 @@
-
+
diff -r 0916781bc971 -r d2490712b67d tool_dependencies.xml
--- a/tool_dependencies.xml Sun Apr 20 09:03:07 2014 -0400
+++ b/tool_dependencies.xml Sun Nov 01 10:35:04 2015 -0500
@@ -1,10 +1,10 @@
-
+
-
+
@@ -14,20 +14,20 @@
-
+
-
+
- http://potrace.sourceforge.net/download/potrace-1.11.tar.gz
+ http://potrace.sourceforge.net/download/1.11/potrace-1.11.tar.gz
tar xfvz potrace-1.11.tar.gz && cd potrace-1.11 && ./configure --with-libpotrace --prefix=$INSTALL_DIR/potrace/build && make && make install
-
@@ -49,7 +49,7 @@
- export PATH=$PATH:$GRAPHICSMAGICK_ROOT_DIR/bin/ &&
+ export PATH=$PATH:$GRAPHICSMAGICK_ROOT_DIR/bin/ &&
./configure --with-tclap-include=$INSTALL_DIR/tclap/build/include/ --with-potrace-include=$INSTALL_DIR/potrace/build/include/ --with-potrace-lib=$INSTALL_DIR/potrace/build/lib/ --with-gocr-include=$INSTALL_DIR/gocr/build/include/gocr/ --with-gocr-lib=$INSTALL_DIR/gocr/build/lib/ --with-ocrad-include=$INSTALL_DIR/ocrad/build/include/ --with-ocrad-lib=$INSTALL_DIR/ocrad/build/lib/ --with-cuneiform-include=$INSTALL_DIR/cuneiform/build/include/ --with-cuneiform --with-cuneiform-lib=$INSTALL_DIR/cuneiform/build/install/lib/ --with-openbabel-include=$OPENBABEL_INCLUDE_DIR/openbabel-2.0/ --with-openbabel-lib=$OPENBABEL_LIB_DIR --with-graphicsmagick-lib=$GRAPHICSMAGICK_ROOT_DIR/lib/ --with-graphicsmagick-include=$GRAPHICSMAGICK_ROOT_DIR/include/GraphicsMagick/ --prefix=$INSTALL_DIR
make
make install