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 <[email protected]>, Andrius Merkys <[email protected]> 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: [email protected] 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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
