Skip to content

Commit

Permalink
Updated xeus-cpp to 0.5.0 (emscripten-forge#1092)
Browse files Browse the repository at this point in the history
* Updated xeus-cpp to 0.5.0

* empty commit
  • Loading branch information
anutosh491 authored Jun 5, 2024
1 parent 4607db8 commit bdd4773
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions recipes/recipes_emscripten/xeus-cpp/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
context:
version: 0.4.0
version: 0.5.0

package:
name: xeus-cpp
version: ${{ version }}

source:
url: https://github.com/compiler-research/xeus-cpp/archive/refs/tags/${{ version }}.tar.gz
sha256: 28b07534ff322ebe17fab1997cdf60d0fb811ee1d7fd518742a5d0d157e70e25
sha256: 352400083227e3ef8f747ddaffe37ca19af6cd760254cb033114ea6027929aec

build:
number: 1
number: 0

requirements:
build:
Expand All @@ -19,21 +19,19 @@ requirements:
- make # [unix]
host:
- nlohmann_json
- xeus-lite <2.0
- xeus >=3.0.5,<4.0
- xtl >=0.7,<0.8
- xeus-lite >=3.0.0,<4.0
- xeus >=5.0.0,<6.0
- cpp-argparse
- pugixml
- CppInterOp


tests:
- script:
- test -f $PREFIX/bin/xcpp.wasm
- test -f $PREFIX/bin/xcpp.js
- test -f $PREFIX/share/jupyter/kernels/xcpp/kernel.json
- test -f $PREFIX/share/jupyter/kernels/xcpp/logo-32x32.png
- test -f $PREFIX/share/jupyter/kernels/xcpp/logo-64x64.png
- test -f $PREFIX/share/jupyter/kernels/xcpp17/kernel.json
- test -f $PREFIX/share/jupyter/kernels/xcpp17/logo-32x32.png
- test -f $PREFIX/share/jupyter/kernels/xcpp17/logo-64x64.png

about:
license: BSD-3-Clause
Expand Down

0 comments on commit bdd4773

Please sign in to comment.