Added conda skeleton

This commit is contained in:
Niels Müller
2016-04-23 19:06:15 +02:00
parent 585a0b0269
commit 9d47b23b0b
3 changed files with 19 additions and 0 deletions

3
bld.bat Normal file
View File

@ -0,0 +1,3 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1

3
build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
${PYTHON} setup.py install || exit 1;

13
meta.yaml Normal file
View File

@ -0,0 +1,13 @@
package:
name: "pygmx"
version: "0.2"
source:
path: .
requirements:
build:
- cython
- numpy
run:
- numpy