Package: phast / 1.5+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
phast | 1.5+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
clapack.patch | (download) |
include/external_libs.h |
25 21 + 4 - 0 ! |
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) |
do_not_install_to_opt.patch | (download) |
src/Makefile |
4 2 + 2 - 0 ! |
packages should not install anything to /opt |
use_debian_packaged_libpcre.patch | (download) |
src/lib/Makefile |
2 1 + 1 - 0 ! |
use debian packaged libpcre |
use_debian_packaged_help2man.patch | (download) |
src/Makefile |
4 2 + 2 - 0 ! |
debian packaged help2man creates better results |
hardening.patch | (download) |
src/make-include.mk |
4 2 + 2 - 0 ! |
propagate hardening options |
fix_test_makefile.patch | (download) |
test/Makefile |
62 31 + 31 - 0 ! |
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 |
arm64.patch | (download) |
src/dless/dless.c |
4 2 + 2 - 0 ! |
make char signed wherever necessary to avoid invalid comparisions Last-Changed: October 3, 2020 |