sci-libs/cosgen - 9999 (chymeric)

Search

Install

Install this version:

emerge -a =sci-libs/cosgen-9999

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

autounmask =sci-libs/cosgen-9999

Or alternatively:

emerge --autounmask-write -a =sci-libs/cosgen-9999

Package Information

Description:
Contrast Optimized Stimulation generator
Homepage:
https://github.com/IBT-FMI/COSgen
License:
GPL-3

Ebuild Details

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

EAPI=6

PYTHON_COMPAT=( python{2_7,3_4,3_5} )

inherit distutils-r1 git-r3

DESCRIPTION="Contrast Optimized Stimulation generator"
HOMEPAGE="https://github.com/IBT-FMI/COSgen"
SRC_URI=""
EGIT_REPO_URI="https://github.com/IBT-FMI/COSgen"

LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS=""

DEPEND=""
RDEPEND="
	dev-python/argh[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pandas[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/argh[]
	dev-python/numpy[]
	dev-python/pandas[]
	dev-python/scipy[]