-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmeta.yaml
176 lines (167 loc) · 3.68 KB
/
meta.yaml
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{% set name = "sage" %}
{% set version = "10.0" %}
package:
name: {{ name }}
version: {{ version }}
build:
number: 0
noarch: generic
requirements:
run:
# We require all dependencies with at least that version that upstream uses
# in their SPKGs. For packages that (seem to) use semantic versioning and
# are at least 1.0.0, we limit the version to the next major release.
- alabaster >=0.7.12
- arb
- babel >=2.11.0,<3
- bdw-gc >=8.0.4,<9
- blas-devel
- bleach >=5.0.1,<6
- brial
- cddlib >=1!0.94m
- certifi
- cliquer
- cvxopt >=1.3.0,<2
- cycler >=0.11.0
- cypari2
- cysignals
- cython >=0.29.32
- decorator >=5.1.1,<6
- docutils >=0.17.1
- ecl >=21.2.1,<21.2.2.a0
- eclib
- ecm
- entrypoints >=0.4
- fflas-ffpack >=2.4.3
- flintqs >=1.0,<2
- fplll >=5.4.2,<6
- fpylll >=0.5.9
- freetype >=2.10.4,<3
- gap-defaults >=4.12.2
- gf2x >=1.3,<2
- gfan >=0.6.2
- giac >=1.9.0.15,<2
- givaro >=4.1.1,<5
- glpk
- gmp
- gmpy2
- gsl
- iml
- ipykernel >=6.6.0,<7
- ipython >=8.6.0,<9
- ipywidgets >=8.0.2,<9
- jinja2
- jmol >=14.29.52,<15
- jsonschema >=4.17.1,<5
- jupyter_client >=7.4.4,<8
- jupyter_core
- lcalc
- libbraiding
- libflint
- libgd
- libhomfly
- libiconv >=1.15,<2
- libpng
- linbox >=1.6.3
- lrcalc >=2.1,<3
- m4ri
- m4rie
- matplotlib-base >=3.6.2,<4
- maxima >=5.45.0,<6
- mistune >=2.0.4
- mpc
- mpfi
- mpfr
- mpmath >=1.2.1,<2
- nauty >=2.7r1,<3
- nbclient >=0.7.0,<0.8
- nbconvert >=7.2.3,<8
- nbformat >=5.7.0,<6
- ncurses >=6.3,<7
- networkx >=2.8.8,<3
- notebook >=6.4.10,<7
- ntl
- numpy
- palp >=2.11,<3
- pari >=2.15.2,<3
- pexpect >=4.8.0,<5
- pkg-config
- pkgconfig
- pickleshare >=0.7.5,<1.0
- pillow >=9.0.1,<10
- planarity
- ppl
- pplpy
- primecountpy >=0.1.0,<0.2.0
- ptyprocess >=0.5.1,<1
- pygments >=2.13.0,<3
- pyparsing >=3.0.9,<4
- python >=3.7
- python-dateutil >=2.8.2,<3
- pythran >=0.12.1,<0.13
- pytz >=2022.5
- pyzmq >=24.0.1,<25
- readline
- rpy2 >=3.4.5,<4
- rubiks >=20070912
- rw
- sagelib {{ version }}
- sagemath-db-combinatorial-designs >=20140630
- sagemath-db-conway-polynomials >=0.5
- sagemath-db-elliptic-curves >=0.8.1
- sagemath-db-graphs >=20210214
- sagemath-db-polytopes >=20170220
- sagetex >=3.6.1,<4
- scipy >=1.10.1,<2
- simplegeneric >=0.8.1,<1
- singular
- six >=1.16.0,<2
- sphinx >=5.2.3,<6
- sqlite >=3.36,<4
- symmetrica
- sympow >=2.023.6,<3
- sympy >=1.11.1,<2
- tachyon 0.99.*
- terminado >=0.17.0
- three.js 122
- tornado >=6.2,<7
- traitlets >=5.5.0,<6
- wcwidth >=0.2.5,<2
- widgetsnbextension >=4.0.3,<5
- zeromq >=4.3.4,<5
- zlib
- zn_poly
#- sagenb_export
# required for sage.misc.package.pip_installed_packages
- pip
# dev
#- gcc
#- git
# build-time dependencies
#- vcversioner
#- setuptools_scm
#- boost-cpp
#- pkgconfig
test:
requires:
- bc
- git
- patch
commands:
- sage -v
- sage -c 1+1
- echo exit | sage
about:
home: http://sagemath.org
license: GPL-2.0-or-later
license_file: COPYING.txt
summary: 'Sage - Open Source Mathematical Software'
description: |
Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB.
doc_url: https://doc.sagemath.org/
dev_url: https://github.com/sagemath/sage
extra:
recipe-maintainers:
- isuruf
- saraedum
- alexjbest