Skip to content

Commit

Permalink
Remove smart filter when running pandoc in HBB container
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rr0 committed May 23, 2021
1 parent ac474d9 commit e20d2c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/bowtie2-hbb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ mkdir /mybin
echo 'res=`echo $@ | sed "s/-L.*$//"`; /opt/rh/devtoolset-8/root/usr/bin/ar $res;' > /mybin/ar
chmod +x /mybin/ar && export PATH=/mybin:$PATH

# this version of pandoc does not support 'smart' filters
sed -i 's/-smart//' Makefile

make static-libs
if [ $? -ne 0 ] ; then
echo "Unable to build tbb and/or zlib static dependencies"
Expand Down

0 comments on commit e20d2c9

Please sign in to comment.