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
|
Source: freemat
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Giuseppe Iuculano <iuculano@debian.org>,
Anton Gladky <gladky.anton@gmail.com>
Section: math
XS-Autobuild: no
Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev,
autoconf,
automake,
gfortran,
libpcre3-dev,
libncurses5-dev,
libfftw3-dev,
libqt4-dev,
libqt4-opengl-dev,
python-all-dev,
llvm-dev,
doxygen,
libsuitesparse-dev,
zlib1g-dev,
portaudio19-dev,
libglu1-mesa-dev,
libffi-dev,
libboost-math-dev,
minpack-dev,
pkg-config,
libarpack2-dev,
cmake,
libvolpack1-dev,
libclang-dev,
libedit-dev
Build-Depends-Indep: texlive
Build-Conflicts: libqt3-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/freemat.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/freemat.git
Homepage: http://freemat.sourceforge.net
Package: freemat
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
freemat-data (= ${source:Version})
Recommends: freemat-help
Description: mathematics framework (mostly matlab compatible)
FreeMat is a free environment for rapid engineering and scientific prototyping
and data processing. It is similar to commercial systems such as MATLAB from
Mathworks, and IDL from Research Systems, but is Open Source.
FreeMat is available under the GPL license.
Package: freemat-data
Architecture: all
Depends: ${misc:Depends}
Recommends: freemat
Description: freemat data files
FreeMat is a free environment for rapid engineering and scientific prototyping
and data processing. It is similar to commercial systems such as MATLAB from
Mathworks, and IDL from Research Systems, but is Open Source.
FreeMat is available under the GPL license.
.
This package install freemat data files
Package: freemat-help
Architecture: all
Depends: ${misc:Depends},
libjs-jquery
Recommends: freemat
Description: freemat help files
FreeMat is a free environment for rapid engineering and scientific prototyping
and data processing. It is similar to commercial systems such as MATLAB from
Mathworks, and IDL from Research Systems, but is Open Source.
FreeMat is available under the GPL license.
.
This package install freemat help files
|