easyconfigs-it4i/g/GDAL/GDAL-2.1.3-Python-2.7.13-without-intel.eb
Lukáš Krupčík c809a96fcc new file: e/Embree/Embree-2.16.2.eb
new file:   g/GDAL/GDAL-2.1.3-Python-2.7.13-without-intel.eb
	new file:   i/ispc/ispc-1.9.1.eb
	new file:   o/OSPRay/OSPRay-1.3.0.eb
	new file:   p/ParaView/ParaView-5.1.2-intel-2017a-mpi-OSPRay.eb
	new file:   p/ParaView/Paraview-5.1.2-intel-2017a-OSPRay.eb
	new file:   s/Sen2Cor/Sen2Cor-2.3.1-Python-2.7.13.eb
	new file:   s/Sen2Cor/Sen2Cor-2.3.1-Python-2.7.13.patch
	new file:   v/VASP/VASP-5.4.4-intel-2017a-03.eb
	modified:   v/VASP/VASP-5.4.4-intel-2017a.eb
2017-06-19 12:56:34 +02:00

48 lines
1.8 KiB
Plaintext

easyblock = 'ConfigureMake'
name = 'GDAL'
version = '2.1.3'
versionsuffix = '-Python-%(pyver)s-without-intel'
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': 'dummy', 'version': ''}
source_urls = ['http://download.osgeo.org/gdal/%(version)s/']
sources = [SOURCELOWER_TAR_XZ]
patches = ['GDAL-%(version)s_fix-uchar-definition.patch']
dependencies = [
('Python', '2.7.13'),
# ('netCDF', '4.4.1.1', '', ('intel', '2017a')),
('expat', '2.2.0'),
('GEOS', '3.6.1', '-Python-%(pyver)s'),
('SQLite', '3.17.0'),
('libxml2', '2.9.4'),
('libpng', '1.6.29'),
('libjpeg-turbo', '1.5.1'),
# ('JasPer', '2.0.12', '', ('intel', '2017a')),
('LibTIFF', '4.0.7'),
('zlib', '1.2.11'),
# ('cURL', '7.53.1'),
('PCRE', '8.40'),
]
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/python%(pyshortver)s/site-packages']
}
moduleclass = 'data'