From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mne-python/
Date: Mon, 18 Nov 2013 20:01:31 +0000 (UTC) [thread overview]
Message-ID: <1384795175.749d2736e6d5967d7871b9989a10dbfa02f90853.jlec@gentoo> (raw)
commit: 749d2736e6d5967d7871b9989a10dbfa02f90853
Author: Martin Luessi <mluessi <AT> nmr <DOT> mgh <DOT> harvard <DOT> edu>
AuthorDate: Tue Nov 12 15:18:42 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 17:19:35 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=749d2736
ENH: mne-python ebuild
---
sci-biology/mne-python/mne-python-9999.ebuild | 53 +++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/sci-biology/mne-python/mne-python-9999.ebuild b/sci-biology/mne-python/mne-python-9999.ebuild
new file mode 100644
index 0000000..32c71ba
--- /dev/null
+++ b/sci-biology/mne-python/mne-python-9999.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1 git-2 virtualx
+
+DESCRIPTION="Python package for MEG and EEG data analysis"
+HOMEPAGE="http://martinos.org/mne/mne-python.html"
+EGIT_REPO_URI="https://github.com/mne-tools/mne-python.git"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test cuda"
+
+RDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]
+ sci-libs/scikits_learn[${PYTHON_USEDEP}]
+ dev-python/joblib[${PYTHON_USEDEP}]
+ sci-libs/nibabel[${PYTHON_USEDEP}]
+ sci-biology/pysurfer[${PYTHON_USEDEP}]
+ sci-visualization/mayavi[${PYTHON_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ cuda? (
+ dev-python/pycuda[${PYTHON_USEDEP}]
+ dev-python/scikits-cuda[${PYTHON_USEDEP}]
+ )
+"
+
+DEPEND="
+ test? ( dev-python/nose ${RDEPEND} )
+"
+
+run_test() {
+ PYTHONPATH=. MNE_SKIP_SAMPLE_DATASET_TESTS=1 nosetests-${EPYTHON} -v mne
+}
+
+python_test() {
+ distutils_install_for_testing
+ esetup.py install --root="${T}/test-${EPYTHON}" \
+ --no-compile || die
+ # Link to test data that won't be included in the final installation
+ TEST_DIR="${T}/test-${EPYTHON}/$(python_get_sitedir)" || die
+ cd ${S}
+ find . -type d -name data -exec ln -s ${S}/{} ${TEST_DIR}/{} \;
+ cd ${TEST_DIR}
+ VIRTUALX_COMMAND="run_test"
+ virtualmake || die
+}
next reply other threads:[~2013-11-18 20:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-18 20:01 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-11-18 20:01 [gentoo-commits] proj/sci:master commit in: sci-biology/mne-python/ Justin Lecher
2013-11-26 22:30 Sebastien Fabbro
2014-01-06 19:57 Justin Lecher
2020-09-26 9:18 Horea Christian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1384795175.749d2736e6d5967d7871b9989a10dbfa02f90853.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox