[med-svn] [ncbi-blast+] 06/08: debian/rules: Build --without-downloaded-vdb.
Aaron M. Ucko
ucko at moszumanska.debian.org
Thu Aug 4 02:29:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
ucko pushed a commit to branch master
in repository ncbi-blast+.
commit fcbe6337ecbe638532da3c3ef10f17826c3e3b28
Author: Aaron M. Ucko <ucko at debian.org>
Date: Wed Aug 3 21:36:35 2016 -0400
debian/rules: Build --without-downloaded-vdb.
Avoid trying to go to Github for code that BLAST+ doesn't even use.
(Other parts of the C++ Toolkit do.)
---
debian/changelog | 5 ++++-
debian/rules | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 806df3f..de4a24d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,11 @@ ncbi-blast+ (2.4.0-1) UNRELEASED; urgency=medium
* fix_lib_deps: List taxon1 in align_format's overridden DLL_LIB, in
large part to ensure its headers are generated on time; generally fix
remaining cases of underlinkage (several longstanding).
+ * debian/rules: Build --without-downloaded-vdb, to avoid trying to go to
+ Github for code that BLAST+ doesn't even use. (Other parts of the C++
+ Toolkit do.)
- -- Aaron M. Ucko <ucko at debian.org> Wed, 03 Aug 2016 21:29:09 -0400
+ -- Aaron M. Ucko <ucko at debian.org> Wed, 03 Aug 2016 21:36:35 -0400
ncbi-blast+ (2.3.0-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 1a69321..968ab4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ endif
DEB_CONFIGURE_EXTRA_FLAGS=--with-dll --with-mt --without-autodep \
--without-makefile-auto-update --with-flat-makefile --without-caution \
--without-dbapi --without-lzo --with-runpath=/usr/lib/ncbi-blast+ \
- --with-build-root=BUILD --without-debug
+ --with-build-root=BUILD --without-debug --without-downloaded-vdb
proj=algo/blast/ app/ objmgr/ objtools/align_format/ objtools/blast/
ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ncbi-blast+.git
More information about the debian-med-commit
mailing list