aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-opencl
Commit message (Collapse)AuthorAgeFilesLines
* community/py-opencl: upgrade to 2019.1Stuart Cardall2019-07-062-31/+4
|
* community/py-opencl: fix compiler choice and re-enable ppc64leMike Sullivan2019-05-312-4/+31
| | | Closes GH-8317
* community/py-opencl: remove duplicate py-mako dependencyLeo2019-05-271-2/+3
| | | | Closes: GH-8159
* community/py-opencl: disable ppc64leTBK2019-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | Fails to compile. Error out with: /usr/include/c++/8.3.0/chrono:826:38: required from here /usr/include/c++/8.3.0/type_traits:1925:64: error: 'value' is not a member of 'std::is_array<long int>' typedef typename __decay_selector<__remove_type>::__type type; ^~~~ In file included from /usr/include/c++/8.3.0/thread:38, from src/wrap_cl.hpp:76, from src/wrap_constants.cpp:27: /usr/include/c++/8.3.0/chrono: In instantiation of 'constexpr unsigned int std::chrono::operator<(const std::chrono::duration<_Rep1, _Period1>&, const std::chrono::duration<_Rep2, _Period2>&) [with _Rep1 = long int; _Period1 = std::ratio<1, 1000000000>; _Rep2 = long int; _Period2 = std::ratio<1, 1000000000>]': /usr/include/c++/8.3.0/chrono:826:38: required from here /usr/include/c++/8.3.0/chrono:564:52: error: no type named 'type' in 'struct std::common_type<std::chrono::duration<long int, std::ratio<1, 1000000000> >, std::chrono::duration<long int, std::ratio<1, 1000000000> > >' typedef typename common_type<__dur1,__dur2>::type __ct; ^~~~ error: command 'gcc' failed with exit status 1 >>> ERROR: py-opencl: build failed >>> py-opencl: Uninstalling dependencies...
* community/py-opencl: upgrade to 2018.2.5Stuart Cardall2019-05-251-6/+4
| | | | | | | | * added `py-numpy-dev` to `makedepends` of `py-opencl` community/py-pybind11: move from testing * added `py-pybind11` to `makedepends` of `py-opencl`
* community/py-opencl: rebuild against python 3.7Natanael Copa2019-04-171-1/+1
|
* community/[various]: rebuild against openblas-0.3.0, enable s390xTuan M. Hoang2018-06-041-3/+3
| | | | community/suitesparse: upgrade to to 5.2.0
* community/py-opencl: upgrade to 2018.1.1Stuart Cardall2018-02-271-2/+2
|
* community/py-opencl: upgrade to 2018.1Stuart Cardall2018-01-211-3/+3
|
* community/py-opencl: disable check, tests are brokenJakub Jirutka2017-12-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `setup.py test` downloads some Python modules needed for running tests. They now fail even on the previous version, so it's probably caused by some change in one of the module downloaded on-demand. It must be fixed to not download some arbitrary modules, so the build is reproducible. pyopencl.compyte.ndarray.test_gpu_ndarray (unittest.loader.ModuleImportFailure) ... ERROR pyopencl.compyte.ndarray.test_gpu_elemwise (unittest.loader.ModuleImportFailure) ... ERROR ====================================================================== ERROR: pyopencl.compyte.ndarray.test_gpu_ndarray (unittest.loader.ModuleImportFailure) ---------------------------------------------------------------------- ImportError: Failed to import test module: pyopencl.compyte.ndarray.test_gpu_ndarray Traceback (most recent call last): File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests module = self._get_module_from_name(name) File "/usr/lib/python2.7/unittest/loader.py", line 232, in _get_module_from_name __import__(name) File "/home/buildozer/aports/community/py-opencl/src/pyopencl-2017.2.2/pyopencl/compyte/ndarray/test_gpu_ndarray.py", line 7, in <module> import pygpu_ndarray as gpu_ndarray ImportError: No module named pygpu_ndarray ====================================================================== ERROR: pyopencl.compyte.ndarray.test_gpu_elemwise (unittest.loader.ModuleImportFailure) ---------------------------------------------------------------------- ImportError: Failed to import test module: pyopencl.compyte.ndarray.test_gpu_elemwise Traceback (most recent call last): File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests module = self._get_module_from_name(name) File "/usr/lib/python2.7/unittest/loader.py", line 232, in _get_module_from_name __import__(name) File "/home/buildozer/aports/community/py-opencl/src/pyopencl-2017.2.2/pyopencl/compyte/ndarray/test_gpu_elemwise.py", line 4, in <module> import theano ImportError: No module named theano ---------------------------------------------------------------------- Ran 2 tests in 0.000s
* community/py-opencl: upgrade to 2017.2.2Stuart Cardall2017-12-271-2/+2
|
* community/py-opencl: update to 2017.2Stuart Cardall2017-07-031-2/+2
|
* community/py-opencl: enable build on ppc64leRoberto Oliveira2017-06-091-1/+1
| | | | | The version 2017.1.1 of py-opencl compiles in ppc64le. I am enabling it.
* community/py-opencl: update to 2017.1.1 / add python3 subpkgStuart Cardall2017-06-031-12/+35
|
* community/[various]: no support for s390x yetTuan M. Hoang2017-05-101-1/+1
| | | | | | | | | | | | | py-opencl, R: missing dependencies community/{OpenBLAS,py-numpy} openspecfun: missing dependency community/openlibm llvm-libunwind: no support yet drawterm: no support yet caddy: https://github.com/caddyserver/buildworker/blob/e040f51c04552896ffe33a926cd76babed902b48/buildenv.go#L239 docker: disable for now. Currently we still cannot boot Alpine s390x natively yet, most usage are running inside containers. Thus it is not likely we need Docker on s390x for now.
* community/py-opencl: Do not build on ppc64leBreno Leitao2017-04-131-1/+1
| | | | | | | Currently py-opencl breaks hard on ppc64le and the patch does not seem trivial. I don't think that OpenCL was ever ported to ppc64le. Skipping this package at this moment.
* community/py-opencl: update to v2016.2.1Stuart Cardall2016-12-271-4/+4
|
* community/py-opencl: replace python with python2Jakub Jirutka2016-10-131-5/+5
|
* community/py-opencl: update to 2016.2Stuart Cardall2016-10-131-6/+5
|
* testing/[various]: move to communityStuart Cardall2016-08-211-0/+33
albatross-themes apk-post-messages autossh bitcoin btrbk entr ffmpegthumbnailer firejail firetools fwsnort gnome-colors imapsync inetutils-syslogd inotify-tools-inc isync junit ktsuss letsencrypt-nosudo libmbim libndp libqmi libteam mini-sendmail modemmanager namecoin networkmanager nginx-naxsi numix-themes nxapi opencl-headers opencl-icd-loader opus-tools perl-authen-ntlm perl-bit-vector perl-data-uniqid perl-file-copy-recursive perl-getopt-argvfile perl-io-tee perl-iptables-chainmgr perl-iptables-parse perl-module-scandeps perl-par-dist perl-par-packer perl-par perl-uri-escape psad py-crcmod py-graphviz py-lz4 py-opencl py-opengl-accelerate runit secpwgen secure-delete socklog spacefm tinyssh udevil virt-viewer virtualbricks whois wrk xpra zram-init