llvmpy / llvmpy

Originally a github fork of the llvm-py repository from http://www.mdevan.org/llvm-py/index.html updated to work with LLVM 3.x. Since then it has changed significantly with multiple sub-projects.

Home Page:www.llvmpy.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install on RPi3 issue with Quickstart

AcrimoniousMirth opened this issue · comments

Hi, sorry if this is the wrong place to contact but not sure where else.
Installing on RPi3, downloaded llvm for ARMv7 (RPi returned that name) and unpacked it. I cd'd in and then tried the ./configure --enable-optimized --prefix=LLVM_INSTALL_PATH (remembering to change the install path) and got back bash: ./configure: No such file or directory

llvmpy is no longer actively developed. Are you looking for llvmlite?

@seibert Thanks, odd to see it required by pyntcloud alongside Numba, which wants llvmlite.