Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
climaf added
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Jul 11, 2018
1 parent c58a8a6 commit 0842cc9
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions climaf/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{% set name = "climaf" %}
{% set version = "1.1.0" %}

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

source:
git_url: https://github.com/cehbrecht/climaf
git_tag: pingudev

build:
number: 0
noarch: python
script: python setup.py install --single-version-externally-managed --record record.txt

requirements:
build:
- python
- setuptools
run:
- python
- netcdf4
test:
imports:
- climaf

about:
home: https://github.com/senesis/climaf
license: CeCILL-C license (GPL compatible)
summary: 'CliMAF: a Climate Model Assessment Framework.'

extra:
recipe-maintainers:
- cehbrecht

0 comments on commit 0842cc9

Please sign in to comment.