Numa requires llvmlite, which only works with LLVM up to version 3.7.1. But my version of LLVM, according to llvm-gcc -v
is
Apple LLVM version 7.3.0 (clang-703.0.29)
Is this version incompatible with llvmlite? Is Apple's versioning different from the scheme the llvmlite docs are referring to? Are LLVM and LLVM-GCC numbered differently? If so how do I find what version of LLVM (as llvmlite is referring to) I have?
How can I use llvmlite, and thus Numba, on OS X (without Conda)?