https://github.com/bcgsc/ntCard
Revision 24d35c060840ab7389f3311c5bfd4a6a0a7c4b4c authored by Johnathan Wong on 23 January 2020, 17:22:40 UTC, committed by GitHub on 23 January 2020, 17:22:40 UTC
* The files in ntHash come from:
https://github.com/bcgsc/ntHash
Release 2.1.0
Downloaded using https://github.com/bcgsc/ntHash/archive/2.1.0.zip

* ntcard.cpp: use new ntHashIterator

* set up make distcheck CI

* azure: run make distcheck

* add Makefile needed for make distcheck

* Makefile.am: clean up downloaded files

* Makefile.am: add rm to code

* Makefile.am: use tabs

* Common: remove nthash.hpp

* Makefile.am: remove Common/nthash.hpp

* Common: remove ntHashIterator.hpp

* nthll.cpp: use vendored ntHashIterator.hpp

* Makefile.am: revert to previous ordering

* vendor/Makefile.am: add nthash.hpp
1 parent 8eb710f
Raw File
Tip revision: 24d35c060840ab7389f3311c5bfd4a6a0a7c4b4c authored by Johnathan Wong on 23 January 2020, 17:22:40 UTC
use ntHash 2.1.0 (#36)
Tip revision: 24d35c0
autogen.sh
#!/bin/sh
set -ex
aclocal
autoconf
autoheader
automake -a
back to top