easyconfigs-it4i/g/GDAL/GDAL-2.3.2-Py-2.7.eb
Lukáš Krupčík 52aa0aa0c3 modified: c/ChronusQ/ChronusQ-20180802-intel-2017a.eb
new file:   c/ChronusQ/ChronusQ-20180802-intel-2017c.eb
	new file:   c/cURL/cURL-7.61.1-GCC-6.3.0-2.27.eb
	new file:   d/Doxygen/Doxygen-1.8.14-GCC-6.3.0-2.27.eb
	new file:   e/Eigen/Eigen-3.3.5-GCC-6.3.0-2.27.eb
	new file:   e/expat/expat-2.2.6-GCC-6.3.0-2.27.eb
	new file:   g/GDAL/GDAL-2.3.2-Py-2.7.eb
	new file:   g/GEOS/GEOS-3.7.0-GCC-6.3.0-2.27-Py-2.7.eb
	new file:   g/Go/Go-1.11.1.eb
	new file:   j/JasPer/JasPer-2.0.14-GCC-6.3.0-2.27.eb
	new file:   j/Julia/Julia-1.0.1-intel-2017c-Py-2.7.eb
	new file:   l/LibTIFF/LibTIFF-4.0.7-GCC-6.3.0-2.27.eb
	new file:   l/libjpeg-turbo/libjpeg-turbo-2.0.0-GCC-6.3.0-2.27.eb
	new file:   l/libxml2/libxml2-2.9.8-GCC-6.3.0-2.27.eb
	new file:   n/netCDF/netCDF-4.6.1-GCC-6.3.0-2.27.eb
	new file:   p/PCRE/PCRE-8.42-GCC-6.3.0-2.27.eb
	new file:   s/SQLite/SQLite-3.25.2-GCC-6.3.0-2.27.eb
	new file:   s/SWIG/SWIG-3.0.12-GCC-6.3.0-2.27-Py-2.7.eb
	new file:   s/Szip/Szip-2.1.1-GCC-6.3.0-2.27.eb
2018-10-31 11:58:36 +01:00

50 lines
1.8 KiB
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'GDAL'
version = '2.3.2'
versionsuffix = '-Py-2.7'
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_XZ]
#patches = ['GDAL-%(version)s_fix-uchar-definition.patch']
dependencies = [
('Py', '2.7', '', True),
('netCDF', '4.6.1'),
('expat', '2.2.6'),
('GEOS', '3.7.0', versionsuffix),
('SQLite', '3.25.2'),
('libxml2', '2.9.8'),
('libpng', '1.6.29'),
('libjpeg-turbo', '2.0.0'),
('JasPer', '2.0.14'),
('LibTIFF', '4.0.7'),
('zlib', '1.2.11', '', True),
('cURL', '7.61.1'),
('PCRE', '8.42'),
]
configopts = '--with-expat=$EBROOTEXPAT --with-libz=$EBROOTLIBZ --with-netcdf=$EBROOTNETCDF'
configopts += ' --with-xml2=$EBROOTLIBXML2 --with-geos=$EBROOTGEOS/bin/geos-config --with-jpeg=$EBROOTLIBJPEGMINTURBO'
configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jasper=$EBROOTJASPER'
configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python'
modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'}
sanity_check_paths = {
'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT],
'dirs': ['bin', 'include', 'lib/python2.7/site-packages']
}
moduleclass = 'data'