mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-29 05:03:34 +08:00
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
|
||||
- pxi6733_controller = artiq.frontend.pxi6733_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:
|
||||
build:
|
||||
@ -43,8 +43,8 @@ requirements:
|
||||
- dateutil
|
||||
- pydaqmx
|
||||
- pyelftools
|
||||
- gbulb-artiq # [not win]
|
||||
- cairoplot3-artiq # [not win]
|
||||
- quamash
|
||||
- pyqtgraph
|
||||
|
||||
test:
|
||||
imports:
|
||||
|
2
conda/pyqtgraph/bld.bat
Normal file
2
conda/pyqtgraph/bld.bat
Normal file
@ -0,0 +1,2 @@
|
||||
"%PYTHON%" setup.py install
|
||||
if errorlevel 1 exit 1
|
3
conda/pyqtgraph/build.sh
Normal file
3
conda/pyqtgraph/build.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
$PYTHON setup.py install
|
28
conda/pyqtgraph/meta.yaml
Normal file
28
conda/pyqtgraph/meta.yaml
Normal 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
1
conda/quamash/bld.bat
Normal file
@ -0,0 +1 @@
|
||||
%PYTHON% setup.py install
|
3
conda/quamash/build.sh
Normal file
3
conda/quamash/build.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
$PYTHON setup.py install
|
29
conda/quamash/meta.yaml
Normal file
29
conda/quamash/meta.yaml
Normal 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'
|
Loading…
Reference in New Issue
Block a user