Skip to content

Commit c425565

Browse files
emscripten-forge-botanutosh491
authored andcommitted
Update xeus-cpp from 0.7.1 to 0.7.2 [emscripten-4x]
1 parent c059d6a commit c425565

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
context:
2-
version: 0.7.1
2+
version: 0.7.2
33

44
package:
55
name: xeus-cpp
66
version: ${{ version }}
77

88
source:
99
url: https://github.com/compiler-research/xeus-cpp/archive/refs/tags/${{ version }}.tar.gz
10-
sha256: d6585f711fe1f8697a11f4da5511a51981ca46df13b72761663298fcb5f126e7
10+
sha256: 679f4065490f49d7d5aee4639a0f44e1e70412421f5ad0a029ee21f76fb3e33e
1111

1212
build:
13-
number: 4
13+
number: 0
1414

1515
requirements:
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

3232
tests:
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

4141
about:
4242
license: BSD-3-Clause
@@ -53,7 +53,7 @@ about:
5353
5454
extra:
5555
recipe-maintainers:
56-
- alexander-penev
57-
- vgvassilev
58-
- DerThorsten
59-
- anutosh491
56+
- alexander-penev
57+
- vgvassilev
58+
- DerThorsten
59+
- anutosh491

0 commit comments

Comments
 (0)