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
|
Source: openspecfun
Priority: optional
Maintainer: Debian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Uploaders: Graham Inggs <ginggs@debian.org>, Peter Colberg <peter@colberg.org>
Build-Depends: debhelper (>= 9),
dh-exec,
gfortran,
libopenlibm-dev [any-i386 any-amd64 arm64 armhf mips mips64el mipsel powerpc ppc64 ppc64el]
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/JuliaLang/openspecfun
Vcs-Git: https://anonscm.debian.org/git/pkg-julia/openspecfun.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-julia/openspecfun.git
Package: libopenspecfun1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: collection of special mathematical functions (shared library)
Openspecfun provides AMOS and Faddeeva.
.
AMOS (from Netlib) is a portable package for Bessel Functions of a Complex
Argument and Nonnegative Order; it contains subroutines for computing Bessel
functions and Airy functions.
.
Faddeeva allows computing the various error functions of arbitrary complex
arguments (Faddeeva function, error function, complementary error function,
scaled complementary error function, imaginary error function, and Dawson
function); given these, one can also easily compute Voigt functions, Fresnel
integrals, and similar related functions as well.
.
This package contains a shared version of the library.
Package: libopenspecfun-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libopenspecfun1 (= ${binary:Version}), ${misc:Depends}
Description: collection of special mathematical functions (development files)
Openspecfun provides AMOS and Faddeeva.
.
AMOS (from Netlib) is a portable package for Bessel Functions of a Complex
Argument and Nonnegative Order; it contains subroutines for computing Bessel
functions and Airy functions.
.
Faddeeva allows computing the various error functions of arbitrary complex
arguments (Faddeeva function, error function, complementary error function,
scaled complementary error function, imaginary error function, and Dawson
function); given these, one can also easily compute Voigt functions, Fresnel
integrals, and similar related functions as well.
.
This package contains the development files needed to compile software using
openspecfun.
|