Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
use debhelper 12
· c396a9fe
Sascha Steinbiss
authored
Jan 18, 2019
c396a9fe
use correct Vcs-* URLs
· c7eddd3f
Sascha Steinbiss
authored
Jan 18, 2019
c7eddd3f
disable LAMBDA_MMAPPED_DB
· b6e05903
Sascha Steinbiss
authored
Jan 18, 2019
b6e05903
Show whitespace changes
Inline
Side-by-side
debian/compat
View file @
b6e05903
1
1
1
2
\ No newline at end of file
debian/control
View file @
b6e05903
...
...
@@ -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 (>= 1
1
~),
Build-Depends: debhelper (>= 1
2
~),
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-align
2
Vcs-Git: https://salsa.debian.org/med-team/lambda-align
2
.git
Homepage: https://seqan.github.io/lambda
Package: lambda-align2
...
...
debian/rules
View file @
b6e05903
...
...
@@ -13,7 +13,7 @@ override_dh_install:
override_dh_auto_configure:
dh_auto_configure -- \
-DLAMBDA_NATIVE_BUILD=OFF \
-DLAMBDA_MMAPPED_DB=O
N
\
-DLAMBDA_MMAPPED_DB=O
FF
\
-DCMAKE_BUILD_TYPE=Release \
-DLAMBDA_MULTIOPT_BUILD=1 \
-DLAMBDA_COMPILE_THREADS=$(shell nproc)
...
...