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
|
Source: topcom
Section: math
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libbz2-dev,
libcdd-dev,
libgmp-dev,
libqsopt-ex-dev,
txt2man,
zlib1g-dev
Standards-Version: 4.6.1
Homepage: https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM/
Vcs-Git: https://salsa.debian.org/math-team/topcom.git
Vcs-Browser: https://salsa.debian.org/math-team/topcom
Rules-Requires-Root: no
Package: topcom
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: topcom-examples
Description: Triangulations Of Point Configurations and Oriented Matroids
TOPCOM is a collection of clients to compute Triangulations Of Point
Configurations and Oriented Matroids, resp.
.
The algorithms use only combinatorial data of the point configuration
as is given by its oriented matroid. Some basic commands for computing
and manipulating oriented matroids can also be accessed by the user.
.
It was very much inspired by the maple program PUNTOS, which was
written by Jesus de Loera. TOPCOM is entirely written in C++, so there
is a significant speed up compared to PUNTOS.
Package: topcom-examples
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Triangulations Of Point Configs and Oriented Matroids (examples)
TOPCOM is a collection of clients to compute Triangulations Of Point
Configurations and Oriented Matroids, resp.
.
The algorithms use only combinatorial data of the point configuration
as is given by its oriented matroid. Some basic commands for computing
and manipulating oriented matroids can also be accessed by the user.
.
It was very much inspired by the maple program PUNTOS, which was
written by Jesus de Loera. TOPCOM is entirely written in C++, so there
is a significant speed up compared to PUNTOS.
.
This package contains the architecture-independent example files.
Package: libtopcom0t64
Provides: ${t64:Provides}
Replaces: libtopcom0
Breaks: libtopcom0 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Triangulations Of Point Configs and Oriented Matroids (library)
TOPCOM is a collection of clients to compute Triangulations Of Point
Configurations and Oriented Matroids, resp.
.
The algorithms use only combinatorial data of the point configuration
as is given by its oriented matroid. Some basic commands for computing
and manipulating oriented matroids can also be accessed by the user.
.
It was very much inspired by the maple program PUNTOS, which was
written by Jesus de Loera. TOPCOM is entirely written in C++, so there
is a significant speed up compared to PUNTOS.
.
This package contains the shared libraries.
Package: libtopcom-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtopcom0t64 (= ${binary:Version}), ${misc:Depends}
Description: Triangulations Of Point Configs and Oriented Matroids (development)
TOPCOM is a collection of clients to compute Triangulations Of Point
Configurations and Oriented Matroids, resp.
.
The algorithms use only combinatorial data of the point configuration
as is given by its oriented matroid. Some basic commands for computing
and manipulating oriented matroids can also be accessed by the user.
.
It was very much inspired by the maple program PUNTOS, which was
written by Jesus de Loera. TOPCOM is entirely written in C++, so there
is a significant speed up compared to PUNTOS.
.
This package contains the static libraries, versionless symlinks to the shared
libraries, and header files.
|