PMunch / futhark

Automatic wrapping of C headers in Nim
MIT License
355 stars 19 forks source link

Statically link Opir with libclang and release binaries #76

Open PMunch opened 1 year ago

PMunch commented 1 year ago

This would greatly improve the dev story in cases where installing Clang is inconvenient. We should be able to use https://github.com/deech/libclang-static-build to get a fully statically linked version of Opir which can then be shipped as part of the install. This would mean no more libclang runtime dependency, making installing Futhark easier.