forked from M-Labs/artiq
llvmlite: update conda pkg and fix Windows build
This commit is contained in:
parent
fc1c7c2bed
commit
8dcec8a997
|
@ -7,7 +7,7 @@ source:
|
|||
git_tag: master
|
||||
|
||||
build:
|
||||
number: 2
|
||||
number: 4
|
||||
|
||||
requirements:
|
||||
build:
|
||||
|
|
|
@ -4,5 +4,5 @@ set CMAKE_PREFIX_PATH=%LIBRARY_PREFIX%
|
|||
@rem Ensure there are no build leftovers (CMake can complain)
|
||||
if exist ffi\build rmdir /S /Q ffi\build
|
||||
|
||||
%PYTHON% -S setup.py install
|
||||
%PYTHON% setup.py install
|
||||
if errorlevel 1 exit 1
|
||||
|
|
|
@ -15,7 +15,7 @@ requirements:
|
|||
- python
|
||||
|
||||
build:
|
||||
number: 3
|
||||
number: 4
|
||||
|
||||
test:
|
||||
imports:
|
||||
|
|
Loading…
Reference in New Issue