This repository was archived by the owner on Feb 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +39
-0
lines changed
Expand file tree Collapse file tree 4 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ snappy: Topology and geometry of 3-manifolds, with a focus on hyperbolic structures
2+ ===================================================================================
3+
4+ Description
5+ -----------
6+
7+ Studying the topology and geometry of 3-manifolds, with a focus on hyperbolic structures.
8+
9+ License
10+ -------
11+
12+ GPLv2+
13+
14+ Upstream Contact
15+ ----------------
16+
17+ https://pypi.org/project/snappy/
18+
Original file line number Diff line number Diff line change 1+ $(PYTHON) decorator ipython cypari | $(PYTHON_TOOLCHAIN) sagelib
2+
3+ ----------
4+ All lines of this file are ignored except the first.
5+
6+ The dependency cypari above is actually cypari2.
7+
8+ An installed sagelib is needed when snappy is installed from source (instead of a wheel)
9+ because snappy's setup.py tests its presence to adjust dependencies.
10+ https://trac.sagemath.org/ticket/31180
Original file line number Diff line number Diff line change 1+ # Note: As of 2021-01, snappy will pull in cypari (!= cypari2) as a dependency
2+ # if installed as a wheel but will actually use Sage's cypari2.
3+ # cypari contains a statically linked copy of pari and other libraries
4+ # and will remain completely unused (wastes 30M). Snappy is about 165M.
5+ # See https://trac.sagemath.org/ticket/31180
6+ snappy
7+ # cypari 2.4.0 has a broken sdist, https://trac.sagemath.org/ticket/31180
8+ cypari != 2.4.0
9+ # An optional database (110M uncompressed)
10+ snappy_15_knots
Original file line number Diff line number Diff line change 1+ optional
You can’t perform that action at this time.
0 commit comments