easyconfigs-it4i/g/GDAL/GDAL-2.1.0-GCC-6.3.0-2.27.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

32 lines
960 B
Plaintext

easyblock = 'ConfigureMake'
name = 'GDAL'
version = "2.1.0"
homepage = 'http://www.gdal.org/'
description = """GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style
Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model
to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for
data translation and processing."""
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
source_urls = ['http://download.osgeo.org/gdal/%(version)s/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('zlib', '1.2.11'),
]
# to avoid libtool error, http://www.michael-joost.de/gdal_install.html
preconfigopts = 'unset CC CPP CXX &&'
prebuildopts = 'unset CC CPP CXX &&'
sanity_check_paths = {
'files': ['lib/libgdal.so', 'lib/libgdal.a'],
'dirs': ['bin', 'include']
}
moduleclass = 'data'