sci-biology/cellblender - 9999 (tgbugs-overlay)

Search

Install

Install this version:

emerge -a =sci-biology/cellblender-9999

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

autounmask =sci-biology/cellblender-9999

Or alternatively:

emerge --autounmask-write -a =sci-biology/cellblender-9999

Package Information

Description:
MCell blender addon. Create, Simulate, Visualize, and Analyze 3D Cell Models
Homepage:
http://mcell.org/
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit git-r3

EGIT_REPO_URI="git://github.com/mcellteam/cellblender.git"

DESCRIPTION="MCell blender addon. Create, Simulate, Visualize, and Analyze 3D Cell Models"
HOMEPAGE="http://mcell.org/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+mcell"

DEPEND=">=media-gfx/blender-2.6
	mcell? ( sci-biology/mcell )"
RDEPEND="${DEPEND}"

BUILD_DIR="${S}"

src_prepare() {
	epatch "${FILESDIR}"/${P}-destdir.patch \
		"${FILESDIR}"/${P}-parallel_build.patch
}
src_install() {
	if VER="/usr/share/blender/*";then
		emake DESTDIR=$(echo $VER)/scripts/addons/ install
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-biology/cellblender | euse -E <flag> -p sci-biology/cellblender | euse -D <flag> -p sci-biology/cellblender

Global/Standard Flags

mcell
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

>=media-gfx/blender-2.6
	mcell? ( sci-biology/mcell )

RDEPEND

>=media-gfx/blender-2.6
	mcell? ( sci-biology/mcell )