diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-08-19 18:12:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-08-19 18:12:08 +0000 |
| commit | ab42870e8f96e9d72a51b0297161663f7310c962 (patch) | |
| tree | d1a9538cde3c88694493a158811d707754d28680 /dev-python/pyopencl | |
| parent | 467bad534ba11d93f758aac7a4332bb4885e7aa3 (diff) | |
| download | baldeagleos-repo-ab42870e8f96e9d72a51b0297161663f7310c962.tar.gz baldeagleos-repo-ab42870e8f96e9d72a51b0297161663f7310c962.tar.xz baldeagleos-repo-ab42870e8f96e9d72a51b0297161663f7310c962.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyopencl')
| -rw-r--r-- | dev-python/pyopencl/pyopencl-2023.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pyopencl/pyopencl-2023.1.1.ebuild b/dev-python/pyopencl/pyopencl-2023.1.1.ebuild index 29c402fb474c..4387eb3f72cf 100644 --- a/dev-python/pyopencl/pyopencl-2023.1.1.ebuild +++ b/dev-python/pyopencl/pyopencl-2023.1.1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +# NOT compatible with python3_11 because it uses the deprecated module "imp" PYTHON_COMPAT=( python3_{8,9,10,11} ) DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools @@ -17,7 +18,7 @@ HOMEPAGE=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~ppc64 ~riscv" IUSE="examples opengl" # Running tests on GPUs requires both appropriate hardware and additional permissions |
