mcbarton

Results 8 issues of mcbarton

The current build script in https://github.com/vgvassilev/clad/pull/850 is based on bash, so is not suitable both Unix and Windows systems. The PR that will fix this issue will move to using...

There appears to be an issue with clad build on osx version 13 using llvm 11 , as seen in https://github.com/vgvassilev/clad/actions/runs/8209849513/job/22456183203 The error which occurs is ``` In file included...

This PR adds llvm 18 to the ci for osx

According to https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/ Windows arm Github runners are now available for free for public repositories. Therefore I have added them to wasi-testsuites ci.

This PR should allow Clad to be tested against the head of release branch of llvm on Windows.

Currently the latest version of Clad you can get from Conda is 1.7 . The automated bot to update the version every new release is failing, as can be seen...

In the ci Dockerfile it says cmake and ninja are fetched from Github releases since Ubuntu 18.04 doesn't have a new enough version to build llvm. The Dockerfile now uses...

@anutosh491 As requested here https://github.com/compiler-research/xeus-cpp/pull/400#issuecomment-3442404206 this will fix your issue where emsdk was using an outdated version of node, which caused issues with your tests running. The python change isn't...