From f2ea2ee60fe0809e5ee7af02af21a045b7e4709e Mon Sep 17 00:00:00 2001 From: Rone Charles Date: Wed, 22 Jul 2020 20:59:11 -0400 Subject: [PATCH] Remove static lib hacks from hbb script --- scripts/bowtie-hbb.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/scripts/bowtie-hbb.sh b/scripts/bowtie-hbb.sh index 0909049c..53ef4840 100755 --- a/scripts/bowtie-hbb.sh +++ b/scripts/bowtie-hbb.sh @@ -44,17 +44,7 @@ fi # this variant creates static binaries with PIC source /hbb_exe_gc_hardened/activate -mkdir /mybin -echo 'res=`echo $@ | sed "s/-L.*$//"`; echo $res; echo $res; /opt/rh/devtoolset-7/root/usr/bin/ar $res;' > /mybin/ar -chmod +x /mybin/ar && export PATH=/mybin:$PATH - -# make static-libs -# if [ $? -ne 0 ] ; then -# echo "Unable to build tbb and/or zlib static dependencies" -# exit 1 -# fi - -make bowtie-bin.zip RELEASE_BUILD=1 EXTRA_FLAGS="--std=c++98" +make bowtie-bin.zip if [ $? -ne 0 ] ; then echo "Unable to create bowtie package" exit 1