easyconfigs-it4i/g/GDL/GDL-0.9.9-intel-2017c.eb
Lukáš Krupčík a02adfba14 new file: b/Blender/Blender-2.81-intel-2017c-Py-3.7.eb
new file:   g/GDL/GDL-0.9.9-intel-2017c.eb
	new file:   g/GSL/GSL-2.5.eb
	new file:   o/OpenEXR/OpenEXR-2.3.0-intel-2017c.eb
	new file:   o/OpenImageIO/OpenImageIO-2.0.12-intel-2017c.eb
	new file:   p/PLplot/PLplot-5.11.1.eb
	new file:   p/Py/Py-3.7.eb
	new file:   p/Python/Python-3.7.3-GCCcore-6.3.0-base.eb
2019-12-11 11:05:37 +01:00

46 lines
1.3 KiB
Plaintext

# IT4Innovations 2019
easyblock = 'CMakeMake'
name = 'GDL'
version = '0.9.9'
homepage = 'https://github.com/gnudatalanguage/gdl'
description = """GDL is a free/libre/open source incremental compiler compatible
with IDL (Interactive Data Language) and to some extent with PV-WAVE. Together
with its library routines it serves as a tool for data analysis and visualization
in such disciplines as astronomy, geosciences and medical imaging. GDL development
had been started by Marc Schellens back in early noughties and has since continued
with help of a team of maintainers, developers, packagers and thanks to feedback from users."""
toolchain = {'name': 'intel', 'version': '2017c'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/gnudatalanguage/gdl/archive/']
sources = ['v%(version)s.tar.gz']
builddependencies = [
('CMake', '3.16.0', '-rc3', True)
]
dependencies = [
('libreadline', '8.0', '', True),
('GSL', '2.5'),
('ncurses', '6.1', '', True),
('zlib', '1.2.11', '', True),
('netCDF', '4.6.2'),
('HDF5', '1.10.5'),
('FFTW', '3.3.8'),
('PROJ_4', '4.9.2', '', True),
('expat', '2.2.6', '', True),
('numpy', '1.16.3', '-Py-2.7', True),
('Eigen', '3.3.7', '', True),
]
sanity_check_paths = {
'files': [],
'dirs': ['include/glm/'],
}
moduleclass = 'lib'