diff --git a/conda/pydaqmx/bld.bat b/conda/pydaqmx/bld.bat new file mode 100644 index 000000000..eb2a795fb --- /dev/null +++ b/conda/pydaqmx/bld.bat @@ -0,0 +1,2 @@ +"%PYTHON%" setup.py build +"%PYTHON%" setup.py install \ No newline at end of file diff --git a/conda/pydaqmx/build.sh b/conda/pydaqmx/build.sh new file mode 100644 index 000000000..617c63d08 --- /dev/null +++ b/conda/pydaqmx/build.sh @@ -0,0 +1,2 @@ +$PYTHON setup.py build +$PYTHON setup.py install \ No newline at end of file diff --git a/conda/pydaqmx/meta.yaml b/conda/pydaqmx/meta.yaml new file mode 100644 index 000000000..36f4636f9 --- /dev/null +++ b/conda/pydaqmx/meta.yaml @@ -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.'