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
|
Source: opari
Priority: extra
Maintainer: Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, hardening-wrapper, gfortran
Standards-Version: 3.9.3
Section: libs
Homepage: http://www2.fz-juelich.de/jsc/kojak/opari/
Vcs-Git: git://git.debian.org/collab-maint/opari.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/opari.git;a=summary
Package: opari
Section: devel
Architecture: any
Multi-arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, libpomp-dev
Description: OpenMP Pragma And Region Instrumentor - translation tool
OPARI is a source-to-source translation tool which automatically adds all
necessary calls to the pomp runtime measurement library which allows one to
collect runtime performance data of Fortran, C, or C++ OpenMP applications.
.
This package contains the translation tool.
Package: libpomp-dev
Section: libdevel
Architecture: any
Depends: libpomp0 (= ${binary:Version}), ${misc:Depends}
Description: OpenMP Pragma And Region Instrumentor - development files
OPARI is a source-to-source translation tool which automatically adds all
necessary calls to the pomp runtime measurement library which allows one to
collect runtime performance data of Fortran, C, or C++ OpenMP applications.
.
This package contains the development files.
Package: libpomp0
Section: libs
Architecture: any
Multi-arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: OpenMP Pragma And Region Instrumentor - shared library
OPARI is a source-to-source translation tool which automatically adds all
necessary calls to the pomp runtime measurement library which allows one to
collect runtime performance data of Fortran, C, or C++ OpenMP applications.
.
This package contains the shared library.
|