Results 14 comments of mcbarton

For those still trying to work out how to install Cling my advice is to follow the instructions in the readme of https://github.com/compiler-research/CppInterOp to build the developer version 1.0 ....

In PR https://github.com/vgvassilev/clad/pull/807 osx14-arm-clang-runtime12 job disabled due to failing test ******************** TEST 'Clad Unit Tests :: Basic/./DifferentiatorHTests/failed_to_discover_tests_from_gtest' FAILED osx14-arm-clang-runtime11 disabled due to being unable to find llvm

@vgvassilev I have commented out them out in the PR. I will remove them when I fix any issues raised in the PRs review. It should get all green ticks...

@vgvassilev @PetroZarytskyi The latest commit added support for 18.1.3 https://github.com/KyleMayes/install-llvm-action/commits/master/ . It can also be seen here for v2.0.2 release. Try changing @v2 to @v2.0.2 .

@vgvassilev I'm not sure why that didn't work. It is supported according to the github action release. Try an earlier version of 18, or another version of llvm to see...

https://github.com/KyleMayes/install-llvm-action/releases/tag/v2.0.0 v2 removed support for llvm 7, so any version after that should work @vgvassilev

@vgvassilev Its probably best for now to revert the changes with regards to clang tidy. I will do some experimention on how to fix this in CppInterOp . I will...

@vgvassilev Is a wasm build of interest to clad? Not specific to this issue, but it is something I could investigate.

After adding the kernelspecs did you add tools/Jupyter/kernel/scripts to your PATH? I couldn't find this step mentioned in the documentation, but the kernels will not work otherwise (at least on...

For those still trying to work out how to install Cling my advice is to follow the instructions in the readme of https://github.com/compiler-research/CppInterOp to build the developer version 1.0 ....