From: Aaron M. Ucko Date: Thu, 4 Aug 2016 01:36:35 +0000 (-0400) Subject: debian/rules: Build --without-downloaded-vdb. X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~212 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fcbe6337ecbe638532da3c3ef10f17826c3e3b28;p=ncbi-blast%2B.git 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.) --- diff --git a/debian/changelog b/debian/changelog index 806df3fe..de4a24dc 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 Wed, 03 Aug 2016 21:29:09 -0400 + -- Aaron M. Ucko 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 1a69321c..968ab4f6 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)))