Windows installer: Comment change only.
[maxima/cygwin.git] / snap / snapcraft.yaml
blob2743c20299b918c8bdbe4e007daa49e85bb2b135
1 name: maxima
2 version: 5.40post
3 summary: A full-fledged computer algebra system
4 description: |
5   A full featured computer algebra system,
6   doing symbolic manipulation of polynomials, matrices, rational
7   functions, integration, Todd-coxeter, graphing, bigfloats.  It has a
8   symbolic debugger source level debugger for maxima code.  Maxima is
9   based on the original Macsyma developed at MIT in the 1970's.
10   It comes with extensive self tests.
12 grade: stable
13 confinement: strict
14 icon: interfaces/xmaxima/maxima-new.svg
16 apps:
17   maxima:
18     command: maxima
19     plugs:
20      - network
21      - network-bind
22      - home
23      - removable-media
24      - optical-drive
26   rmaxima:
27     command: rmaxima
28     plugs:
29      - network
30      - network-bind
31      - home
32      - removable-media
33      - optical-drive
35   xmaxima:
36     command: xmaxima
37     plugs:
38      - network
39      - home
40      - removable-media
41      - optical-drive
42 #    desktop: usr/share/applications/xmaxima.desktop
44 parts:
45   maxima:
46     plugin: autotools
47     source: .
48     configflags:
49      - --enable-sbcl
50      - --enable-clisp
51     build-packages:
52      - sbcl
53      - clisp
54      - texinfo
55      - libreadline-dev
56      - locales
57      - automake
58      - autoconf
59      - gawk
60      - texlive-latex-recommended
61      - tex-common
62      - python
63     stage-packages:
64      - sbcl
65      - clisp
66      - gnuplot