From 12d5d21eb7ec2a0a9b4538c3fca1c8dbe92f32ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crist=C3=B3bal=20Gallardo?= Date: Sun, 9 Jul 2023 17:44:52 +0200 Subject: [PATCH 1/2] Add_package --- recipes/chaospy/chaospy/meta.yaml | 45 +++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 recipes/chaospy/chaospy/meta.yaml diff --git a/recipes/chaospy/chaospy/meta.yaml b/recipes/chaospy/chaospy/meta.yaml new file mode 100644 index 0000000000000..a9fb2bbcce69d --- /dev/null +++ b/recipes/chaospy/chaospy/meta.yaml @@ -0,0 +1,45 @@ +{% set name = "chaospy" %} +{% set version = "4.3.13" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/chaospy-{{ version }}.tar.gz + sha256: 6bd5d487377dbba3c2ef69dd3b1b45ad3c55c1be3d94155db62f3aff569e4c57 + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv + number: 0 + +requirements: + host: + - python >=3.7 + - setuptools >=45 + - pip + run: + - python >=3.7 + - numpy >=1.20 + - numpoly >=1.2.5 + - scipy + - setuptools >=40.9.0 + - importlib-metadata + +test: + imports: + - chaospy + commands: + - pip check + requires: + - pip + +about: + summary: Numerical tool for performing uncertainty quantification + license: MIT + license_file: LICENSE.txt + +extra: + recipe-maintainers: + - gallardoalba From 714b78c33a9bd3931f13161245dde814d5cf984a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crist=C3=B3bal=20Gallardo?= Date: Sun, 9 Jul 2023 17:45:28 +0200 Subject: [PATCH 2/2] Modify_changes --- recipes/chaospy/{chaospy => }/meta.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes/chaospy/{chaospy => }/meta.yaml (100%) diff --git a/recipes/chaospy/chaospy/meta.yaml b/recipes/chaospy/meta.yaml similarity index 100% rename from recipes/chaospy/chaospy/meta.yaml rename to recipes/chaospy/meta.yaml