Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
clapack.patch | Use Debian package for BLAS/LAPACK (instead of obsolete clapack) - Use -lblas instead of -lblaswr - Use -ltmglib instead of -ltmg - Do not use f2c, not needed - Introduce prototypes for LAPACK functions used in the package (those are documented in the manpages from the liblapack-doc package) |
Sébastien Villemot <sebastien@debian.org> | yes | 2017-09-10 | ||
do_not_install_to_opt.patch | Packages should not install anything to /opt | Andreas Tille <tille@debian.org> | no | 2016-05-27 | ||
use_debian_packaged_libpcre.patch | Use Debian packaged libpcre | Andreas Tille <tille@debian.org> | no | 2016-05-27 | ||
use_debian_packaged_help2man.patch | Debian packaged help2man creates better results | Andreas Tille <tille@debian.org> | no | 2016-05-27 | ||
hardening.patch | Propagate hardening options | Andreas Tille <tille@debian.org> | no | 2016-05-27 | ||
fix_test_makefile.patch | Test suite makefile has syntax errors and there was at least one buggy data file which was fixed. . With these changes `make msa_view` works but other targets are throwing errors. This needs to be investigated |
Andreas Tille <tille@debian.org> | yes | 2018-10-18 | ||
pcre2.patch | Port from pcre3 to pcre2 | Andreas Tille <tille@debian.org> | yes | debian | 2021-11-19 | |
gcc-14.patch | fix multiple issues gone fatal with gcc 14. This patch casts a few types to nudge several PCREs to build properly, given a number of mismatches or confusions between pcre2_code and pcre2_compile_context. The most notable change is probably the modified signature of str_re_new, as otherwise the code would have to include a huge amount of type casts for each and every call of str_re_new. |
Étienne Mollier <emollier@debian.org> | no | debian | 2024-07-31 |