| 1 |
Source: xmds
|
| 2 |
Section: science
|
| 3 |
Priority: extra
|
| 4 |
Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel@lists.alioth.debian.org>
|
| 5 |
Uploaders: Christian T. Steigies <cts@debian.org>,
|
| 6 |
Rafael Laboissiere <rafael@debian.org>
|
| 7 |
Build-Depends: cdbs, debhelper (>= 7.0.0), autotools-dev, fftw-dev,
|
| 8 |
libfftw3-dev, libmpich1.0-dev, octave3.0-headers, autoconf
|
| 9 |
Standards-Version: 3.8.0
|
| 10 |
Homepage: http://xmds.sourceforge.net/
|
| 11 |
Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/xmds/
|
| 12 |
Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/xmds/
|
| 13 |
|
| 14 |
Package: xmds
|
| 15 |
Architecture: any
|
| 16 |
Depends: ${shlibs:Depends}, fftw-dev, libfftw3-dev, libmpich1.0-dev
|
| 17 |
Suggests: ${octave:Depends}, ${misc:Depends}
|
| 18 |
Description: eXtensible Multi-Dimensional Simulator
|
| 19 |
XMDS is a code generator that integrates equations, from Ordinary
|
| 20 |
Differential Equations (ODEs) up to stochastic Partial Differential
|
| 21 |
Equations (PDEs). You write them down in human readable form in an
|
| 22 |
XML file, and it goes away and writes and compiles a C++ program that
|
| 23 |
integrates those equations as fast as it can possibly be done in your
|
| 24 |
architecture.
|