File: control

package info (click to toggle)
spherepack 3.3~a1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,028 kB
  • sloc: f90: 43,382; python: 5,763; ansic: 110; makefile: 68
file content (60 lines) | stat: -rw-r--r-- 2,823 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
Source: spherepack
Section:  utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),  
 dh-sequence-python3,
 gfortran | fortran-compiler, 
 python3-numpy, 
 python3-all-dev,
 python3-setuptools
Standards-Version: 4.5.0
Homepage: https://www2.cisl.ucar.edu/resources/legacy/spherepack
Vcs-Browser: https://salsa.debian.org:/science-team/spherepack.git
Vcs-Git: https://salsa.debian.org:/science-team/spherepack.git -b debian/latest

Package: libsphere-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libsphere0d (= ${binary:Version})
Description: Development files for Spherepack scientific library
 SPHEREPACK is a collection of FORTRAN programs that facilitates computer 
 modeling of geophysical processes. The package contains programs for computing
 certain common differential operators including divergence, vorticity, 
 gradients, and the Laplacian of both scalar and vector functions. Programs are
 also available for inverting these operators. For example, given divergence
 and vorticity, the package can be used to compute the velocity components. 
 The Laplacian can also be inverted and therefore the package can be used 
 to solve both the scalar and vector Poisson equations. Its use in model 
 development is demonstrated by a sample program that solves the time-dependent
 non-linear shallow-water equations. Accurate solutions are obtained via the 
 spectral method that uses both scalar and vector spherical harmonic transforms
 that are available to the user. The package also contains utility programs 
 for computing the associated Legendre functions, Gauss points and weights, 
 and multiple fast Fourier transforms. Programs are provided for both 
 equally-spaced and Gauss distributed latitudinal points as well as programs 
 that transfer data between these grids.

Package: libsphere0d
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Spherepack scientific library for geophysical processes
 SPHEREPACK is a collection of FORTRAN programs that facilitates computer 
 modeling of geophysical processes. The package contains programs for computing
 certain common differential operators including divergence, vorticity, 
 gradients, and the Laplacian of both scalar and vector functions. 
 .
 This package contains the shared library, libsphere.
 
Package: python3-sphere
Section: python
Architecture: any
Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, libsphere0d (=${binary:Version}), python3-numpy
Description: Python3 interface to the spherepack scientific library.
 This is a python3 interface to spherepack, a library for geophysical processes.