Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from ocefpaf/rename_proj4_dep
Browse files Browse the repository at this point in the history
Rename proj4 dep
  • Loading branch information
ocefpaf authored Nov 2, 2016
2 parents 02b921e + 5791756 commit 3a1f154
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ before_install:

install:
- |
MINICONDA_URL="http://repo.continuum.io/miniconda"
MINICONDA_URL="https://repo.continuum.io/miniconda"
MINICONDA_FILE="Miniconda3-latest-MacOSX-x86_64.sh"
curl -O "${MINICONDA_URL}/${MINICONDA_FILE}"
curl -L -O "${MINICONDA_URL}/${MINICONDA_FILE}"
bash $MINICONDA_FILE -b
source /Users/travis/miniconda3/bin/activate root
Expand Down
100 changes: 52 additions & 48 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,63 +3,67 @@
{% set version = ver + "_" + beta %}

package:
name: pynio
version: {{ version }}
name: pynio
version: {{ version }}

source:
fn: pynio-{{ version }}.tar.gz
url: https://github.com/NCAR/pynio/archive/{{ version }}.tar.gz
sha256: 43411c577e21335d4684f384cbf117b41202f55b49198d1c688fc65703dbff68
fn: pynio-{{ version }}.tar.gz
url: https://github.com/NCAR/pynio/archive/{{ version }}.tar.gz
sha256: 43411c577e21335d4684f384cbf117b41202f55b49198d1c688fc65703dbff68

build:
number: 11
skip: True # [win or py3k]
detect_binary_files_with_prefix: true
number: 12
skip: True # [win or py3k]
detect_binary_files_with_prefix: true

requirements:
build:
- python
- gcc
- numpy x.x
- libnetcdf 4.4.*
- proj.4 4.9.3
- gdal 1.11.*
- g2clib 1.6.*
- hdfeos2
- hdfeos5
- jasper
run:
- python
- numpy x.x
- libnetcdf 4.4.*
- hdf4
- proj.4 4.9.3
- gdal 1.11.*
- g2clib 1.6.*
- hdfeos2
- hdfeos5
- jasper
- libgfortran
build:
- python
- gcc
- numpy x.x
- libnetcdf 4.4.*
- proj4 4.9.3
- gdal 1.11.*
- g2clib 1.6.*
- hdfeos2
- hdfeos5
- jasper
- util-linux # [linux]
- libuuid # [osx]
run:
- python
- numpy x.x
- libnetcdf 4.4.*
- hdf4
- proj4 4.9.3
- gdal 1.11.*
- g2clib 1.6.*
- hdfeos2
- hdfeos5
- jasper
- libgfortran
- util-linux # [linux]
- libuuid # [osx]

test:
requires:
- nose
imports:
- Nio
commands:
- cd $SRC_DIR/test && nosetests
#- conda inspect linkages -p $PREFIX pynio # [not win]
#- conda inspect objects -p $PREFIX pynio # [osx]
requires:
- nose
imports:
- Nio
commands:
- cd $SRC_DIR/test && nosetests
#- conda inspect linkages -p $PREFIX pynio # [not win]
#- conda inspect objects -p $PREFIX pynio # [osx]

about:
home: http://www.pyngl.ucar.edu/Nio.shtml
license: BSD 3-clause
summary: 'PyNIO is a multi-format data I/O package with a NetCDF-style interface.'
home: http://www.pyngl.ucar.edu/Nio.shtml
license: BSD 3-clause
summary: 'PyNIO is a multi-format data I/O package with a NetCDF-style interface.'

extra:
recipe-maintainers:
- marylhaley
- ocefpaf
- jhamman
- david-ian-brown
- khallock
recipe-maintainers:
- marylhaley
- ocefpaf
- jhamman
- david-ian-brown
- khallock

0 comments on commit 3a1f154

Please sign in to comment.