Search Criteria
Package Details: python-silx 2.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-silx.git (read-only, click to copy) |
---|---|
Package Base: | python-silx |
Description: | A collection of Python packages for data analysis at synchrotron radiation facilities. |
Upstream URL: | http://www.silx.org |
Licenses: | LGPL, MIT |
Submitter: | blochl |
Maintainer: | blochl |
Last Packager: | blochl |
Votes: | 1 |
Popularity: | 0.000437 |
First Submitted: | 2017-01-03 22:19 (UTC) |
Last Updated: | 2024-07-14 16:31 (UTC) |
Dependencies (11)
- python-fabioAUR
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-setuptools (make)
- ipython (ipython-gitAUR) (optional) – for interactive console
- opencl-driver (opencl-nvidia-410xxAUR, amdapp-sdkAUR, opencl-nvidia-340xxAUR, opencl-nvidia-440xxAUR, vc4cl-gitAUR, opencl-nvidia-430xxAUR, opencl-legacy-amdgpu-proAUR, intel-compute-runtime-gitAUR, beignetAUR, opencl-nvidia-vulkanAUR, beignet-gitAUR, intel-openclAUR, clvk-gitAUR, opencl-nvidia-390xxAUR, opencl-rusticl-mesa-minimal-gitAUR, mesa-gitAUR, opencl-nvidia-teslaAUR, mesa-wsl2-gitAUR, intel-compute-runtime-binAUR, opencl-nvidia-535xxAUR, opencl-nvidia-525xxAUR, opencl-510xx-nvidiaAUR, opencl-550xx-nvidiaAUR, opencl-amdAUR, opencl-nvidia-betaAUR, opencl-nvidia-470xxAUR, amdonly-gaming-opencl-clover-mesa-gitAUR, amdonly-gaming-opencl-rusticl-mesa-gitAUR, intel-compute-runtime, intel-oneapi-compiler-shared-runtime, opencl-clover-mesa, opencl-nvidia, opencl-rusticl-mesa, rocm-opencl-runtime) (optional) – for sift - OpenCL implementation
- python-h5py (python-h5py-gitAUR, python-h5py-openmpi) (optional) – for HDF5 input/output
- python-pyopencl (optional) – for sift - OpenCL implementation
- python-qtconsole (python-qtconsole-gitAUR) (optional) – for GUI console
Required by (2)
- python-pyfai (optional)
- python-pyxem
Latest Comments
blochl commented on 2023-03-08 11:38 (UTC)
Thanks! Dependency added.
Eothred commented on 2023-03-08 10:16 (UTC)
Missing dependency python-fabio. When I tried to run "silx view" I got
Not sure how versions correspond, as python-fabio has version 2022.12.1, but in any case it works after installing it.
blochl commented on 2018-07-04 17:34 (UTC)
Thanks! Updated directly to 0.8.0, as it was out today. With this version I didn't need to perform any changes in order to compile it.
m-pilia commented on 2018-06-29 12:26 (UTC)
Version 0.7.0 is out. However, to build it, it required a small syntax fix, adding
sed -i '429s/;//' "silx/third_party/_local/scipy_spatial/qhull/src/libqhull_r.h"
before the build command.