forked from M-Labs/artiq
conda: add pyqtgraph+quamash dependencies/recipes and remove gbulb and cairoplot3
This commit is contained in:
parent
2570444941
commit
82ec931003
|
@ -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:
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
"%PYTHON%" setup.py install
|
||||||
|
if errorlevel 1 exit 1
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
$PYTHON setup.py install
|
|
@ -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'
|
|
@ -0,0 +1 @@
|
||||||
|
%PYTHON% setup.py install
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
$PYTHON setup.py install
|
|
@ -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'
|
Loading…
Reference in New Issue