69656bf0d7
SRA tools is a toolkit for using data in the INSDC Sequence Read Archives. SRAs operated by International Nucleotide Sequence Database Collaboration houses sequence reads and alignments generated by "next-gen" sequencers. This port is a bit convoluted due to the fact that the sra-tools build requires access to the ncbi-vdb source tree. Hence, ncbi-vdb is treated as a submodule here rather than a separate library port. We are working with upstream with hope for long-term improvements.
12 lines
317 B
Text
12 lines
317 B
Text
--- ncbi-vdb/libs/search/Makefile.orig 2017-07-14 21:55:36 UTC
|
|
+++ ncbi-vdb/libs/search/Makefile
|
|
@@ -39,6 +39,9 @@ OBJFILES = \
|
|
|
|
include $(TOP)/build/Makefile.env
|
|
|
|
+CARCH += -msse2
|
|
+# nucstrstr.c requires SSE2
|
|
+
|
|
#-------------------------------------------------------------------------------
|
|
# outer targets
|
|
#
|