easyconfigs-it4i/g/GDAL/GDAL-2.4.0-intel-2017a-Py-3.6.eb
Lukáš Krupčík 506f8286d9 modified: b/BCFtools/BCFtools-1.6-intel-2017a.eb
new file:   b/Boost/Boost-1.68.0-intel-2017a.eb
	new file:   b/Boost/Boost-1.68.0-intel-2017c.eb
	new file:   "b/bcl2fastq2/\\"
	new file:   b/bcl2fastq2/bcl2fastq2-2.20.0-intel-2017a-Py-2.7.eb
	new file:   b/bcl2fastq2/bcl2fastq2-2.20.0-intel-2017a-Py-3.6.eb
	modified:   d/DIRAC/DIRAC-18.0-intel-2017c-Py-2.7-test.eb
	new file:   f/FastQC/FastQC-0.11.3.eb
	new file:   f/FastQC/FastQC-0.11.8.eb
	new file:   f/fontconfig/fontconfig-2.13.0-libpng-1.6.34.eb
	new file:   g/GATK/GATK-4.1.2.0-Java-1.8.0_202.eb
	new file:   g/GDAL/GDAL-2.4.0-intel-2017a-Py-3.6.eb
	new file:   g/GEOS/GEOS-3.7.2-Py-3.6.eb
	new file:   g/gnuplot/gnuplot-5.2.7-GCC-6.3.0-2.27.eb
	modified:   h/HTSlib/HTSlib-1.6-intel-2017a.eb
	new file:   l/libMesh/libMesh-1.4.1-intel-2017a.eb
	new file:   l/libMesh/libMesh-1.4.1-intel-2017c.eb
	new file:   m/MUMPS/MUMPS-5.2.0-intel-2017c-parmetis.eb
	modified:   p/Python/Python-3.6.8-GCC-6.3.0-2.27-base.eb
	new file:   r/R/R-3.5.3-intel-2017a-Py-3.6.eb
	modified:   s/SAMtools/SAMtools-1.6-intel-2017a.eb
	new file:   s/SWIG/SWIG-3.0.12-Py-3.6.eb
	deleted:    b/bcl2fastq2/bcl2fastq2-2.20.0-intel-2017a-Python-2.7.13.eb
2019-06-11 08:38:51 +02:00

52 lines
1.9 KiB
Plaintext

# ITInnovations 2018
#
# Error in SWIG build, finished by hand
easyblock = 'ConfigureMake'
name = 'GDAL'
version = '2.4.0'
versionsuffix = '-Py-3.6'
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': '2017a'}
toolchainopts = {'usempi': True}
source_urls = ['http://download.osgeo.org/gdal/%(version)s/']
sources = [SOURCELOWER_TAR_XZ]
dependencies = [
('Py', '3.6', '', True),
('netCDF', '4.6.3'),
('expat', '2.2.6', '', True),
('GEOS', '3.7.2', '', ('Py', '3.6')),
('SQLite', '3.27.1', '', True),
('libxml2', '2.9.9', '', True),
('libpng', '1.6.34', '', True),
('libjpeg-turbo', '1.5.3', '', True),
('JasPer', '2.0.14', '', True),
('LibTIFF', '4.0.7', '', True),
('zlib', '1.2.11', '', True),
('cURL', '7.56.1', '', True),
('PCRE', '8.42','', True),
('PROJ', '5.0.0'),
]
configopts = '--with-expat=$EBROOTEXPAT --with-libz=$EBROOTLIBZ --with-hdf5=$EBROOTHDF5 --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/python2.7/site-packages'}
sanity_check_paths = {
'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT],
'dirs': ['bin', 'include', 'lib/python3.6/site-packages']
}
moduleclass = 'data'