Skip to content
Snippets Groups Projects
Commit fc722a04 authored by Jingyun Hua's avatar Jingyun Hua
Browse files

community/py3-opencl: use py3-numpy1 instead of py3-numpy2

fix error: numpy/arrayobject.h: No such file or directory
parent 53f0f8f9
No related branches found
No related tags found
1 merge request!74491community/py3-opencl: use py3-numpy1 instead of py3-numpy2
...@@ -3,18 +3,18 @@ ...@@ -3,18 +3,18 @@
pkgname=py3-opencl pkgname=py3-opencl
_pkgreal=pyopencl _pkgreal=pyopencl
pkgver=2024.1 pkgver=2024.1
pkgrel=1 pkgrel=2
pkgdesc="Python3 wrapper for OpenCL" pkgdesc="Python3 wrapper for OpenCL"
url="https://pypi.org/project/pyopencl" url="https://pypi.org/project/pyopencl"
arch="all" arch="all"
license="MIT" license="MIT"
depends="py3-platformdirs py3-numpy py3-mako py3-pytools" depends="py3-platformdirs py3-numpy1 py3-mako py3-pytools"
makedepends=" makedepends="
libffi-dev libffi-dev
mesa-dev mesa-dev
opencl-dev opencl-dev
py3-gpep517 py3-gpep517
py3-numpy-dev py3-numpy1-dev
py3-pybind11-dev py3-pybind11-dev
py3-setuptools py3-setuptools
py3-wheel py3-wheel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment