Skip to content

Commit

Permalink
Add conda build support
Browse files Browse the repository at this point in the history
  • Loading branch information
mddepew committed Feb 12, 2019
1 parent a3b3799 commit 479839f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bld.bat
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
1 change: 1 addition & 0 deletions build.sh
@@ -0,0 +1 @@
python setup.py install
33 changes: 33 additions & 0 deletions meta.yaml
@@ -0,0 +1,33 @@
package:
name: pysatcdf
version: 0.1

source:
path: ./

requirements:
build:
- python
- libpython # [win]
- numpy >=1.15
- m2-make # [win]
- m2-base # [win]
- m2w64-make # [win]
- m2w64-toolchain # [win]
- m2w64-gcc # [win]


run:
- python
- numpy >=1.15


test:
imports:
- pysatCDF


about:
home:
license: BSD
summary: Reader for NASA CDF files

0 comments on commit 479839f

Please sign in to comment.