From 31882eefb45dfb8e063de2ccda76ae3067d0fe0f Mon Sep 17 00:00:00 2001 From: erogluorhan Date: Thu, 15 Jul 2021 23:38:17 -0600 Subject: [PATCH] Modified meta.yml and removed unnecessary meta.yaml files --- conda_recipe/meta.yaml | 9 ++++-- conda_recipe/meta.yaml.develop | 56 -------------------------------- conda_recipe/meta.yaml.release | 58 ---------------------------------- 3 files changed, 7 insertions(+), 116 deletions(-) delete mode 100644 conda_recipe/meta.yaml.develop delete mode 100644 conda_recipe/meta.yaml.release diff --git a/conda_recipe/meta.yaml b/conda_recipe/meta.yaml index 495ed7e..060b824 100644 --- a/conda_recipe/meta.yaml +++ b/conda_recipe/meta.yaml @@ -1,12 +1,17 @@ -{% set version = "1.3.2.5" %} +{% set version = "1.3.2.6" %} package: name: wrf-python version: {{ version }} source: +# for develop git_url: https://github.com/NCAR/wrf-python - git_branch: develop + git_branch: develop +# for release +# fn: wrf-python-{{ version }}.tar.gz +# url: https://github.com/NCAR/wrf-python/archive/{{ version }}.tar.gz +# sha256: 9ca11366ed9a0d5e83e576ac80ce36be4748ba8a06752dac077277acec5e46d9 build: number: 0 diff --git a/conda_recipe/meta.yaml.develop b/conda_recipe/meta.yaml.develop deleted file mode 100644 index 6c19b2a..0000000 --- a/conda_recipe/meta.yaml.develop +++ /dev/null @@ -1,56 +0,0 @@ -{% set version = "1.3.2.5" %} - -package: - name: wrf-python - version: {{ version }} - -source: - git_url: https://github.com/NCAR/wrf-python - git_branch: develop - -build: - number: 0 - detect_binary_files_with_prefix: true - -requirements: - build: - - setuptools - - python - - numpy 1.11.* # [unix] - - numpy 1.14.* # [win] - - wrapt - - m2w64-toolchain # [win] - - gcc # [unix] - run: - - setuptools - - numpy >=1.11 # [unix] - - numpy >=1.14 # [win] - - python - - wrapt - - m2w64-gcc-libs # [win] - - libgfortran # [unix] - - libgcc # [unix] - - xarray - -test: - requires: - - setuptools - - netcdf4 - - xarray - source_files: - - test/ci_tests - imports: - - wrf - commands: - - cd test/ci_tests && python utests.py - -about: - home: https://github.com/NCAR/wrf-python - license: "UCAR" - license_file: '{{ environ["RECIPE_DIR"] }}/LICENSE' - summary: "Diagnostic and interpolation routines for WRF-ARW data." - -extra: - recipe-maintainers: - - michaelavs - - erogluorhan \ No newline at end of file diff --git a/conda_recipe/meta.yaml.release b/conda_recipe/meta.yaml.release deleted file mode 100644 index f7a957c..0000000 --- a/conda_recipe/meta.yaml.release +++ /dev/null @@ -1,58 +0,0 @@ -{% set version = "1.3.2.5" %} - -package: - name: wrf-python - version: {{ version }} - -source: - fn: wrf-python-{{ version }}.tar.gz - url: https://github.com/NCAR/wrf-python/archive/{{ version }}.tar.gz - sha256: 9ca11366ed9a0d5e83e576ac80ce36be4748ba8a06752dac077277acec5e46d9 - -build: - number: 0 - detect_binary_files_with_prefix: true - -requirements: - build: - - setuptools - - python - - numpy 1.11.* # [unix] - - numpy 1.14.* # [win] - - wrapt - - m2w64-toolchain # [win] - - gcc # [unix] - run: - - setuptools - - numpy >=1.11 # [unix] - - numpy >=1.14 # [win] - - python - - wrapt - - m2w64-gcc-libs # [win] - - libgfortran # [unix] - - libgcc # [unix] - - xarray - -test: - requires: - - setuptools - - netcdf4 - - xarray - source_files: - - test/ci_tests - imports: - - wrf - commands: - - cd test/ci_tests && python utests.py - -about: - home: https://github.com/NCAR/wrf-python - license: "UCAR" - license_file: '{{ environ["RECIPE_DIR"] }}/LICENSE' - summary: "Diagnostic and interpolation routines for WRF-ARW data." - -extra: - recipe-maintainers: - - michaelavs - - erogluorhan - \ No newline at end of file