File tree 3 files changed +13
-16
lines changed
3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ jobs:
63
63
shell : bash -l -eo pipefail {0}
64
64
run : cmake --install build/
65
65
66
- - name : Test notebook
67
- if : ${{ startsWith(matrix.os, 'ubuntu') }}
68
- shell : bash -l -eo pipefail {0}
69
- run : >
70
- jupyter nbconvert
71
- --to notebook
72
- --output-dir "$(mktemp -d)/out.ipynb"
73
- --execute
74
- notebooks/xwidgets.ipynb
66
+ # - name: Test notebook
67
+ # if: ${{ startsWith(matrix.os, 'ubuntu') }}
68
+ # shell: bash -l -eo pipefail {0}
69
+ # run: >
70
+ # jupyter nbconvert
71
+ # --to notebook
72
+ # --output-dir "$(mktemp -d)/out.ipynb"
73
+ # --execute
74
+ # notebooks/xwidgets.ipynb
75
75
76
76
win :
77
77
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ option(XWIDGETS_BUILD_STATIC_LIBS "Build xwidgets static library (default if BUI
72
72
# ============
73
73
74
74
set (xtl_REQUIRED_VERSION 0.7.0)
75
- set (xeus_REQUIRED_VERSION 3.0.3 )
75
+ set (xeus_REQUIRED_VERSION 3.2.0 )
76
76
set (xproperty_REQUIRED_VERSION 0.11.0)
77
77
78
78
if (NOT TARGET xtl)
@@ -177,9 +177,9 @@ macro(xwidgets_create_target target_name linkage output_name)
177
177
178
178
string (TOUPPER "${CMAKE_BUILD_TYPE} " U_CMAKE_BUILD_TYPE)
179
179
180
- set_target_properties (${target_name} PROPERTIES CXX_EXTENSIONS OFF CXX_STANDARD_REQUIRED 14 )
180
+ set_target_properties (${target_name} PROPERTIES CXX_EXTENSIONS OFF CXX_STANDARD_REQUIRED 17 )
181
181
182
- target_compile_features (${target_name} PRIVATE cxx_std_14 )
182
+ target_compile_features (${target_name} PRIVATE cxx_std_17 )
183
183
184
184
if (
185
185
CMAKE_CXX_COMPILER_ID MATCHES "Clang"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies:
7
7
- cxx-compiler
8
8
- ninja
9
9
# Host dependencies
10
- - xeus<4
10
+ - xeus>=3.2.0, <4
11
11
- cppzmq
12
12
- xproperty=0.11.0
13
13
- nlohmann_json
@@ -16,6 +16,3 @@ dependencies:
16
16
- json_schema_validator
17
17
- pre-commit
18
18
- cmake-format
19
- # Cling not available on Win and downgrade Clang compiler on MacOS
20
- - sel(linux) : xeus-cling
21
- - sel(linux) : nbconvert
You can’t perform that action at this time.
0 commit comments