mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 03:08:27 +08:00
conda: add recipe for pydaqmx
This commit is contained in:
parent
18106cc014
commit
a642a6bf01
2
conda/pydaqmx/bld.bat
Normal file
2
conda/pydaqmx/bld.bat
Normal file
@ -0,0 +1,2 @@
|
||||
"%PYTHON%" setup.py build
|
||||
"%PYTHON%" setup.py install
|
2
conda/pydaqmx/build.sh
Normal file
2
conda/pydaqmx/build.sh
Normal file
@ -0,0 +1,2 @@
|
||||
$PYTHON setup.py build
|
||||
$PYTHON setup.py install
|
22
conda/pydaqmx/meta.yaml
Normal file
22
conda/pydaqmx/meta.yaml
Normal file
@ -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
Block a user