Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 845795 - dev-python/pycuda: needs upgrade to Python 3.10 (PythonCompatUpdate)
Summary: dev-python/pycuda: needs upgrade to Python 3.10 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py310, python3.10-compat
  Show dependency tree
 
Reported: 2022-05-18 18:54 UTC by Sam James
Modified: 2022-05-31 09:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-18 18:54:02 UTC
This package does not support Python 3.10. Please test it with Python 3.10 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://archives.gentoo.org/gentoo-dev/message/13aa993921f19b6b095297721ffb0d0b. Ask in #gentoo-python on IRC if need any help.

$ pkgcheck scan -k PythonCompatUpdate dev-python/pycuda
dev-python/pycuda
  PythonCompatUpdate: version 2019.1.2: PYTHON_COMPAT update available: python3_10
Comment 1 Larry the Git Cow gentoo-dev 2022-05-31 09:50:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0d3c2067afb9f443ec2dad61f28401d31365f2

commit 8f0d3c2067afb9f443ec2dad61f28401d31365f2
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-05-31 09:36:56 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-05-31 09:48:10 +0000

    dev-python/pycuda: add 2021.1, enable py3.10
    
    Also:
    - use pep517=setuptools
    - depend on nvidia-cuda-toolkit[profiler] wrt bug #748537
    - drop two no-op sed expressions (was no-op in previous version too)
    - only restrict userpriv when running tests
    - EPREFIX->ESYSROOT, these paths aren't stored as far as I can see
    - update LICENSE, did not see any reference to GPL-2
    - misc cleanups
    
    Unsure if entirely setup right as I don't use this nor dug deep,
    and two failing tests on my hardware (with any python version) and
    couldn't get the old version's test suite to run right to compare
    (90% failures).
    
    Closes: https://bugs.gentoo.org/748537
    Closes: https://bugs.gentoo.org/845795
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 dev-python/pycuda/Manifest             |  1 +
 dev-python/pycuda/pycuda-2021.1.ebuild | 93 ++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)