-ncbi-blast+ (2.7.1-1) UNRELEASED; urgency=medium
+ncbi-blast+ (2.7.1-1) unstable; urgency=medium
* New upstream release
d/patches: update patch for new release
d/control:
go to standards 4.1.3
add mbedtls dependency
-
-
- [TODO]
- new embedded library mbedtls in c++/src/connect/
- some unit tests are failing due to symbols not found
-- Olivier Sallou <osallou@debian.org> Sat, 10 Feb 2018 17:35:31 +0000
--- /dev/null
+Subject: add missing lib for tests
+Description: unit_test need blast lib to compile
+Forwarded: Not-Needed
+Author: Olivier Sallou <osallou@debian.org>
+Last-Updated: 2018-02-11
+--- a/c++/src/algo/blast/Makefile.blast_macros.mk
++++ b/c++/src/algo/blast/Makefile.blast_macros.mk
+@@ -21,5 +21,5 @@
+ BLAST_LDEP = xalgoblastdbindex composition_adjustment \
+ xalgodustmask xalgowinmask seqmasks_io seqdb blast_services xalnmgr \
+ xobjutil $(OBJREAD_LIBS) xnetblastcli xnetblast blastdb scoremat tables
+-BLAST_LIBS = proteinkmer xblast $(BLAST_LDEP)
++BLAST_LIBS = proteinkmer xblast blast $(BLAST_LDEP)
+ # BLAST additionally needs xconnect $(SOBJMGR_LIBS) or $(OBJMGR_LIBS)