diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-09 12:26:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-09 12:34:29 +0200 |
commit | 72b619bb3a27ec63f571afbf73ec75893fcc2d99 (patch) | |
tree | 972f79fe8ac9f0245eba10b73bc8035e664e06a0 /sci-biology/bowtie/files/bowtie-1.1.2-seqan-popcount.patch | |
parent | x11-drivers/xf86-video-qxl: Eradicate python2 (diff) | |
download | gentoo-72b619bb3a27ec63f571afbf73ec75893fcc2d99.tar.gz gentoo-72b619bb3a27ec63f571afbf73ec75893fcc2d99.tar.bz2 gentoo-72b619bb3a27ec63f571afbf73ec75893fcc2d99.zip |
sci-biology/bowtie: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-biology/bowtie/files/bowtie-1.1.2-seqan-popcount.patch')
-rw-r--r-- | sci-biology/bowtie/files/bowtie-1.1.2-seqan-popcount.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-biology/bowtie/files/bowtie-1.1.2-seqan-popcount.patch b/sci-biology/bowtie/files/bowtie-1.1.2-seqan-popcount.patch deleted file mode 100644 index 52cb4f496521..000000000000 --- a/sci-biology/bowtie/files/bowtie-1.1.2-seqan-popcount.patch +++ /dev/null @@ -1,24 +0,0 @@ -Description: Use SeqAn 1.4's seqan::popCount() function instead of own function -Author: Ognyan Kulev <ogi@debian.org> -Last-Update: 2014-03-08 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/diff_sample.h -+++ b/diff_sample.h -@@ -476,6 +476,8 @@ static String<T> getDeltaMap(T v, const - return amap; - } - -+// Debian: Use seqan::popCount -+#if 0 - /** - * Return population count (count of all bits set to 1) of i. - */ -@@ -488,6 +490,7 @@ static unsigned int popCount(T i) { - } - return cnt; - } -+#endif - - /** - * Calculate log-base-2 of i |