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 71
|
Source: forge
Standards-Version: 4.7.3
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Ghislain Antony Vaillant <ghisvail@gmail.com>,
Section: libs
Build-Depends:
cmake,
debhelper-compat (= 13),
libboost-dev,
libfontconfig-dev,
libfreeimage-dev,
libfreetype-dev,
libgl1-mesa-dev | libgl-dev,
libglbinding-dev,
libglfw3-dev,
libglm-dev,
Build-Depends-Indep:
doxygen <!nodoc>,
Vcs-Browser: https://salsa.debian.org/science-team/forge
Vcs-Git: https://salsa.debian.org/science-team/forge.git
Homepage: https://github.com/arrayfire/forge
Package: libforge1t64
Provides: ${t64:Provides}
Replaces: libforge1
Breaks: libforge1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Description: high-performance OpenGL visualization
A prototype of the OpenGL interop library that can be used with ArrayFire. The
goal of Forge is to provide high performance OpenGL visualizations for C/C++
applications that use CUDA/OpenCL.
.
This package provides the shared libraries.
Package: libforge-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
${misc:Depends},
libforge1t64 (= ${binary:Version}),
Suggests:
forge-doc <!nodoc>,
Description: development files for forge
A prototype of the OpenGL interop library that can be used with ArrayFire. The
goal of Forge is to provide high performance OpenGL visualizations for C/C++
applications that use CUDA/OpenCL.
.
This package provides the development files.
Package: forge-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
libjs-mathjax,
Description: documentation for forge
A prototype of the OpenGL interop library that can be used with ArrayFire. The
goal of Forge is to provide high performance OpenGL visualizations for C/C++
applications that use CUDA/OpenCL.
.
This package provides the documentation.
Build-Profiles: <!nodoc>
|