sci-chemistry/pdbmat - 3.89 (gentoo)

Search

Install

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

Package Information

Description:
Calculate Tirion's model from pdb structures
Homepage:
http://ecole.modelisation.free.fr/modes.html
License:
CeCILL-2

Ebuild Details

Version EAPI Keywords Slot
3.89 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

>=dev-build/cmake-3.31

Manifest for 3.89

Type File Size Source URLs
DIST pdbmat-3.89.tar.gz 124727 bytes http://ecole.modelisation.free.fr/enm2011.tar.gz