We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e78a4 commit eb42cf2Copy full SHA for eb42cf2
doc/manual/installing.rst
@@ -140,7 +140,7 @@ Installing the host-side software
140
$ git clone https://github.com/numba/llvmlite
141
$ cd ~/artiq-dev/llvmlite
142
$ 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
+ $ PATH=/usr/local/llvm-or1k/bin:$PATH sudo -E python setup.py install
144
145
.. note::
146
llvmlite is in development and its API is not stable yet. Commit ID ``11a8303d02e3d6dd2d1e0e9065701795cd8a979f`` is known to work.
0 commit comments