Package: hyphy / 2.5.69+dfsg-1

Metadata

Package Version Patches format
hyphy 2.5.69+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use_debian_sqlite.patch | (download)

CMakeLists.txt | 38 30 + 8 - 0 !
1 file changed, 30 insertions(+), 8 deletions(-)

 use debian packaged sqlite3
 - in CMake
 - in src/lib/setup.py
rm_arch_specific_flags.patch | (download)

CMakeLists.txt | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 remove architecture specific build flags
 They tend to prevent multiple architecture support.
set zlib after setting default libs.patch | (download)

CMakeLists.txt | 19 10 + 9 - 0 !
1 file changed, 10 insertions(+), 9 deletions(-)

 the former patch sets default libraries, because of which several check options are ignored, hence
checking zlib after they have been set