llvmlite-artiq: more 19.03 fixes

pull/16/head
Sebastien Bourdeauducq 2019-04-12 18:17:55 +08:00
parent 484e9f9635
commit ec064077f7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ python3Packages.buildPythonPackage rec {
buildInputs = [ makeWrapper python3 ncurses zlib llvm-or1k python3Packages.setuptools ];
buildPhase = "LLVM_CONFIG=${llvm-or1k}/bin/llvm-config python3 setup.py install --prefix=$out";
preBuild = "export LLVM_CONFIG=${llvm-or1k}/bin/llvm-config";
meta = with stdenv.lib; {
description = "A lightweight LLVM python binding for writing JIT compilers";