blob: b6f8b50324708f7a371770a3e2ee5dbb37bd5a54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = seqan3-git
pkgdesc = The modern C++ library for sequence analysis. Contains version3 of the library and API docs.
pkgver = 3.0.0.r465.g4cdd84b2
pkgrel = 1
url = http://www.seqan.de
arch = i686
arch = x86_64
license = custom
makedepends = cmake
makedepends = gcc
makedepends = make
depends = gcc-libs
depends = range-v3
depends = sdsl-lite-v3-git
optdepends = bzip2: bzip2 support
optdepends = zip: zip support
optdepends = coin-or-lemon: graphs, required for MSA
optdepends = cereal: serialisation support
optdepends = benchmark
optdepends = gtest
optdepends = doxygen
provides = seqan3=3.0.0.r465.g4cdd84b2
conflicts = seqan3
source = seqan3::git+https://github.com/seqan/seqan3.git
md5sums = SKIP
pkgname = seqan3-git
|