1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: ufo-filters
Maintainer: Picca Frédéric-Emmanuel <picca@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 12~),
cmake,
libclfft-dev,
libglib2.0-dev,
libgsl0-dev | libgsl-dev,
libhdf5-dev,
libtiff-dev,
libufo-dev,
ocl-icd-opencl-dev,
python,
python3-sphinx
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/science-team/ufo-filters
Vcs-Git: https://salsa.debian.org/science-team/ufo-filters.git
Homepage: http://ufo.kit.edu/
Package: ufo-filters
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
ufo-filters-data (= ${source:Version})
Suggests: ufo-filters-doc
Description: Set of plugins for ufo-core - runtime
The UFO data processing framework is a C library suited to build
general purpose streams data processing on heterogeneous
architectures such as CPUs, GPUs or clusters. It is extensively used
at the Karlsruhe Institute of Technology for Ultra-fast X-ray Imaging
(radiography, tomography and laminography).
.
This package contains `average', `backproject', `bin', `blur', `buffer',
`calculate', `camera', `clip', `contrast', `crop', `denoise', `duplicate',
`fftmult', `fft', `filter', `flatten', `flip', `forwardproject', `gemm',
`ifft', `interpolate', `loop', `measure', `merge', `metaballs', `monitor',
`null', `opencl', `ordfilt', `pad', `read', `reduce', `refeed', `replicate',
`rescale', `ringwriter', `sleep', `slice', `stack', `stdin', `stdout',
`subtract', `transpose', `write' and `zeropad' plugins
Package: ufo-filters-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax
Description: Library for high-performance, GPU-based computing - documentation
The UFO data processing framework is a C library suited to build
general purpose streams data processing on heterogeneous
architectures such as CPUs, GPUs or clusters. It is extensively used
at the Karlsruhe Institute of Technology for Ultra-fast X-ray Imaging
(radiography, tomography and laminography).
.
This package provides the documentation for the plugins
Package: ufo-filters-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Library for high-performance, GPU-based computing - data
The UFO data processing framework is a C library suited to build
general purpose streams data processing on heterogeneous
architectures such as CPUs, GPUs or clusters. It is extensively used
at the Karlsruhe Institute of Technology for Ultra-fast X-ray Imaging
(radiography, tomography and laminography).
.
This package provides the OpenCL kernel files for the plugins
|