Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions recipes/recipes_emscripten/qutip/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

export CFLAGS="$CFLAGS -sWASM_BIGINT -s SIDE_MODULE=1 -fexceptions -fPIC"
export CXXFLAGS="$CXXFLAGS -sWASM_BIGINT -s SIDE_MODULE=1 -fexceptions -fPIC"
export LDFLAGS="$LDFLAGS -sWASM_BIGINT -s SIDE_MODULE=1 -fexceptions -fPIC"



${PYTHON} -m pip install . -vvv --no-deps --no-build-isolation
5 changes: 2 additions & 3 deletions recipes/recipes_emscripten/qutip/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
context:
version: 5.0.4
version: 5.1.1

package:
name: qutip
version: ${{ version }}

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

build:
number: 0
script: $PYTHON -m pip install . --no-deps -vv

requirements:
build:
Expand Down