Hello,
I am looking at porting over llvmlite, and numba for python. It builds just fine with the documentation provided, however it is required to pass LLVM_CONFIG:
LLVM_CONFIG=/usr/local/bin/llvm-config37 python setup.py
Which works fine as an install for myself. However as a port, I wasn't sure how to add that. It could be done as setting LLVM_CONFIG globally ahead of time but, I think the port should do this.
Otherwise I get a Runtime error from python, which states that LLVM_CONFIG is not set
I am unsure of what specifically to look for in the porters handbook, still getting familiar with it.
Thanks or any help!
I am looking at porting over llvmlite, and numba for python. It builds just fine with the documentation provided, however it is required to pass LLVM_CONFIG:
LLVM_CONFIG=/usr/local/bin/llvm-config37 python setup.py
Which works fine as an install for myself. However as a port, I wasn't sure how to add that. It could be done as setting LLVM_CONFIG globally ahead of time but, I think the port should do this.
Otherwise I get a Runtime error from python, which states that LLVM_CONFIG is not set
I am unsure of what specifically to look for in the porters handbook, still getting familiar with it.
Thanks or any help!