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:
parent
b5627fc697
commit
56ad32bafa
5
sci-libs/spyking-circus/ChangeLog
Normal file
5
sci-libs/spyking-circus/ChangeLog
Normal 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
|
1
sci-libs/spyking-circus/Manifest
Normal file
1
sci-libs/spyking-circus/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST 0.8.3.tar.gz 4643002 SHA256 0658b32d33dae5fd138fee1d711ec326600a8e1147d800706a6af04acb589bb7 SHA512 029f45a3a4598111320b7590406e6f0ee1b61ebfe3070395795b714ee722d42bcf21ba79f88427380e981a9f3e06caabbd19acf5c1f427df3008f9fcfc38da99 WHIRLPOOL d50fe2590c95977212c04cec4fdffcc06d4fd06ab1e5603c584311af431fbdc5ddd2a14f9c7c02f88422591b280416e37c8536998c90b6ef3f1d16b9ff23b183
|
11
sci-libs/spyking-circus/metadata.xml
Normal file
11
sci-libs/spyking-circus/metadata.xml
Normal 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>
|
34
sci-libs/spyking-circus/spyking-circus-0.8.3.ebuild
Normal file
34
sci-libs/spyking-circus/spyking-circus-0.8.3.ebuild
Normal 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}]
|
||||
"
|
Loading…
x
Reference in New Issue
Block a user