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
|
Source: qd
Section: libs
Priority: optional
Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel@lists.alioth.debian.org>
Uploaders: Christophe Prud'homme <prudhomm@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.1.0), g++
Standards-Version: 3.6.2
Package: libqd-dev
Section: libdevel
Architecture: any
Depends: libqd2c2a
Description: Double-double and quad double types in C++ and F90
This package supports both a double-double datatype (approx. 32
decimal digits) and a quad-double datatype (approx. 64 decimal
digits). The computational library is written in C++. Both C++ and
Fortran-90 high-level language interfaces are provided to permit one
to convert an existing C++ or Fortran-90 program to use the library
with only minor changes to the source code.
Package: libqd2c2a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libqd2.1.142c2a, libqd2.1.200
Conflicts: libqd2.1.142c2a, libqd2.1.200
Description: Double-double and quad double types in C++ and F90
This package supports both a double-double datatype (approx. 32
decimal digits) and a quad-double datatype (approx. 64 decimal
digits). The computational library is written in C++. Both C++ and
Fortran-90 high-level language interfaces are provided to permit one
to convert an existing C++ or Fortran-90 program to use the library
with only minor changes to the source code.
|