forked from M-Labs/artiq
1
0
Fork 0

conda: add pyqtgraph+quamash dependencies/recipes and remove gbulb and cairoplot3

This commit is contained in:
Yann Sionneau 2015-05-22 15:23:45 +02:00
parent 2570444941
commit 82ec931003
7 changed files with 69 additions and 3 deletions

View File

@ -21,7 +21,7 @@ build:
- pdq2_controller = artiq.frontend.pdq2_controller:main - pdq2_controller = artiq.frontend.pdq2_controller:main
- pxi6733_controller = artiq.frontend.pxi6733_controller:main - pxi6733_controller = artiq.frontend.pxi6733_controller:main
- thorlabs_tcube_controller = artiq.frontend.thorlabs_tcube_controller:main - thorlabs_tcube_controller = artiq.frontend.thorlabs_tcube_controller:main
- artiq_gui = artiq.frontend.artiq_gui:main # [not win] - artiq_gui = artiq.frontend.artiq_gui:main
requirements: requirements:
build: build:
@ -43,8 +43,8 @@ requirements:
- dateutil - dateutil
- pydaqmx - pydaqmx
- pyelftools - pyelftools
- gbulb-artiq # [not win] - quamash
- cairoplot3-artiq # [not win] - pyqtgraph
test: test:
imports: imports:

2
conda/pyqtgraph/bld.bat Normal file
View File

@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1

3
conda/pyqtgraph/build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
$PYTHON setup.py install

28
conda/pyqtgraph/meta.yaml Normal file
View File

@ -0,0 +1,28 @@
package:
name: pyqtgraph
version: "0.9.10"
source:
fn: pyqtgraph-0.9.10.tar.gz
url: https://pypi.python.org/packages/source/p/pyqtgraph/pyqtgraph-0.9.10.tar.gz
md5: bd84bf7537c43cf38db81cc1ad4f743a
requirements:
build:
- python
- setuptools
- numpy
run:
- python
- numpy
- pyqt >=4.7
test:
imports:
- pyqtgraph
about:
home: http://www.pyqtgraph.org
license: MIT License
summary: 'Scientific Graphics and GUI Library for Python'

1
conda/quamash/bld.bat Normal file
View File

@ -0,0 +1 @@
%PYTHON% setup.py install

3
conda/quamash/build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
$PYTHON setup.py install

29
conda/quamash/meta.yaml Normal file
View File

@ -0,0 +1,29 @@
package:
name: quamash
version: 0.5.1
source:
fn: Quamash-0.5.1.tar.gz
url: https://pypi.python.org/packages/source/Q/Quamash/Quamash-0.5.1.tar.gz#md5=c5fa317f615eafd492560771bc2caeca
md5: c5fa317f615eafd492560771bc2caeca
build:
number: 0
requirements:
build:
- python
- setuptools
- pyqt 4.*
run:
- python
- pyqt 4.*
test:
imports:
- quamash
about:
home: https://github.com/harvimt/quamash
license: BSD
summary: 'Implementation of the PEP 3156 Event-Loop with Qt'