Install this version:
emerge -a =sci-biology/fastp-1.3.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-biology/fastp-1.3.6
Or alternatively:
emerge --autounmask-write -a =sci-biology/fastp-1.3.6
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.3.6 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic toolchain-funcs
DESCRIPTION="An ultra-fast all-in-one FASTQ preprocessor"
HOMEPAGE="https://github.com/OpenGene/fastp"
SRC_URI="https://github.com/OpenGene/fastp/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
app-arch/libdeflate
dev-cpp/highway
dev-libs/isa-l
"
PATCHES=(
"${FILESDIR}"/${P}-buildflags.patch
)
src_configure() {
tc-export CC CXX CPP LD AR AS RANLIB
filter-flags -O2
filter-ldflags -Wl,--as-needed
}
src_compile() {
# workaround to skip forced static build on Linux
emake UNAME_S=
}
src_install() {
dodir /usr/bin
emake PREFIX="${ED}"/usr install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fastp-1.3.6.gh.tar.gz | 117412 bytes | https://github.com/OpenGene/fastp/archive/refs/tags/v1.3.6.tar.gz |