From ff7195fa63cc42a60613383fe3ff82b6f56c7d38 Mon Sep 17 00:00:00 2001 From: Charles Doutriaux Date: Mon, 4 Mar 2019 06:47:52 -0800 Subject: [PATCH] noarch recipe --- {conda => recipe}/meta.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename {conda => recipe}/meta.yaml (77%) diff --git a/conda/meta.yaml b/recipe/meta.yaml similarity index 77% rename from conda/meta.yaml rename to recipe/meta.yaml index 1cb15ff..70a313c 100644 --- a/conda/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.0.2" %} +{% set version = "1.0.0" %} package: name: e3sm_nex version: {{ version }} @@ -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: