Futhark macOS install

Mar 14, 2024

brew install llvm
nimble  --passL:"-L/usr/local/opt/llvm/lib/"

Futhark is a super cool library for nim that basically wraps any library with a C interface for use in nim, allowing you access to loads of libraries. It took me a while to figure out how to actually install it on mac though, and the above commands are what I needed to do in order to get it running with homebrew. Hope this helps, God bless!


← Back ← Go to all posts