mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-04 17:31:10 +08:00
5 lines
142 B
Bash
Executable File
5 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
patch -p1 < ${RECIPE_DIR}/../../misc/llvmlite-add-all-targets.patch
|
|
PATH=/usr/local/llvm-or1k/bin:$PATH $PYTHON setup.py install
|