Install this version:
emerge -a =sci-chemistry/pdbmat-3.89
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-chemistry/pdbmat-3.89
Or alternatively:
emerge --autounmask-write -a =sci-chemistry/pdbmat-3.89
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake fortran-2
DESCRIPTION="Calculate Tirion's model from pdb structures"
HOMEPAGE="http://ecole.modelisation.free.fr/modes.html"
SRC_URI="http://ecole.modelisation.free.fr/enm2011.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/Source_ENM2011
LICENSE="CeCILL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
BDEPEND=">=dev-build/cmake-3.31"
src_prepare() {
cp "${FILESDIR}"/CMakeLists.txt . || die
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DEXAMPLES=$(usex examples)
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p sci-chemistry/pdbmat |
euse -E <flag> -p sci-chemistry/pdbmat |
euse -D <flag> -p sci-chemistry/pdbmat
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pdbmat-3.89.tar.gz | 124727 bytes | http://ecole.modelisation.free.fr/enm2011.tar.gz |