Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update xeus-lua from 0.7.4 to 0.7.5 #913

Closed
wants to merge 1 commit into from
Closed
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
40 changes: 20 additions & 20 deletions recipes/recipes_emscripten/xeus-lua/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
context:
version: 0.7.4
version: 0.7.5

package:
name: xeus-lua
version: '{{ version }}'

source:
url: https://github.com/jupyter-xeus/xeus-lua/archive/refs/tags/{{ version }}.tar.gz
sha256: 9f64a235cb59dccf1c972368145b13198870a8dbaf4311eac4e00af50f3c219b
sha256: 4d6ffc573d4a8202496f01e1bd4c3da4d4bd9c850c741a1970664c791a5eb9e1

build:
number: 0

requirements:
build:
- '{{ compiler("cxx") }}'
- cmake
- ninja
- '{{ compiler("cxx") }}'
- cmake
- ninja
host:
- lua
- nlohmann_json
- xeus-lite
- xeus >=3.0.5,<4.0
- xtl >=0.7,<0.8
- xcanvas >=0.4,<5.0
- xwidgets >=0.28
- lua
- nlohmann_json
- xeus-lite
- xeus >=3.0.5,<4.0
- xtl >=0.7,<0.8
- xcanvas >=0.4,<5.0
- xwidgets >=0.28

test:
commands:
- sel(emscripten): test -f $PREFIX/bin/xlua.wasm
- sel(emscripten): test -f $PREFIX/bin/xlua.js
- sel(emscripten): test -f $PREFIX/share/jupyter/kernels/xlua/kernel.json
- sel(emscripten): test -f $PREFIX/share/jupyter/kernels/xlua/logo-32x32.png
- sel(emscripten): test -f $PREFIX/share/jupyter/kernels/xlua/logo-64x64.png
- sel(emscripten): test -f $PREFIX/bin/xlua.wasm
- sel(emscripten): test -f $PREFIX/bin/xlua.js
- sel(emscripten): test -f $PREFIX/share/jupyter/kernels/xlua/kernel.json
- sel(emscripten): test -f $PREFIX/share/jupyter/kernels/xlua/logo-32x32.png
- sel(emscripten): test -f $PREFIX/share/jupyter/kernels/xlua/logo-64x64.png

about:
home: https://github.com/jupyter-xeus/xeus-lua
Expand All @@ -45,6 +45,6 @@ about:

extra:
recipe-maintainers:
- DerThorsten
- martinRenou
- JohanMabille
- DerThorsten
- martinRenou
- JohanMabille
Loading