Skip to content

Commit

Permalink
llvmlite: update conda pkg and fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
fallen committed Aug 31, 2015
1 parent fc1c7c2 commit 8dcec8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/llvmdev-or1k/meta.yaml
Expand Up @@ -7,7 +7,7 @@ source:
git_tag: master

build:
number: 2
number: 4

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion conda/llvmlite-artiq/bld.bat
Expand Up @@ -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
2 changes: 1 addition & 1 deletion conda/llvmlite-artiq/meta.yaml
Expand Up @@ -15,7 +15,7 @@ requirements:
- python

build:
number: 3
number: 4

test:
imports:
Expand Down

0 comments on commit 8dcec8a

Please sign in to comment.