Skip to content

Commit

Permalink
noarch recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Mar 4, 2019
1 parent 76bd0e6 commit ff7195f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions conda/meta.yaml → recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.0.2" %}
{% set version = "1.0.0" %}
package:
name: e3sm_nex
version: {{ version }}
Expand All @@ -9,15 +9,16 @@ source:

build:
number: 0
noarch: python
script: python setup.py install

requirements:
build:
- python {{ python }}
- python
- setuptools
- requests
run:
- python {{ python }}
- cdms2
- python
- vcs

about:
Expand Down

0 comments on commit ff7195f

Please sign in to comment.