Skip to content

Commit

Permalink
Merge pull request #125 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 7faf2e0 + b72061d commit 151661f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,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
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ install:

# Cywing's git breaks conda-build. (See https://github.com/conda-forge/conda-smithy-feedstock/pull/2.)
- cmd: rmdir C:\cygwin /s /q
- appveyor DownloadFile "https://raw.githubusercontent.com/pelson/Obvious-CI/master/bootstrap-obvious-ci-and-miniconda.py"
- appveyor DownloadFile "https://raw.githubusercontent.com/conda-forge/conda-smithy/e976c7e84bb3c4846e7562afd1a42c4b535b51f5/bootstrap-obvious-ci-and-miniconda.py"
- cmd: python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %TARGET_ARCH% %CONDA_PY:~0,1% --without-obvci

# Add a hack to switch to `conda` version `4.1.12` before activating.
Expand Down
9 changes: 4 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:
source:
fn: gdal-{{ version }}.tar.gz
url: http://download.osgeo.org/gdal/{{ version }}/gdal-{{ version }}.tar.gz
sha256: 69761c38acac8c6d3ea71304341f6982b5d66125a1a80d9088b6bfd2019125c9
sha256: 69761c38acac8c6d3ea71304341f6982b5d66125a1a80d9088b6bfd2019125c9
patches:
- clang.patch # [osx]
- prepend-dll.patch # [win]
Expand All @@ -18,7 +18,7 @@ source:
- install_scripts.patch

build:
number: 0
number: 1

requirements:
build:
Expand All @@ -29,7 +29,7 @@ requirements:
- hdf4
- hdf5 1.8.17|1.8.17.*
- geos 3.4.*
- proj.4 4.9.3
- proj4 4.9.3
- xerces-c
- libnetcdf 4.4.*
- libdap4 3.18.* # [not win]
Expand Down Expand Up @@ -57,7 +57,7 @@ requirements:
- hdf4
- hdf5 1.8.17|1.8.17.*
- geos 3.4.*
- proj.4 4.9.3
- proj4 4.9.3
- xerces-c
- libnetcdf 4.4.*
- libdap4 3.18.* # [not win]
Expand Down Expand Up @@ -107,7 +107,6 @@ test:
- gdalwarp --version
- gdalinfo --formats
- gdalinfo http://thredds.nersc.no/thredds/dodsC/greenpath/Model/topaz # [not win]
# Commented out below since it seems to be broken for now
#- conda inspect linkages -p $PREFIX gdal # [not win]
#- conda inspect objects -p $PREFIX gdal # [osx]

Expand Down
Empty file modified recipe/test_data/cropped.cub
100644 → 100755
Empty file.

0 comments on commit 151661f

Please sign in to comment.