File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed
recipes/recipes_emscripten/xeus-cpp Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 11context :
2- version : 0.7.1
2+ version : 0.7.2
33
44package :
55 name : xeus-cpp
66 version : ${{ version }}
77
88source :
99 url : https://github.com/compiler-research/xeus-cpp/archive/refs/tags/${{ version }}.tar.gz
10- sha256 : d6585f711fe1f8697a11f4da5511a51981ca46df13b72761663298fcb5f126e7
10+ sha256 : 679f4065490f49d7d5aee4639a0f44e1e70412421f5ad0a029ee21f76fb3e33e
1111
1212build :
13- number : 4
13+ number : 0
1414
1515requirements :
1616 build :
17- - ${{ compiler("cxx") }}
18- - cmake
19- - make # [unix]
17+ - ${{ compiler("cxx") }}
18+ - cmake
19+ - make # [unix]
2020 host :
21- - nlohmann_json=3.12.0
22- - xeus-lite >=4.0,<5.0
23- - xeus >=5.0.0,<6.0
24- - cpp-argparse
25- - pugixml
26- - CppInterOp
21+ - nlohmann_json=3.12.0
22+ - xeus-lite >=4.0,<5.0
23+ - xeus >=5.0.0,<6.0
24+ - cpp-argparse
25+ - pugixml
26+ - CppInterOp
2727 run :
28- - CppInterOp
29- - " ${{ pin_compatible('nlohmann_json', upper_bound='x.x.x') }}"
30- - " ${{ pin_compatible('xeus', upper_bound='x.x') }}"
28+ - CppInterOp
29+ - ${{ pin_compatible('nlohmann_json', upper_bound='x.x.x') }}
30+ - ${{ pin_compatible('xeus', upper_bound='x.x') }}
3131
3232tests :
33- - script :
34- - test -f $PREFIX/bin/xcpp.wasm
35- - test -f $PREFIX/bin/xcpp.data
36- - test -f $PREFIX/bin/xcpp.js
37- - test -f $PREFIX/share/jupyter/kernels/xcpp20/kernel.json
38- - test -f $PREFIX/share/jupyter/kernels/xcpp20/logo-32x32.png
39- - test -f $PREFIX/share/jupyter/kernels/xcpp20/logo-64x64.png
33+ - script :
34+ - test -f $PREFIX/bin/xcpp.wasm
35+ - test -f $PREFIX/bin/xcpp.data
36+ - test -f $PREFIX/bin/xcpp.js
37+ - test -f $PREFIX/share/jupyter/kernels/xcpp20/kernel.json
38+ - test -f $PREFIX/share/jupyter/kernels/xcpp20/logo-32x32.png
39+ - test -f $PREFIX/share/jupyter/kernels/xcpp20/logo-64x64.png
4040
4141about :
4242 license : BSD-3-Clause
5353
5454extra :
5555 recipe-maintainers :
56- - alexander-penev
57- - vgvassilev
58- - DerThorsten
59- - anutosh491
56+ - alexander-penev
57+ - vgvassilev
58+ - DerThorsten
59+ - anutosh491
You can’t perform that action at this time.
0 commit comments