Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 46f7b0e

Browse files
author
Matthias Koeppe
committed
build/pkgs/snappy: New pip package
1 parent 9d686f2 commit 46f7b0e

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

build/pkgs/snappy/SPKG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+

build/pkgs/snappy/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(PYTHON) | $(PYTHON_TOOLCHAIN)
2+
3+
----------
4+
All lines of this file are ignored except the first.

build/pkgs/snappy/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# The --no-deps flag is just there to prevent it from pulling in cypari (!= cypari2).
2+
# In fact, just sage -pip install snappy does the trick but installs the (unused even by SnapPy in this context) cypari module.
3+
--no-deps snappy spherogram plink FXrays snappy_manifolds

build/pkgs/snappy/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
optional

0 commit comments

Comments
 (0)