Skip to content
Commits on Source (3)
11
12
\ No newline at end of file
......@@ -3,15 +3,15 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper (>= 12~),
libseqan2-dev,
cmake,
zlib1g-dev,
libbz2-dev,
openssl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/lambda-align
Vcs-Git: https://salsa.debian.org/med-team/lambda-align.git
Vcs-Browser: https://salsa.debian.org/med-team/lambda-align2
Vcs-Git: https://salsa.debian.org/med-team/lambda-align2.git
Homepage: https://seqan.github.io/lambda
Package: lambda-align2
......
......@@ -13,7 +13,7 @@ override_dh_install:
override_dh_auto_configure:
dh_auto_configure -- \
-DLAMBDA_NATIVE_BUILD=OFF \
-DLAMBDA_MMAPPED_DB=ON \
-DLAMBDA_MMAPPED_DB=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DLAMBDA_MULTIOPT_BUILD=1 \
-DLAMBDA_COMPILE_THREADS=$(shell nproc)
......