mcbarton
mcbarton
As far as I have been able to tell the only package manager with a package description on MacOS arm64 is Homebrew, but it was recently deprecated due to being...
@vgvassilev I'll take another look at this PR in the coming week (got sidetracked with the work on xeus-cpp). I just need to make the ci avoid the need for...
@vgvassilev are you able to take a look at this, or have someone else who can finish it off? Clad is building and the tests are running with llvm 18....
@vaithak Any ideas what the issue with this PR here, based on the output from the ci? At least one of the issues seems to have been introduced in the...
@vgvassilev If we can work out how to get this PR passing then I'll look at adding llvm 19 compatibility.
@vgvassilev They only build llvm on Windows if debug=true in the ci. If you look at the first commit where I forgot to add this condition, the ci is building...
@vgvassilev This PR is ready for review. If you look at the ci it uses the built cache to build Clad. If you merge, remember to clear the cache before...
@vgvassilev I'll do this once you clear the cache for this PR. I'll also try and reduce the size of the cache at the same time.
@vgvassilev I've made the changes you requested (using clang-cl to build llvm, and use certain options when building clad), but it fails with a linker error when building llvm. Any...
Now that the llvm this PR is building is llvm 20 (temporarily a fork of the llvm-project until the changes are upstream) this PR shall wait for https://github.com/vgvassilev/clad/pull/1267 to go...