Skip to content

Commit

Permalink
Merge pull request #1526 from ComparativeGenomicsToolkit/oneshot
Browse files Browse the repository at this point in the history
Update to patched mafTools
  • Loading branch information
glennhickey authored Nov 18, 2024
2 parents ac2c2ab + 408ec26 commit 80a603e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/downloadMafTools
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fi
cd ${mafBuildDir}
git clone https://github.com/ComparativeGenomicsToolkit/mafTools.git
cd mafTools
git checkout b88cd313cb18764d87bc801fbbbb00f982c1a48f
git checkout 259e5b47fa2ee17ff5ad1bba9cebf2992cbb7228
find . -name "*.mk" | xargs sed -ie "s/-Werror//g"
find . -name "Makefile*" | xargs sed -ie "s/-Werror//g"
# hack in flags support
Expand Down

0 comments on commit 80a603e

Please sign in to comment.