From 73dda35324ee87e6b55140cd2f3e13d9f8d1475e Mon Sep 17 00:00:00 2001 From: Sylvain Corlay <sylvain.corlay@gmail.com> Date: Tue, 21 Feb 2017 01:47:40 +0100 Subject: [PATCH] rename kernels Signed-off-by: Vassil Vassilev <vvasilev@cern.ch> --- interpreter/cling/tools/Jupyter/README.md | 6 +++--- .../Jupyter/kernel/{cling-c++11 => cling-cpp11}/kernel.json | 0 .../Jupyter/kernel/{cling-c++14 => cling-cpp14}/kernel.json | 0 .../Jupyter/kernel/{cling-c++17 => cling-cpp17}/kernel.json | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename interpreter/cling/tools/Jupyter/kernel/{cling-c++11 => cling-cpp11}/kernel.json (100%) rename interpreter/cling/tools/Jupyter/kernel/{cling-c++14 => cling-cpp14}/kernel.json (100%) rename interpreter/cling/tools/Jupyter/kernel/{cling-c++17 => cling-cpp17}/kernel.json (100%) diff --git a/interpreter/cling/tools/Jupyter/README.md b/interpreter/cling/tools/Jupyter/README.md index 2001a7c6b05..db7862c991e 100644 --- a/interpreter/cling/tools/Jupyter/README.md +++ b/interpreter/cling/tools/Jupyter/README.md @@ -17,9 +17,9 @@ To install the kernel with sources in src/tools/cling: # register the kernelspec for C++17/C++14/C++11: # the user can install whichever kernel(s) they # wish: - jupyter-kernelspec install [--user] cling-c++17 - jupyter-kernelspec install [--user] cling-c++14 - jupyter-kernelspec install [--user] cling-c++11 + jupyter-kernelspec install [--user] cling-cpp17 + jupyter-kernelspec install [--user] cling-cpp14 + jupyter-kernelspec install [--user] cling-cpp11 To run it: diff --git a/interpreter/cling/tools/Jupyter/kernel/cling-c++11/kernel.json b/interpreter/cling/tools/Jupyter/kernel/cling-cpp11/kernel.json similarity index 100% rename from interpreter/cling/tools/Jupyter/kernel/cling-c++11/kernel.json rename to interpreter/cling/tools/Jupyter/kernel/cling-cpp11/kernel.json diff --git a/interpreter/cling/tools/Jupyter/kernel/cling-c++14/kernel.json b/interpreter/cling/tools/Jupyter/kernel/cling-cpp14/kernel.json similarity index 100% rename from interpreter/cling/tools/Jupyter/kernel/cling-c++14/kernel.json rename to interpreter/cling/tools/Jupyter/kernel/cling-cpp14/kernel.json diff --git a/interpreter/cling/tools/Jupyter/kernel/cling-c++17/kernel.json b/interpreter/cling/tools/Jupyter/kernel/cling-cpp17/kernel.json similarity index 100% rename from interpreter/cling/tools/Jupyter/kernel/cling-c++17/kernel.json rename to interpreter/cling/tools/Jupyter/kernel/cling-cpp17/kernel.json -- GitLab