Skip to content

Commit d626bb7

Browse files
committed
packages/passagemath-objects: New
1 parent c300661 commit d626bb7

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
package:
2+
name: passagemath-objects
3+
version: 10.8.1
4+
top-level:
5+
- sage
6+
source:
7+
url: https://pypi.org/packages/source/p/passagemath-objects/passagemath_objects-10.8.1.tar.gz
8+
sha256: 6823a0665f187a729bf34d941db0afb31190e56647d2b2315bac4b76574dba2a
9+
about:
10+
home: ""
11+
PyPI: https://pypi.org/project/passagemath-objects
12+
summary:
13+
"passagemath: Open Source Mathematics Software: Sage objects, elements, parents,
14+
categories, coercion, metaclasses"
15+
license: GNU General Public License (GPL) v2 or later
16+
requirements:
17+
host:
18+
- libgmp
19+
- libmpfr
20+
- libmpc
21+
- gmpy2
22+
run:
23+
- cysignals
24+
- gmpy2
25+
build:
26+
cflags: |
27+
-I$(WASM_LIBRARY_DIR)/include
28+
cxxflags: |
29+
-std=c++11
30+
-I$(WASM_LIBRARY_DIR)/include
31+
ldflags: |
32+
-L$(WASM_LIBRARY_DIR)/lib
33+
script: |
34+
export SAGE_NUM_THREADS=12
35+
unvendor-tests: false

0 commit comments

Comments
 (0)