# HG changeset patch # User pjbriggs # Date 1411399149 14400 # Node ID 1be61ceb20d7790b99225245c1b67a85bfe0064e # Parent d53b9eb16c2d8c5b6a8331354e678507fbea54aa Updated tool_dependencies.xml to build mothur package on Linux (may break other OSes). diff -r d53b9eb16c2d -r 1be61ceb20d7 mothur/tool_dependencies.xml --- a/mothur/tool_dependencies.xml Wed Sep 11 16:56:31 2013 -0500 +++ b/mothur/tool_dependencies.xml Mon Sep 22 11:19:09 2014 -0400 @@ -4,6 +4,12 @@ http://www.mothur.org/w/images/c/cb/Mothur.1.27.0.zip + + sed -i 's/^USECOMPRESSION ?= no/USECOMPRESSION ?= yes/' Mothur.source/makefile + sed -i 's/TARGET_ARCH += -arch x86_64/#TARGET_ARCH += -arch x86_64/' Mothur.source/makefile + sed -i 's/#CXXFLAGS +=/CXXFLAGS +=/' Mothur.source/makefile + + sed -i 's/LINK_OPTS=-static/LINK_OPTS=/' Mothur.source/uchime_src/mk chmod u+x Mothur.source/uchime_src/mk cd Mothur.source && make