Version bump.
authorMichael Januszewski <spock@gentoo.org>
Mon, 5 Sep 2011 22:36:05 +0000 (22:36 +0000)
committerMichael Januszewski <spock@gentoo.org>
Mon, 5 Sep 2011 22:36:05 +0000 (22:36 +0000)
Package-Manager: portage-2.1.10.13/cvs/Linux x86_64

dev-python/pycuda/ChangeLog
dev-python/pycuda/Manifest
dev-python/pycuda/pycuda-2011.1.2.ebuild [new file with mode: 0644]

index 23956c9e6a40278ec64bb267809586e0065e6144..4a9d869e6d243b851fc4d6bec08e5676f31ae6da 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pycuda
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v 1.10 2011/01/01 21:15:03 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v 1.11 2011/09/05 22:36:05 spock Exp $
+
+*pycuda-2011.1.2 (05 Sep 2011)
+
+  05 Sep 2011; MichaƂ Januszewski <spock@gentoo.org> +pycuda-2011.1.2.ebuild:
+  Version bump.
 
   01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pycuda-0.94.2.ebuild, pycuda-9999.ebuild:
index 9a0ee8335b608f5f66ceb1c04dc8653b086e2462..0b1858260508da87e18d3bdadd64279fcbf85e90 100644 (file)
@@ -1,5 +1,17 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
 DIST pycuda-0.94.2.tar.gz 1193158 RMD160 6f3978286d195a37f32bc043eac0d124f41ee799 SHA1 aff473d0cea2842657c38eef6c5bb6eaa3e0d8e1 SHA256 1b9ab93a5bd55184c30090dd5153a0e8201dbac4f0dc30eef951bb2059143b3d
+DIST pycuda-2011.1.2.tar.gz 1302715 RMD160 9d4e57ccf17752ebd7d7b4dea2a1521a15bb8e58 SHA1 8ab8625cb4efe3d63ad53613993c547e14dbab9f SHA256 181f5b7868995aebbfc23d156c684fdf6bad35bf6ec57ea040bb6a1f06a08f56
 EBUILD pycuda-0.94.2.ebuild 1226 RMD160 d9f7aadd5f353b7783f156eeb3a858c775a0474b SHA1 45d504337fe0e828ea0f5db755a3cb5227cb600b SHA256 95470c7f797e94591be794992aa73cb6ac43b92f5fb6c240033e65e8715ed6f3
+EBUILD pycuda-2011.1.2.ebuild 1081 RMD160 8a004363c091d63cfbb28c63530784330b8cc9f7 SHA1 26aba8f6c7506c44ed02280e9dded76210f3b640 SHA256 275421ac335bd0d9e6562562fa64cc01d31e641e43283b9f96adf08ca1dfee04
 EBUILD pycuda-9999.ebuild 1261 RMD160 feed0d84bf72ab84e3768dab3a4518aafb9e87df SHA1 0fc67741b8eea19a3567ad199a0122adfeb33a9e SHA256 f7c1c177a63cbbd1237966b047ebbde5fa253fe17c47565fad2480877264e336
-MISC ChangeLog 1660 RMD160 320eeee11773e6f12cb94895e925388a7feb85c5 SHA1 005e0aaa2b1a8b78f6d7fbfefbd8935074404b66 SHA256 1c44964e39973cd212c2cf6f27db277e15bb65504078e1433ce77a1da226ade6
+MISC ChangeLog 1785 RMD160 9c397fc3dbc54612945c90a820c8edfb6f6082f0 SHA1 8082aecb8e24ea9ce1ddb97d40b79c481ad0b80e SHA256 b657d277c0b77187ce8d2acbfbb082e99c6af0599692a06e7d2965bf7b8750e6
 MISC metadata.xml 220 RMD160 6bb03cb6947aadf2672a58c61c1fb7aa405eaf86 SHA1 7810907f03c5a3ee23eeaa4b42699ce17bc5c3a7 SHA256 969b4125e7620e2fe0d616cb3cabbe52bd79e6c4bdd725ce807d5f4c7c1ad75d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iEYEARECAAYFAk5lTu4ACgkQchej4aZK9/exUQCeISEqx4tXrCfdTIuHbyKzIWsE
+l28An1pfVVh6WbFtJ92EZk2i+D0/y0UN
+=FRva
+-----END PGP SIGNATURE-----
diff --git a/dev-python/pycuda/pycuda-2011.1.2.ebuild b/dev-python/pycuda/pycuda-2011.1.2.ebuild
new file mode 100644 (file)
index 0000000..4675a97
--- /dev/null
@@ -0,0 +1,46 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-2011.1.2.ebuild,v 1.1 2011/09/05 22:36:05 spock Exp $
+
+EAPI="3"
+
+PYTHON_DEPEND="2"
+
+inherit distutils eutils
+
+DESCRIPTION="Python wrapper for NVIDIA CUDA"
+HOMEPAGE="http://mathema.tician.de/software/pycuda http://pypi.python.org/pypi/pycuda"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples opengl"
+
+RDEPEND="dev-python/decorator
+       dev-python/pytools
+       dev-libs/boost[python]
+       >=dev-util/nvidia-cuda-toolkit-2.0
+       >=dev-python/numpy-1.0.4
+       opengl? ( virtual/opengl )"
+DEPEND="${RDEPEND}"
+
+src_configure()
+{
+       local myopts=""
+       use opengl && myopts="${myopts} --cuda-enable-gl"
+
+       ./configure.py --cuda-root="${ROOT}opt/cuda" \
+               --boost-python-libname=boost_python-mt \
+               --boost-thread-libname=boost_thread-mt \
+               ${myopts}
+}
+
+src_install()
+{
+       distutils_src_install
+       insinto /usr/share/doc/${PF}
+       if use examples; then
+               doins -r examples || die
+       fi
+}