commit: edef67afb006a2240f222a815119d81b97076f10 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Mon Jan 26 22:11:56 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Mon Jan 26 22:11:56 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=edef67af
dev-python/nvidia-ml-py: Python Bindings for the NVIDIA Management Library --- dev-python/nvidia-ml-py/ChangeLog | 8 ++++++++ dev-python/nvidia-ml-py/metadata.xml | 13 +++++++++++++ dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild | 19 +++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/nvidia-ml-py/ChangeLog b/dev-python/nvidia-ml-py/ChangeLog new file mode 100644 index 0000000..8933fc9 --- /dev/null +++ b/dev-python/nvidia-ml-py/ChangeLog @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*nvidia-ml-py-6.340.0 (26 Jan 2015) + + 26 Jan 2015; Marius Brehler <[email protected]> +metadata.xml, + +nvidia-ml-py-6.340.0.ebuild: + Initial commit. diff --git a/dev-python/nvidia-ml-py/metadata.xml b/dev-python/nvidia-ml-py/metadata.xml new file mode 100644 index 0000000..75b9f4d --- /dev/null +++ b/dev-python/nvidia-ml-py/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <maintainer> + <email>[email protected]</email> + <name>Marius Brehler</name> + </maintainer> + <longdescription> + Provides a Python interface to GPU management and monitoring + functions. This is a wrapper around the NVML library. + </longdescription> +</pkgmetadata> diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild b/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild new file mode 100644 index 0000000..20abe15 --- /dev/null +++ b/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Python Bindings for the NVIDIA Management Library" +HOMEPAGE="https://developer.nvidia.com/ganglia-monitoring-system" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64" + +LICENSE="BSD" +SLOT="0" + +RDEPEND="=dev-util/nvidia-cuda-gdk-340.29[nvml]" +DEPEND="${RDEPEND}"
