Package: ffindex / 0.9.9.3-2

Metadata

Package Version Patches format
ffindex 0.9.9.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Makefile | (download)

src/Makefile | 39 24 + 15 - 0 !
1 file changed, 24 insertions(+), 15 deletions(-)

 makefile fixes
  * make Makefile DESTDIR-aware
  * other changes to allow help2man to work better.
  * deinstall -> uninstall
  .
  Upstream is aware but not interested in DESTDIR.
basename | (download)

src/ffindex.c | 2 1 + 1 - 0 !
src/ffindex.h | 4 4 + 0 - 0 !
src/ffindex_apply.c | 4 3 + 1 - 0 !
src/ffindex_apply_mpi.c | 2 1 + 1 - 0 !
src/ffindex_build.c | 4 3 + 1 - 0 !
src/ffindex_from_fasta.c | 6 4 + 2 - 0 !
src/ffindex_get.c | 4 3 + 1 - 0 !
src/ffindex_modify.c | 4 2 + 2 - 0 !
src/ffindex_unpack.c | 2 1 + 1 - 0 !
9 files changed, 22 insertions(+), 10 deletions(-)

 40000000 bug and basename
 [Laszlo Kajan]
 The default value 40000000 for FFINDEX_MAX_INDEX_ENTRIES_DEFAULT is too high for a machine with 2G (or less) RAM.
 Bug fixed by introducing an environment variable FFINDEX_MAX_INDEX_ENTRIES to control the value.
 [Elso Andras]
 using basename for usage print, this helps help2man if a packager is using it
clang.patch | (download)

src/ffindex.c | 17 10 + 7 - 0 !
1 file changed, 10 insertions(+), 7 deletions(-)

 enable building with clang