easyblock = 'ConfigureMake' name = 'libgeotiff' version = '1.4.3' homepage = 'https://directory.fsf.org/wiki/Libgeotiff' description = """Library for reading and writing coordinate system information from/to GeoTIFF files""" toolchain = {'name': 'GCCcore', 'version': '8.2.0'} source_urls = ['http://download.osgeo.org/geotiff/libgeotiff'] sources = [SOURCE_TAR_GZ] builddependencies = [ ('binutils', '2.31.1'), ] dependencies = [ ('zlib', '1.2.11'), ('LibTIFF', '4.0.10'), ('PROJ', '5.2.0'), ('libjpeg-turbo', '2.0.2'), ] configopts = ' --with-libtiff=$EBROOTLIBTIFF --with-proj=$EBROOTPROJ --with-zlib=$EBROOTZLIB' configopts += ' --with-jpeg=$EBROOTLIBJPEGMINTURBO' sanity_check_paths = { 'files': ['bin/listgeo', 'lib/libgeotiff.a', 'lib/libgeotiff.%s' % SHLIB_EXT], 'dirs': ['include', 'share'], } moduleclass = 'lib'