conda: add recipe for pydaqmx

This commit is contained in:
Yann Sionneau 2015-04-21 12:55:22 +02:00 committed by Sebastien Bourdeauducq
parent 18106cc014
commit a642a6bf01
3 changed files with 26 additions and 0 deletions

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

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

2
conda/pydaqmx/build.sh Normal file
View File

@ -0,0 +1,2 @@
$PYTHON setup.py build
$PYTHON setup.py install

22
conda/pydaqmx/meta.yaml Normal file
View 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.'