From ca3a0fd73b0432a4fef08ac8e15f1edd27230ce7 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 14 Oct 2015 14:49:13 +0300 Subject: [PATCH] conda: llvmlite-artiq: do not use LLVM from /usr/local/llvm-or1k. --- conda/llvmlite-artiq/build.sh | 2 +- conda/llvmlite-artiq/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/llvmlite-artiq/build.sh b/conda/llvmlite-artiq/build.sh index d3b3bbe2c..8e25a1455 100755 --- a/conda/llvmlite-artiq/build.sh +++ b/conda/llvmlite-artiq/build.sh @@ -1,3 +1,3 @@ #!/bin/bash -PATH=/usr/local/llvm-or1k/bin:$PATH $PYTHON setup.py install +$PYTHON setup.py install diff --git a/conda/llvmlite-artiq/meta.yaml b/conda/llvmlite-artiq/meta.yaml index 56063b261..8da703559 100644 --- a/conda/llvmlite-artiq/meta.yaml +++ b/conda/llvmlite-artiq/meta.yaml @@ -15,7 +15,7 @@ requirements: - python build: - number: 4 + number: 5 test: imports: