Skip to content

Commit b392a6b

Browse files
Qutip 5.1.1 (#2118)
* Update qutip from 5.0.4 to 5.1.0 [emscripten-3.1.73] * bump qutip * wip * wip --------- Co-authored-by: emscripten-forge-bot <[email protected]>
1 parent 04c1648 commit b392a6b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
export CFLAGS="$CFLAGS -sWASM_BIGINT -s SIDE_MODULE=1 -fexceptions -fPIC"
4+
export CXXFLAGS="$CXXFLAGS -sWASM_BIGINT -s SIDE_MODULE=1 -fexceptions -fPIC"
5+
export LDFLAGS="$LDFLAGS -sWASM_BIGINT -s SIDE_MODULE=1 -fexceptions -fPIC"
6+
7+
8+
9+
${PYTHON} -m pip install . -vvv --no-deps --no-build-isolation

recipes/recipes_emscripten/qutip/recipe.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
context:
2-
version: 5.0.4
2+
version: 5.1.1
33

44
package:
55
name: qutip
66
version: ${{ version }}
77

88
source:
99
url: https://github.com/qutip/qutip/archive/v${{ version }}.tar.gz
10-
sha256: 9e2f55d151ebaecabcf4c5933908d2d13616b9309fda085fabca40f84768c61f
10+
sha256: 88e72dd62e97848a500a32cf1c2fce43bba407267027f48858a5ceab0ad951fe
1111

1212
build:
1313
number: 0
14-
script: $PYTHON -m pip install . --no-deps -vv
1514

1615
requirements:
1716
build:

0 commit comments

Comments
 (0)