forked from pyodide/pyodide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
36 lines (36 loc) · 1020 Bytes
/
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
package:
name: sagemath-categories
version: 10.3rc0
top-level:
- sage
source:
url: file:sagemath-categories-10.3rc0.tar.gz
# url: https://files.pythonhosted.org/packages/04/27/9ede35f17158a454141f0bf69222b9ea468763ac5b233066ef54e213b34f/sagemath-categories-10.2.tar.gz
# sha256: 4ab706397efdc396e8a2898e45043cf661aa4a60f3a17618eebeb86b6465620a
sha256: e05e1389ea2745ff79294802606281bb808cc571cf1d3df45498cf38468463ff
about:
home: ""
PyPI: https://pypi.org/project/sagemath-categories
summary: "Sage: Open Source Mathematics Software: Sage categories and basic rings"
license: GNU General Public License (GPL) v2 or later
requirements:
host:
- libgmp
- libmpfr
- libmpc
- gmpy2
- sagemath-objects
run:
- sagemath-objects
- sagemath-repl
build:
cflags: |
-I$(WASM_LIBRARY_DIR)/include
cxxflags: |
-std=c++11
-I$(WASM_LIBRARY_DIR)/include
ldflags: |
-L$(WASM_LIBRARY_DIR)/lib
script: |
export SAGE_NUM_THREADS=12
unvendor-tests: false