[med-svn] [Git][med-team/ncbi-igblast][master] Prepare to rely on system-provided lmdb.
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Tue Mar 25 12:42:02 GMT 2025
Andrius Merkys pushed to branch master at Debian Med / ncbi-igblast
Commits:
6594caff by Andrius Merkys at 2025-03-12T08:18:31-04:00
Prepare to rely on system-provided lmdb.
- - - - -
3 changed files:
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -7,6 +7,7 @@ Uploaders: David Miguel Susano Pinto <carandraug+dev at gmail.com>,
Andrius Merkys <merkys at debian.org>
Build-Depends: chrpath,
debhelper-compat (= 13),
+ liblmdb-dev,
libmbedtls-dev,
libncbi-vdb-dev,
procps,
=====================================
debian/copyright
=====================================
@@ -2,6 +2,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://ftp.ncbi.nih.gov/blast/executables/igblast/release/
Upstream-Contact: blast-help at ncbi.nlm.nih.gov
Upstream-Name: IgBlast
+Files-Excluded:
+ c++/include/util/lmdb
+ c++/src/util/lmdb
Files: *
Copyright: 2018, National Center for Biotechnology Information
=====================================
debian/rules
=====================================
@@ -14,6 +14,7 @@ VDB_INCLUDE=$(VDB_INC) $(VDB_SUBTREES:%=$(VDB_INC)/%)
override_dh_auto_configure:
cd c++ && yes | \
./configure.orig --prefix=/usr \
+ --with-lmdb \
--with-mbedtls \
--with-openmp $(WITH_OPTIM) \
--with-vdb=/usr VDB_INCLUDE="$(VDB_INCLUDE)" \
View it on GitLab: https://salsa.debian.org/med-team/ncbi-igblast/-/commit/6594caff68688248aa42ea6745bbb81afc15b98d
--
View it on GitLab: https://salsa.debian.org/med-team/ncbi-igblast/-/commit/6594caff68688248aa42ea6745bbb81afc15b98d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250325/655306fc/attachment-0001.htm>
More information about the debian-med-commit
mailing list