Install this version:
emerge -a =sci-chemistry/dssp-4.6.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-chemistry/dssp-4.6.1
Or alternatively:
emerge --autounmask-write -a =sci-chemistry/dssp-4.6.1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="The protein secondary structure standard"
HOMEPAGE="https://swift.cmbi.umcn.nl/gv/dssp/ https://github.com/PDB-REDO/dssp"
SRC_URI="https://github.com/PDB-REDO/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# doc disabled as it only generates a PDF from the manpage for now
# https://github.com/PDB-REDO/dssp/issues/64
IUSE="test"
RESTRICT="!test? ( test )"
CDEPEND="
>=dev-libs/boost-1.86:=[zlib]
>=dev-libs/libmcfp-1.4.2
>=sci-libs/libcifpp-9.0.6:=
"
BDEPEND="${CDEPEND}
dev-cpp/catch:0
"
# doc? (
# || ( app-text/pandoc-bin[pandoc-symlink] app-text/pandoc )
# dev-python/weasyprint
# )
RDEPEND="${CDEPEND}"
#src_prepare() {
# # wkhtmltopdf is not available on Gentoo
# sed -i -e \
# 's/-t html/-t html --pdf-engine=weasyprint/' \
# CMakeLists.txt
# cmake_src_prepare
#}
src_configure() {
local mycmakeargs=(
-DINSTALL_LIBRARY=YES
#-DBUILD_DOCUMENTATION=$(usex doc)
-DBUILD_DOCUMENTATION=NO
-DBUILD_TESTING=$(usex test)
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p sci-chemistry/dssp |
euse -E <flag> -p sci-chemistry/dssp |
euse -D <flag> -p sci-chemistry/dssp
>=dev-libs/boost-1.86:=[zlib] >=dev-libs/libmcfp-1.4.2 >=sci-libs/libcifpp-9.0.6:=
>=dev-libs/boost-1.86:=[zlib] >=dev-libs/libmcfp-1.4.2 >=sci-libs/libcifpp-9.0.6:= dev-cpp/catch:0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dssp-4.6.1.tar.gz | 247855 bytes | https://github.com/PDB-REDO/dssp/archive/refs/tags/v4.6.1.tar.gz |