2026-08-18 03:46:06 UTC

This commit is contained in:
Repository mirror & CI
2026-08-18 03:46:07 +00:00
parent 94e1e93bee
commit 6c35e00a4b
3 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-libs/boost:=[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/appdirs[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/decorator[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mako[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/numpy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-util/nvidia-cuda-toolkit[profiler] x11-drivers/nvidia-drivers >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/boost:=[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/appdirs[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/decorator[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mako[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/numpy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-util/nvidia-cuda-toolkit[profiler] x11-drivers/nvidia-drivers python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
DESCRIPTION=Python wrapper for NVIDIA CUDA
EAPI=8
HOMEPAGE=https://mathema.tician.de/software/pycuda/ https://pypi.org/project/pycuda/ https://github.com/inducer/pycuda
INHERIT=cuda distutils-r1 edo pypi
IUSE=examples test test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
KEYWORDS=~amd64
LICENSE=Apache-2.0 MIT
RDEPEND=dev-libs/boost:=[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/appdirs[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/decorator[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mako[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/numpy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-util/nvidia-cuda-toolkit[profiler] x11-drivers/nvidia-drivers python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=test? ( userpriv ) !test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pycuda/pycuda-2025.1.3.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d cuda 8b660e223a1695e3884ee4c7dc2c5059 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5fd9a75ca55021d3276ce969f8e28391 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 edo a5e294016aa84979fcb2459749eb80b2 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=d457c2082cb1a62d24d1995ffc4fda9a

View File

@@ -9204,7 +9204,7 @@ dev-python/pycountry 26.2.16: Database of countries, subdivisions, languages, cu
dev-python/pycparser 3.0: C parser and AST generator written in Python
dev-python/pycpio 1.7.0 9999: Python CPIO library
dev-python/pycryptodome 3.23.0: A self-contained cryptographic library for Python
dev-python/pycuda 2024.1: Python wrapper for NVIDIA CUDA
dev-python/pycuda 2024.1 2025.1.3: Python wrapper for NVIDIA CUDA
dev-python/pycups 2.0.4: Python bindings for the CUPS API
dev-python/pycurl 7.45.7 7.46.0 7.47.0: Python bindings for curl/libcurl
dev-python/pycurl-requests 0.5.2: Requests-compatible interface for PycURL

View File

@@ -1 +1 @@
Tue, 18 Aug 2026 02:30:54 +0000
Tue, 18 Aug 2026 03:46:06 +0000