Mentions légales du service

Skip to content
Snippets Groups Projects
Commit de6d986c authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

#101 Binder: copy the content of the folder from...

#101 Binder: copy the content of the folder from https://gitlab.inria.fr/sgilles/clang-tidy-feedback project which works with exact same dependency.
parent d263c745
No related branches found
No related tags found
1 merge request!114Use CppyyKernel to run the notebooks instead of Xeus-cling.
# environment.yaml # environment.yaml
name: training_cpp # clang version is intentionally fixed in the rather old 15 version:
# if we let it loose clang and clang++ 18 are installed, but they
# fail at runtime as the libstd++ used is too old (the GLIBCXX_3
# requested by compiler is not found and looking at libstdc++ it appears
# older versions are present). I didn't manage to set workable
# values; to my mind the fault here is with the way Conda packages are
# built and I don't see a better workaround).
name: cppyy_kernel
channels: channels:
- conda-forge - conda-forge
dependencies: dependencies:
- python>=3.12 - python>=3.12
- clang
- pip - pip
- clang=18
- clangxx=18
- clang-tools>=18
- gcc>=14
- gxx>=14
- libstdcxx-ng>=14
#!/bin/bash #!/bin/bash
pip install git+https://gitlab.inria.fr/sed-saclay/cppyy_kernel.git pip install git+https://gitlab.inria.fr/sed-saclay/cppyy_kernel.git
#!/bin/bash
export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib
exec "$@"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment