File: control

package info (click to toggle)
einspline 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,800 kB
  • ctags: 2,144
  • sloc: ansic: 36,486; sh: 9,039; cpp: 1,405; makefile: 185; fortran: 82; python: 30
file content (70 lines) | stat: -rw-r--r-- 2,853 bytes parent folder | download
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
Source: einspline
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper (>= 9), dh-exec, dh-autoreconf, gfortran, libfftw3-dev,
 pkg-config
Standards-Version: 3.9.6
Section: libs
Homepage: http://einspline.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/einspline.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/einspline.git

Package: libeinspline0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for interpolating cubic basis splines (shared library)
 Einspline is intended to be a simple, fast, and accurate library for creating
 and evaluating interpolating cubic basis splines (B-splines).
 .
 It features the following:
  - grids of one, two or three dimensions
  - both uniform and non-uniform grids
  - real and complex datatypes in single or double precision
  - evaluation of value, gradient, hessian and laplacian
  - periodic, fixed first-derivative, or fixed second derivative boundary
    conditions
  - C and Fortran 77 interfaces
 .
 This package contains a shared version of the library.

Package: libeinspline-dev
Section: libdevel
Architecture: any
Depends: libeinspline0 (= ${binary:Version}), libfftw3-dev, ${misc:Depends}
Description: library for interpolating cubic basis splines (static library and doc)
 Einspline is intended to be a simple, fast, and accurate library for creating
 and evaluating interpolating cubic basis splines (B-splines).
 .
 It features the following:
  - grids of one, two or three dimensions
  - both uniform and non-uniform grids
  - real and complex datatypes in single or double precision
  - evaluation of value, gradient, hessian and laplacian
  - periodic, fixed first-derivative, or fixed second derivative boundary
    conditions
  - C and Fortran 77 interfaces
 .
 This package contains a static version of the library and its documentation.

Package: libeinspline-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: libeinspline0 (= ${binary:Version}), ${misc:Depends}
Description: library for interpolating cubic basis splines (debugging symbols)
 Einspline is intended to be a simple, fast, and accurate library for creating
 and evaluating interpolating cubic basis splines (B-splines).
 .
 It features the following:
  - grids of one, two or three dimensions
  - both uniform and non-uniform grids
  - real and complex datatypes in single or double precision
  - evaluation of value, gradient, hessian and laplacian
  - periodic, fixed first-derivative, or fixed second derivative boundary
    conditions
  - C and Fortran 77 interfaces
 .
 This package contains the detached debugging symbols of the library.