Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f355175

Browse files
author
whitequark
committedJul 28, 2015
Specify correct llvmlite branch in installation instructions.
1 parent 67715f0 commit f355175

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

Diff for: ‎doc/manual/installing.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -299,16 +299,14 @@ Installing the host-side software
299299
* Install the llvmlite Python bindings: ::
300300

301301
$ 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
303304
$ cd llvmlite
304305
$ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-add-all-targets.patch
305306
$ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-rename.patch
306307
$ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-build-as-debug-on-windows.patch
307308
$ LLVM_CONFIG=/usr/local/llvm-or1k/bin/llvm-config python3 setup.py install --user
308309

309-
.. note::
310-
llvmlite is in development and its API is not stable yet. Commit ID ``11a8303d02e3d6dd2d1e0e9065701795cd8a979f`` is known to work.
311-
312310
* Install ARTIQ: ::
313311

314312
$ cd ~/artiq-dev

0 commit comments

Comments
 (0)