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
|
Source: ispc
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Francois Mazen <mzf@debian.org>
Section: devel
Priority: optional
Build-Depends:
bison,
clang,
cmake,
debhelper-compat (= 13),
flex,
g++-multilib [amd64 i386],
libc6-dev-armel-cross [arm64],
libc6-dev-armhf-cross [arm64],
libclang-dev,
libtbb-dev,
llvm-dev
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://ispc.github.io/
Vcs-Browser: https://salsa.debian.org/science-team/ispc
Vcs-Git: https://salsa.debian.org/science-team/ispc.git
Package: ispc
Architecture: i386 amd64 arm64
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Intel Implicit SPMD Program Compiler
ispc is a compiler for a variant of the C programming language, with extensions
for single program, multiple data programming. Under the SPMD model, the
programmer writes a program that generally appears to be a regular serial
program, though the execution model is actually that a number of program
instances execute in parallel on the hardware.
.
This package contains the ispc compiler.
Package: libispcrt1
Architecture: i386 amd64 arm64
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Intel Implicit SPMD Program Compiler runtime library
ispc is a compiler for a variant of the C programming language, with extensions
for single program, multiple data programming. Under the SPMD model, the
programmer writes a program that generally appears to be a regular serial
program, though the execution model is actually that a number of program
instances execute in parallel on the hardware.
.
This package contains the runtime library for building programs that
use ispc runtime.
Package: libispcrt-dev
Architecture: i386 amd64 arm64
Section: libdevel
Depends:
${misc:Depends},
${shlibs:Depends},
libispcrt1 (= ${binary:Version}), ispc
Description: Intel Implicit SPMD Program Compiler runtime library development files
ispc is a compiler for a variant of the C programming language, with extensions
for single program, multiple data programming. Under the SPMD model, the
programmer writes a program that generally appears to be a regular serial
program, though the execution model is actually that a number of program
instances execute in parallel on the hardware.
.
This package contains the headers library for building programs that
use the ispc runtime.
|