Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ configure_kernel("share/jupyter/kernels/xcpp")
configure_kernel("share/jupyter/kernels/xcpp11")
configure_kernel("share/jupyter/kernels/xcpp14")
configure_kernel("share/jupyter/kernels/xcpp17")
configure_kernel("share/jupyter/kernels/xcpp20")

# Source files
# ============
Expand Down
4 changes: 2 additions & 2 deletions share/jupyter/kernels/xcpp/kernel.json.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"display_name": "cpp 17 (xcpp)",
"display_name": "cpp 20 (xcpp)",
"env": {
"PATH":"@XEUS_CPP_PATH@",
"LD_LIBRARY_PATH":"@XEUS_CPP_LD_LIBRARY_PATH@"
Expand All @@ -10,7 +10,7 @@
"{connection_file}",
"-resource-dir", "@XEUS_CPP_RESOURCE_DIR@",
"-I", "@CMAKE_INSTALL_PREFIX@/include",
"-std=c++17"@XEUS_CPP_OMP@
"-std=c++20"@XEUS_CPP_OMP@
],
"language": "cpp",
"metadata": {"debugger": false
Expand Down
18 changes: 18 additions & 0 deletions share/jupyter/kernels/xcpp20/kernel.json.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"display_name": "C++20 (xcpp)",
"env": {
"PATH":"@XEUS_CPP_PATH@",
"LD_LIBRARY_PATH":"@XEUS_CPP_LD_LIBRARY_PATH@"
},
"argv": [
"@XEUS_CPP_KERNELSPEC_PATH@xcpp",
"-f",
"{connection_file}",
"-resource-dir", "@XEUS_CPP_RESOURCE_DIR@",
"-I", "@CMAKE_INSTALL_PREFIX@/include",
"-std=c++20"@XEUS_CPP_OMP@
],
"language": "cpp",
"metadata": {"debugger": false
}
}
Binary file added share/jupyter/kernels/xcpp20/logo-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added share/jupyter/kernels/xcpp20/logo-64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions share/jupyter/kernels/xcpp20/logo-svg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.