forked from M-Labs/artiq
conda: add recipe for pydaqmx
This commit is contained in:
parent
18106cc014
commit
a642a6bf01
|
@ -0,0 +1,2 @@
|
||||||
|
"%PYTHON%" setup.py build
|
||||||
|
"%PYTHON%" setup.py install
|
|
@ -0,0 +1,2 @@
|
||||||
|
$PYTHON setup.py build
|
||||||
|
$PYTHON setup.py install
|
|
@ -0,0 +1,22 @@
|
||||||
|
package:
|
||||||
|
name: pydaqmx
|
||||||
|
version: "1.3.1"
|
||||||
|
|
||||||
|
source:
|
||||||
|
git_url: https://github.com/clade/pydaqmx
|
||||||
|
git_tag: master
|
||||||
|
|
||||||
|
build:
|
||||||
|
number: 0
|
||||||
|
|
||||||
|
requirements:
|
||||||
|
build:
|
||||||
|
- python
|
||||||
|
- setuptools
|
||||||
|
run:
|
||||||
|
- python
|
||||||
|
|
||||||
|
about:
|
||||||
|
home: http://pythonhosted.org/PyDAQmx/
|
||||||
|
license: BSD
|
||||||
|
summary: PyDAQmx allows users to use data acquisition hardware from National Instruments with Python. It provides an interface between the NIDAQmx driver and Python. The package works on Windows and Linux.'
|
Loading…
Reference in New Issue