11context :
2- version : 0.7.1
2+ version : 0.8.0
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 : 3d3b437799e98dc1d23add165a1c1dff77b1251e19646c18fb5f3ad2bd0c47f5
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
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
22+ - nlohmann_json-abi
23+ - xeus-lite
24+ - xeus
25+ - cpp-argparse
26+ - pugixml
27+ - CppInterOp
2728 run :
28- - CppInterOp
29- - " ${{ pin_compatible('nlohmann_json', upper_bound='x.x.x') }}"
30- - " ${{ pin_compatible('xeus', upper_bound='x.x') }}"
29+ - CppInterOp
30+ - ${{ pin_compatible('nlohmann_json', upper_bound='x.x.x') }}
31+ - ${{ pin_compatible('xeus', upper_bound='x.x') }}
3132
3233tests :
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
34+ - script :
35+ - test -f $PREFIX/bin/xcpp.wasm
36+ - test -f $PREFIX/bin/xcpp.data
37+ - test -f $PREFIX/bin/xcpp.js
38+ - test -f $PREFIX/share/jupyter/kernels/xcpp20/kernel.json
39+ - test -f $PREFIX/share/jupyter/kernels/xcpp20/logo-32x32.png
40+ - test -f $PREFIX/share/jupyter/kernels/xcpp20/logo-64x64.png
4041
4142about :
4243 license : BSD-3-Clause
@@ -46,14 +47,14 @@ about:
4647 repository : https://github.com/compiler-research/xeus-cpp
4748 documentation : https://github.com/compiler-research/xeus-cpp
4849 summary : |
49- xeus-cpp is a Jupyter kernel for C++
50+ xeus-cpp is a Jupyter kernel for C++/C
5051 description : |
51- xeus-cpp is a Jupyter kernel for cpp based on the native implementation
52+ xeus-cpp is a Jupyter kernel for cpp/c based on the native implementation
5253 of the Jupyter protocol xeus.
5354
5455extra :
5556 recipe-maintainers :
56- - alexander-penev
57- - vgvassilev
58- - DerThorsten
59- - anutosh491
57+ - alexander-penev
58+ - vgvassilev
59+ - DerThorsten
60+ - anutosh491
0 commit comments