Skip to content

Commit eb42cf2

Browse files
committedDec 10, 2014
doc/manual/installing: LLVM_CONFIG_PATH does not work with the llvmlite ffi makefile. Use PATH instead.
1 parent 46e78a4 commit eb42cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/manual/installing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Installing the host-side software
140140
$ git clone https://github.com/numba/llvmlite
141141
$ cd ~/artiq-dev/llvmlite
142142
$ cat ~/artiq-dev/artiq/patches/llvmlite/* | patch -p1
143-
$ LLVM_CONFIG_PATH=/usr/local/llvm-or1k/bin/llvm-config sudo -E python setup.py install
143+
$ PATH=/usr/local/llvm-or1k/bin:$PATH sudo -E python setup.py install
144144

145145
.. note::
146146
llvmlite is in development and its API is not stable yet. Commit ID ``11a8303d02e3d6dd2d1e0e9065701795cd8a979f`` is known to work.

0 commit comments

Comments
 (0)
Please sign in to comment.