easyconfigs-it4i/g/GDAL/GDAL-1.11.4-intel-2015b--Python-3.4.3.eb
Lukáš Krupčík 79179d236a new file: g/GDAL/GDAL-1.11.4-Python-3.6.1.eb
new file:   g/GDAL/GDAL-1.11.4-intel-2015b--Python-3.4.3.eb
	new file:   g/GEOS/GEOS-3.6.1-Python-3.6.1.eb
	modified:   p/ParaView/ParaView-5.4.0-intel-2017a-OSPRay-test.eb
2017-08-11 09:21:52 +02:00

29 lines
874 B
Plaintext

easyblock = 'ConfigureMake'
name = 'GDAL'
version = "1.11.4"
versionsuffix = '-Python-3.4.3'
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': 'intel', 'version': '2015b'}
source_urls = ['http://download.osgeo.org/gdal/%(version)s/']
sources = [SOURCELOWER_TAR_XZ]
dependencies = [
('zlib', '1.2.8'),
('Python', '3.4.3')
]
sanity_check_paths = {
'files': ['lib/libgdal.%s' % SHLIB_EXT, 'lib/libgdal.a'],
'dirs': ['bin', 'include']
}
moduleclass = 'data'