mirror of https://github.com/m-labs/artiq.git
5 lines
150 B
Bash
5 lines
150 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
patch -p1 < ${RECIPE_DIR}/../../patches/llvmlite/0001-add-all-targets.patch
|
||
|
PATH=/usr/local/llvm-or1k/bin:$PATH $PYTHON setup.py install
|