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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
Source: macaulay2
Section: math
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: 4ti2,
bison,
cohomcalg,
coinor-csdp,
debhelper-compat (= 13),
dh-linktree,
emacs-nox,
fflas-ffpack,
flex,
gfan,
gfortran,
install-info,
libboost-dev,
libboost-math-dev,
libboost-regex-dev,
libboost-stacktrace-dev,
libcdd-dev,
libeigen3-dev,
libffi-dev,
libflint-dev,
libfrobby-dev,
libfplll-dev,
libgc-dev,
libgdbm-dev,
libglpk-dev,
libgtest-dev,
liblapack-dev,
liblzma-dev,
libmathic-dev,
libmathicgb-dev (>= 1.0~git20220225~),
libmemtailor-dev,
libmpfi-dev,
libmpfr-dev,
libmps-dev,
libnauty-dev,
libnormaliz-dev,
libntl-dev,
libreadline-dev,
libsingular4-dev (>= 1:4.2.0~),
libtbb-dev,
libxml2-dev,
lrslib,
lsb-release,
msolve,
nauty,
normaliz,
pkgconf,
python3-dev <!nopython>,
r-base,
singular-data,
time,
topcom
Build-Depends-Indep: dh-sequence-elpa,
faketime,
fonts-katex,
gdbmtool,
jdupes,
libjs-bootsidemenu,
libjs-bootstrap5,
libjs-d3,
libjs-jquery,
libjs-katex (>= 0.11.0~),
libjs-nouislider,
libjs-three,
node-clipboard,
node-css-loader <!nodoc>,
node-fortawesome-fontawesome-free,
node-import-local <!nodoc>,
node-interpret <!nodoc>,
node-prismjs <!nodoc>,
node-prismjs-bibtex <!nodoc>,
node-rechoir <!nodoc>,
node-style-loader <!nodoc>,
npm <!nodoc>,
pkg-js-tools <!nodoc>,
webpack <!nodoc>
Standards-Version: 4.7.3
Homepage: http://macaulay2.com
Vcs-Browser: https://salsa.debian.org/math-team/macaulay2
Vcs-Git: https://salsa.debian.org/math-team/macaulay2.git
Rules-Requires-Root: no
Package: macaulay2
Architecture: any
Depends: gdbmtool,
macaulay2-common (= ${source:Version}),
normaliz,
singular-data,
${misc:Depends},
${shlibs:Depends}
Recommends: 4ti2,
cohomcalg,
coinor-csdp,
elpa-macaulay2 (= ${source:Version}),
msolve,
gfan,
info,
lrslib,
nauty,
texlive-latex-base,
topcom,
www-browser,
xdg-utils,
xterm
Suggests: bergman,
dot2tex,
fig2dev,
graphviz,
pdf-viewer,
phcpack,
polymake,
r-base,
qepcad,
sdpa
Description: Software system for algebraic geometry research
Macaulay 2 is a software system for algebraic geometry research, written by
Daniel R. Grayson and Michael E. Stillman. Based on Groebner bases, it
provides algorithms for computing homological invariants of rings and
modules.
.
This package contains the architecture dependent portion of Macaulay2.
Package: macaulay2-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Software system for algebraic geometry research (common files)
Macaulay 2 is a software system for algebraic geometry research, written by
Daniel R. Grayson and Michael E. Stillman. Based on Groebner bases, it
provides algorithms for computing homological invariants of rings and
modules.
.
This package contains the architecture independent portion of Macaulay2, and is
normally installed automatically when one of the architecture dependent
packages is installed.
Package: elpa-macaulay2
Architecture: all
Multi-Arch: foreign
Section: editors
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs
Description: Software system for algebraic geometry research (Emacs package)
Macaulay 2 is a software system for algebraic geometry research, written by
Daniel R. Grayson and Michael E. Stillman. Based on Groebner bases, it
provides algorithms for computing homological invariants of rings and
modules.
.
This package contains the modes for running Macaulay2 within Emacs and
editing Macaulay2 code.
|