File: control

package info (click to toggle)
xmds2 3.0.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 52,068 kB
  • sloc: python: 63,652; javascript: 9,230; cpp: 3,929; ansic: 1,463; makefile: 121; sh: 54
file content (90 lines) | stat: -rw-r--r-- 3,187 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: xmds2
Section: science
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               gnuplot-nox,
               fonts-freefont-otf,
               libfftw3-dev,
               libfftw3-mpi-dev,
               libgsl-dev,
               libhdf5-dev,
               libjs-jquery,
               libjs-underscore,
               libjs-sphinxdoc,
               libatlas-base-dev,
               mpi-default-bin,
               mpi-default-dev,
               octave,
               python3,
               python3-cheetah,
               python3-dateutil,
               python3-debian,
               python3-h5py-mpi,
               python3-lxml,
               python3-mpmath,
               python3-numpy,
               python3-pyparsing,
               python3-setuptools,
               python3-scipy
Standards-Version: 4.5.1
X-Python-Version: >= 3.7
Homepage: http://xmds.sourceforge.net/
Vcs-Git: https://salsa.debian.org/science-team/xmds2.git
Vcs-Browser: https://salsa.debian.org/science-team/xmds2
Rules-Requires-Root: no

Package: xmds2
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         libfftw3-dev,
         libfftw3-mpi-dev,
         libgsl-dev,
         libhdf5-serial-dev,
         libatlas-base-dev,
         mpi-default-bin,
         mpi-default-dev,
         ${Cheetah-Depends},
         python3-h5py-mpi,
         python3-numpy,
         python3-lxml,
         python3-pkg-resources,
         g++
Suggests: python3-mpmath,
          python3-scipy
Description: eXtensible Multi-Dimensional Simulator
 XMDS is a code generator that integrates equations, from Ordinary
 Differential Equations (ODEs) up to stochastic Partial Differential
 Equations (PDEs). You write them down in human readable form in an
 XML file, and it goes away and writes and compiles a C++ program that
 integrates those equations as fast as it can possibly be done in your
 architecture.
 .
 XMDS 2 is a major upgrade rewritten in Python which is faster and far
 more versatile than previous versions, allowing the efficient integration
 of almost any initial value problem on regular domains.

Package: xmds2-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         libjs-jquery,
         libjs-underscore,
         libjs-mathjax,
         libjs-sphinxdoc
Description: documentation for the eXtensible Multi-Dimensional Simulator
 XMDS is a code generator that integrates equations, from Ordinary
 Differential Equations (ODEs) up to stochastic Partial Differential
 Equations (PDEs). You write them down in human readable form in an
 XML file, and it goes away and writes and compiles a C++ program that
 integrates those equations as fast as it can possibly be done in your
 architecture.
 .
 XMDS 2 is a major upgrade rewritten in Python which is faster and far
 more versatile than previous versions, allowing the efficient integration
 of almost any initial value problem on regular domains.
 .
 This package contains the documentation in HTML and PDF formats.