forked from M-Labs/artiq
conda: add lit package.
This commit is contained in:
parent
fa9cbab77a
commit
760ecb5308
2
conda/lit/bld.bat
Normal file
2
conda/lit/bld.bat
Normal file
@ -0,0 +1,2 @@
|
||||
"%PYTHON%" setup.py install
|
||||
if errorlevel 1 exit 1
|
1
conda/lit/build.sh
Normal file
1
conda/lit/build.sh
Normal file
@ -0,0 +1 @@
|
||||
$PYTHON setup.py install
|
27
conda/lit/meta.yaml
Normal file
27
conda/lit/meta.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
package:
|
||||
name: lit
|
||||
version: 0.4.1
|
||||
|
||||
source:
|
||||
fn: lit-0.4.1.tar.gz
|
||||
url: https://pypi.python.org/packages/source/l/lit/lit-0.4.1.tar.gz
|
||||
md5: ea6f00470e1bf7ed9e4edcff0f650fe6
|
||||
|
||||
build:
|
||||
number: 0
|
||||
|
||||
requirements:
|
||||
build:
|
||||
- python
|
||||
- setuptools
|
||||
|
||||
run:
|
||||
- python
|
||||
|
||||
test:
|
||||
commands:
|
||||
- lit --version
|
||||
|
||||
about:
|
||||
home: http://llvm.org/docs/CommandGuide/lit.html
|
||||
license: MIT
|
Loading…
Reference in New Issue
Block a user