projects
/
ncbi-blast+.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d99ecf
)
add missing lib for tests
author
Olivier Sallou
<osallou@debian.org>
Tue, 5 Sep 2023 02:40:42 +0000
(22:40 -0400)
committer
Aaron M. Ucko
<ucko@debian.org>
Tue, 5 Sep 2023 02:40:42 +0000
(22:40 -0400)
Forwarded: Not-Needed
Last-Updated: 2018-02-11
Gbp-Pq: Name fix_unit_tests
c++/src/algo/blast/Makefile.blast_macros.mk
patch
|
blob
|
history
diff --git
a/c++/src/algo/blast/Makefile.blast_macros.mk
b/c++/src/algo/blast/Makefile.blast_macros.mk
index 7ca8aa51c19b762d30ae628a1e26adf450a5c6f4..9069afde0f4cc20782ec28f3eabacd15e67b73fc 100644
(file)
--- a/
c++/src/algo/blast/Makefile.blast_macros.mk
+++ b/
c++/src/algo/blast/Makefile.blast_macros.mk
@@
-21,7
+21,7
@@
BLAST_SRA_LIBS=blast_sra $(SRAXF_LIBS) vxf $(SRA_LIBS)
BLAST_LDEP = utrtprof xalgoblastdbindex composition_adjustment \
xalgodustmask xalgowinmask seqmasks_io seqdb blast_services xalnmgr \
xobjutil $(OBJREAD_LIBS) xnetblastcli xnetblast blastdb scoremat tables $(LMDB_LIB)
-BLAST_LIBS = proteinkmer xblast $(BLAST_LDEP)
+BLAST_LIBS = proteinkmer xblast
blast
$(BLAST_LDEP)
# BLAST additionally needs xconnect $(SOBJMGR_LIBS) or $(OBJMGR_LIBS)