Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Add arm_pyart recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Jul 26, 2017
1 parent 929595e commit b55ed12
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/arm_pyart/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
4 changes: 4 additions & 0 deletions recipes/arm_pyart/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

export RSL_PATH=$PREFIX
$PYTHON setup.py install
35 changes: 35 additions & 0 deletions recipes/arm_pyart/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{% set name = "arm_pyart" %}
{% set version = "1.8.0" %}
{% set sha256 = "b68ac9cb70b357ded1173a84a44883c3348b335fbb674f6c2e5b654171a1c9d7" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0

requirements:
build:
- python
- numpy 1.11.*
run:
- python
- numpy >=1.11
- scipy
- matplotlib
- netcdf4

test:
imports:
- pyart

about:
home: http://arm-doe.github.io/pyart/
license: BSD-3-Clause
summary: "Python ARM Radar Toolkit"

0 comments on commit b55ed12

Please sign in to comment.