Skip to content

Commit

Permalink
Remove static lib hacks from hbb script
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rr0 committed Jul 23, 2020
1 parent 90c2c5f commit f2ea2ee
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions scripts/bowtie-hbb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2ea2ee

Please sign in to comment.