Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@ osx_image: xcode6.4
env:
matrix:

- CONDA_NPY=111 CONDA_PERL=5.20.3.1 CONDA_PY=27
- CONDA_NPY=111 CONDA_PERL=5.22.0.1 CONDA_PY=27
- CONDA_NPY=111 CONDA_PERL=5.22.2.1 CONDA_PY=27
- CONDA_NPY=112 CONDA_PERL=5.20.3.1 CONDA_PY=27
- CONDA_NPY=112 CONDA_PERL=5.22.0.1 CONDA_PY=27
- CONDA_NPY=112 CONDA_PERL=5.22.2.1 CONDA_PY=27
- CONDA_NPY=113 CONDA_PERL=5.20.3.1 CONDA_PY=27
- CONDA_NPY=113 CONDA_PERL=5.22.0.1 CONDA_PY=27
- CONDA_NPY=113 CONDA_PERL=5.22.2.1 CONDA_PY=27
- CONDA_PY=27
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "aLx/7SM8cpNzQE1kk0W3kUsLDY5T0iMF7NNfxm+xbB+OU8NtdnFMU+xCb3jn7NuwvioXqmwdy1KCSGZI/rQrPORpQoo8PKyOPSdLy5h6S++ocxRFkRYcijQJ+gGNdJ5N9kinGsUFw/2Cd6tBnhTSr6O5Qe+gRQawkR5FygYiq2WHYZnTMILRcvUsY6cvjyUp5XrKAkNJtxCFmBs9RA3mwHRsnw8ABWdkoe6UYkwsyAe7D+bt5OXN4PVQ0EKhJaRPSscS9NLyicDjOIOCfGgW9a4uuniOARVOQeVbEH3LUlgNdhnb1EYJTOZ/f5+74TQ3BRx7tm9HDCxOQEJXDYFi3cDG0lSZFEumxW9SgbaEngzFiGGSdKRAiTaq0lqqTwrtmc7YgSxzGx/1RIFRR5xnc7+DBo3r9TSjv5AIiHDMtd4l3q7ogZLqwsFtvm056lPKHzCk8HRuvKiUJqk4rj5OsK4dQ4VZuvy3hnFzMB5eyHSrOl1AbLWDr5IiMbI+n74zB9aE+WuHIe/BETFHumxCffcFCOdsof01YAwROHcJIKwe5Wo/4RLjiub8BS4LCqxEktj4qjHWr3kvuaT//QFfckDRfCi9/KhduC8KMNzaZo1uCJV86ENinz239h/14ftLU18LUtKsxSrsImpsCDb8Np59pc2uGH3o8yIZOPSk+7o="
Expand Down
68 changes: 1 addition & 67 deletions ci_support/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,74 +57,8 @@ conda clean --lock
conda install --yes --quiet conda-forge-build-setup
source run_conda_forge_build_setup

# Embarking on 9 case(s).
# Embarking on 1 case(s).
set -x
export CONDA_NPY=111
export CONDA_PERL=5.20.3.1
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=111
export CONDA_PERL=5.22.0.1
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=111
export CONDA_PERL=5.22.2.1
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=112
export CONDA_PERL=5.20.3.1
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=112
export CONDA_PERL=5.22.0.1
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=112
export CONDA_PERL=5.22.2.1
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=113
export CONDA_PERL=5.20.3.1
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=113
export CONDA_PERL=5.22.0.1
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1

set -x
export CONDA_NPY=113
export CONDA_PERL=5.22.2.1
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
Expand Down
14 changes: 8 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,27 @@ package:

source:
url: https://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-{{ version }}-Source.tar.gz
fn: eccodes-{{ version }}-Source.tar.gz
sha256: 2c360c32c26e858917d332b26de1269bcc39a4a39c882f1b73b4a96633843947

build:
number: 0
number: 1
skip: True # [win or py3k]
detect_binary_files_with_prefix: true

requirements:
build:
- cmake
- python
- numpy x.x
- boost 1.63.*
- numpy 1.8.*
- boost 1.64.*
- jasper
- libpng >=1.6.28,<1.7
- libnetcdf 4.4.*
- perl
- perl 5.22.2.1
- eccodes {{ version }}
run:
- python
- numpy x.x
- numpy >=1.8
- jasper
- libpng >=1.6.28,<1.7
- libnetcdf 4.4.*
Expand All @@ -37,6 +36,9 @@ test:
imports:
- eccodes
- gribapi
commands:
- conda inspect linkages -p $PREFIX python-eccodes # [not win]
- conda inspect objects -p $PREFIX python-eccodes # [osx]

about:
home: https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home
Expand Down