This repository has been archived by the owner on Sep 13, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
meta.yaml
105 lines (98 loc) · 1.99 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{% set version = "2.3.1" %}
package:
name: libgdal
version: {{ version }}
source:
url: http://download.osgeo.org/gdal/{{ version }}/gdal-{{ version }}.tar.xz
sha256: 9c4625c45a3ee7e49a604ef221778983dd9fd8104922a87f20b99d9bedb7725a
patches:
# BUILT_AS_DYNAMIC_LIB.
- windowshdf5.patch
# Use multiple cores on Windows.
- multiprocessor.patch
# disable 12 bit jpeg on Windows as we aren't using internal jpeg
- disable_jpeg12.patch
build:
number: 2
skip: True # [win and vc<14]
requirements:
build:
- pkg-config # [not win]
- cmake # [win]
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- m2w64-xz # [win]
- curl
- expat
- freexl
- geos
- geotiff
- giflib # [not win]
- hdf4
- hdf5
- jpeg
- json-c # [not win]
- kealib
- libdap4 # [not win]
- libkml # [not win]
- libnetcdf
- libpng
- libspatialite
- libtiff
- openjpeg
- poppler # [not win]
- postgresql
- proj4
- sqlite
- xerces-c
- zlib # [not win]
- xz
run:
- curl
- expat
- freexl
- geos
- geotiff
- giflib # [not win]
- hdf4
- hdf5
- jpeg
- json-c # [not win]
- kealib
- libdap4 # [not win]
- libkml # [not win]
- libnetcdf
- libpng
- libpq
- libspatialite
- libtiff
- openjpeg
- poppler # [not win]
- proj4
- sqlite
- xerces-c
- zlib # [not win]
- xz
test:
files:
- test_data
commands:
- gdal_grid --version
- gdal_rasterize --version
- gdal_translate --version
- gdaladdo --version
- gdalenhance --version
- gdalwarp --version
- gdalinfo --formats
- gdalinfo http://thredds.nersc.no/thredds/dodsC/greenpath/Model/topaz # [not win]
about:
home: http://www.gdal.org/
license: MIT
license_file: LICENSE.TXT
summary: 'The Geospatial Data Abstraction Library (GDAL)'
extra:
recipe-maintainers:
- ocefpaf
- kmuehlbauer
- gillins