1
0
Fork 0

sci-libs/spyking-circus: new package for Aeneas

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2019-10-03 12:44:05 +02:00
parent b5627fc697
commit 56ad32bafa
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,5 @@
*spyking-circus-0.8.3 (03 Oct 2019)
03 Oct 2019; <chymera@gentoo.org> +metadata.xml,
+spyking-circus-0.8.3.ebuild:
sci-libs/spyking-circus: new package for Aeneas

View File

@ -0,0 +1 @@
DIST 0.8.3.tar.gz 4643002 SHA256 0658b32d33dae5fd138fee1d711ec326600a8e1147d800706a6af04acb589bb7 SHA512 029f45a3a4598111320b7590406e6f0ee1b61ebfe3070395795b714ee722d42bcf21ba79f88427380e981a9f3e06caabbd19acf5c1f427df3008f9fcfc38da99 WHIRLPOOL d50fe2590c95977212c04cec4fdffcc06d4fd06ab1e5603c584311af431fbdc5ddd2a14f9c7c02f88422591b280416e37c8536998c90b6ef3f1d16b9ff23b183

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<longdescription lang="en">
SpyKING CIRCUS is a python code to allow fast spike sorting on multi channel recordings. A publication on the algorithm can be found at https://elifesciences.org/articles/34518 It has been tested on datasets coming from in vitro retina with 252 electrodes MEA, from in vivo hippocampus with tetrodes, in vivo and in vitro cortex data with 30 and up to 4225 c
</longdescription>
</pkgmetadata>

View File

@ -0,0 +1,34 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Fast and scalable spike sorting in Python"
HOMEPAGE="http://spyking-circus.rtfd.org"
SRC_URI="https://github.com/spyking-circus/spyking-circus/archive/${PV}.tar.gz"
LICENSE="CeCILL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/mpi4py[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/cython[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/blosc[${PYTHON_USEDEP}]
dev-python/statsmodels[${PYTHON_USEDEP}]
sci-libs/scikits_learn[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"