diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-09 12:24:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-09 12:34:30 +0200 |
commit | 3e408d3f2978b724a7e8b870a6f20100e9a3d7f2 (patch) | |
tree | d30a9759a3e1435ddf79f770a792927ce05afb0e /sci-biology/seqan/files/seqan-1.4.2-include.patch | |
parent | sci-biology/bowtie: Remove old (diff) | |
download | gentoo-3e408d3f2978b724a7e8b870a6f20100e9a3d7f2.tar.gz gentoo-3e408d3f2978b724a7e8b870a6f20100e9a3d7f2.tar.bz2 gentoo-3e408d3f2978b724a7e8b870a6f20100e9a3d7f2.zip |
sci-biology/seqan: Remove old (drop to ~arch)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-biology/seqan/files/seqan-1.4.2-include.patch')
-rw-r--r-- | sci-biology/seqan/files/seqan-1.4.2-include.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-biology/seqan/files/seqan-1.4.2-include.patch b/sci-biology/seqan/files/seqan-1.4.2-include.patch deleted file mode 100644 index 5baee4d8ebc0..000000000000 --- a/sci-biology/seqan/files/seqan-1.4.2-include.patch +++ /dev/null @@ -1,16 +0,0 @@ - core/include/seqan/index/index_qgram_openaddressing.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/core/include/seqan/index/index_qgram_openaddressing.h b/core/include/seqan/index/index_qgram_openaddressing.h -index 4a6c2e6..8cc9a42 100644 ---- a/core/include/seqan/index/index_qgram_openaddressing.h -+++ b/core/include/seqan/index/index_qgram_openaddressing.h -@@ -35,6 +35,8 @@ - #ifndef SEQAN_HEADER_INDEX_QGRAM_OPENADRESSING_H - #define SEQAN_HEADER_INDEX_QGRAM_OPENADRESSING_H - -+#include <smmintrin.h> -+ - namespace SEQAN_NAMESPACE_MAIN - { - |