File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
recipes/recipes_emscripten/qutip Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11context :
2- version : 5.0.4
2+ version : 5.1.1
33
44package :
55 name : qutip
66 version : ${{ version }}
77
88source :
99 url : https://github.com/qutip/qutip/archive/v${{ version }}.tar.gz
10- sha256 : 9e2f55d151ebaecabcf4c5933908d2d13616b9309fda085fabca40f84768c61f
10+ sha256 : 88e72dd62e97848a500a32cf1c2fce43bba407267027f48858a5ceab0ad951fe
1111
1212build :
1313 number : 0
14- script : $PYTHON -m pip install . --no-deps -vv
1514
1615requirements :
1716 build :
You can’t perform that action at this time.
0 commit comments