File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -299,16 +299,14 @@ Installing the host-side software
299
299
* Install the llvmlite Python bindings: ::
300
300
301
301
$ cd ~/artiq-dev
302
- $ git clone https://github.com/numba/llvmlite
302
+ $ git clone https://github.com/whitequark/llvmlite
303
+ $ git checkout backport-3.5
303
304
$ cd llvmlite
304
305
$ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-add-all-targets.patch
305
306
$ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-rename.patch
306
307
$ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-build-as-debug-on-windows.patch
307
308
$ LLVM_CONFIG=/usr/local/llvm-or1k/bin/llvm-config python3 setup.py install --user
308
309
309
- .. note ::
310
- llvmlite is in development and its API is not stable yet. Commit ID ``11a8303d02e3d6dd2d1e0e9065701795cd8a979f `` is known to work.
311
-
312
310
* Install ARTIQ: ::
313
311
314
312
$ cd ~/artiq-dev
You can’t perform that action at this time.
0 commit comments