| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.1.0 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="C++ Sequence Analysis Library"
HOMEPAGE="https://www.seqan.de/"
SRC_URI="https://github.com/seqan/seqan3/releases/download/${PV}/seqan3-${PV}-Source.tar.xz"
S="${WORKDIR}/seqan3-${PV}-Source"
LICENSE="BSD GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cpu_flags_x86_sse4_2"
REQUIRED_USE="cpu_flags_x86_sse4_2"
RDEPEND="
app-arch/bzip2:=
dev-cpp/range-v3
dev-libs/cereal
sci-libs/lemon
virtual/zlib:=
"
DEPEND="${RDEPEND}"
src_install() {
cmake_src_install
dodoc -r doc/*
}
app-arch/bzip2:= dev-cpp/range-v3 dev-libs/cereal sci-libs/lemon virtual/zlib:=
app-arch/bzip2:= dev-cpp/range-v3 dev-libs/cereal sci-libs/lemon virtual/zlib:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | seqan3-3.1.0-Source.tar.xz | 2656120 bytes | https://github.com/seqan/seqan3/releases/download/3.1.0/seqan3-3.1.0-Source.tar.xz |