This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Commit ca1e4a1
Release Manager
Trac #31177: Add graphviz, pygraphviz packages
Several places in Sage refer to graphviz.
When building from source, graphviz can make use of various optional
dependencies: https://graphviz.org/download/source/
It seems too tricky to make it a normal package.
Current versions of `graphviz` seem to be licensed under the Eclipse
Public License 1.0, which is a free software license but GPL-
incompatible. https://gitlab.com/graphviz/graphviz/-/blob/master/LICENSE
So probably we should not make it a standard package.
Thus, we add it as a dummy script package only, so that we can provide
system package information
(https://repology.org/project/graphviz/versions).
We also add `pygraphviz` as a pip package - as part of Meta-ticket
#31176 (Add packages from 3-manifolds / computop)
URL: https://trac.sagemath.org/31177
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): David CoudertFile tree
23 files changed
+74
-0
lines changed- build/pkgs
- graphviz
- distros
- pygraphviz
- distros
- src/sage/features
23 files changed
+74
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments