Signed-off-by: herengui <herengui@kylinsec.com.cn> (cherry picked from commit 59878b8e3ea8010c3da53e23895efa10e27efa31)
54 lines
2.2 KiB
Diff
54 lines
2.2 KiB
Diff
From b84f84f9bd7b418dff6e47bdf6b3008a5ab74cf0 Mon Sep 17 00:00:00 2001
|
|
From: herengui <herengui@kylinsec.com.cn>
|
|
Date: Tue, 3 Dec 2024 15:16:53 +0000
|
|
Subject: [PATCH] disable a dependency module that is not actually used
|
|
|
|
Signed-off-by: herengui <herengui@kylinsec.com.cn>
|
|
---
|
|
c++/src/objects/CMakeLists.txt | 1 -
|
|
c++/src/objects/Makefile.in | 2 +-
|
|
c++/src/objects/Makefile.sources | 2 +-
|
|
3 files changed, 2 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/c++/src/objects/CMakeLists.txt b/c++/src/objects/CMakeLists.txt
|
|
index 42c240b..b37ec99 100644
|
|
--- a/c++/src/objects/CMakeLists.txt
|
|
+++ b/c++/src/objects/CMakeLists.txt
|
|
@@ -37,7 +37,6 @@ NCBI_add_subdirectory(
|
|
pcassay
|
|
pcassay2
|
|
pcsubstance
|
|
- proj
|
|
pub
|
|
pubmed
|
|
remap
|
|
diff --git a/c++/src/objects/Makefile.in b/c++/src/objects/Makefile.in
|
|
index 6f4ea42..c9c507b 100644
|
|
--- a/c++/src/objects/Makefile.in
|
|
+++ b/c++/src/objects/Makefile.in
|
|
@@ -6,7 +6,7 @@
|
|
USR_PROJ = sources
|
|
|
|
SUB_PROJ = general biblio medline pub seqcode seq seqset submit \
|
|
- seqedit seqsplit id1 id2 entrez2 pubmed medlars mla proj \
|
|
+ seqedit seqsplit id1 id2 entrez2 pubmed medlars mla \
|
|
scoremat blast blastdb blastxml blastxml2 mmdb cn3d cdd ncbimime \
|
|
pcsubstance pcassay pcassay2 gbseq insdseq tinyseq biotree entrezgene \
|
|
omssa remap seqtest taxon1 taxon3 gbproj trackmgr valerr valid \
|
|
diff --git a/c++/src/objects/Makefile.sources b/c++/src/objects/Makefile.sources
|
|
index cad3b3b..8c53cfe 100644
|
|
--- a/c++/src/objects/Makefile.sources
|
|
+++ b/c++/src/objects/Makefile.sources
|
|
@@ -13,7 +13,7 @@ include $(builddir)/Makefile.mk
|
|
MODULES = omssa access biblio blast blastdb blastxml blastxml2 cdd cn3d docsum biotree \
|
|
entrez2 entrezgene featdef gbseq general id1 id2 insdseq \
|
|
macro medlars medline mim mla mmdb1 mmdb2 mmdb3 ncbimime objprt \
|
|
- proj pub pubmed scoremat seq seqalign seqblock seqcode \
|
|
+ pub pubmed scoremat seq seqalign seqblock seqcode \
|
|
seqfeat seqloc seqsplit seqres seqset submit taxon1 taxon3 tinyseq \
|
|
pcsubstance pcassay remap homologene seqedit seqtable seqtest \
|
|
trackmgr gbproj valerr valid genesbyloc
|
|
--
|
|
2.43.0
|
|
|