sci-chemistry/browndye - 9999 (tgbugs-overlay)

Search

Install

Install this version:

emerge -a =sci-chemistry/browndye-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-chemistry/browndye-9999

Or alternatively:

emerge --autounmask-write -a =sci-chemistry/browndye-9999

Package Information

Description:
Brownian Dynamics of Biological Molecules
Homepage:
http://browndye.ucsd.edu/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=8

DESCRIPTION="Brownian Dynamics of Biological Molecules"
HOMEPAGE="http://browndye.ucsd.edu/"
SRC_URI="http://browndye.ucsd.edu/browndye.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-lang/ocaml"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}"

PATCHES=(
	#"${FILESDIR}"/${P}-parallel_build-2.patch
	#"${FILESDIR}"/${P}-install.patch
	)

src_compile() {
	emake all  # fails when run with -j > 1 due to missing ordering rules
}

src_install() {
	emake install
	insinto /usr/bin/
	doins -r "${S}"/usr/bin/*
	find "${D}"/usr/bin/ -type f ! -name '*.*' -exec chmod 755 {} \; \
		|| die "failed to make plugins executables"

	#die
}

Dependencies

DEPEND

dev-lang/ocaml

RDEPEND

dev-lang/ocaml

Manifest for 9999

Type File Size Source URLs
DIST browndye.tar.gz 815584 bytes http://browndye.ucsd.edu/browndye.tar.gz