easyconfigs-it4i/p/PRACE/PRACE-20150630-intel-2015b.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

25 lines
758 B
Plaintext

easyblock = 'Bundle'
name = 'PRACE'
version = '20150630'
homepage = 'http://www.prace-ri.eu/PRACE-Common-Production'
description = """The PRACE Common Production Environment (PCPE) is a set of software tools and libraries
that are planned to be available on all PRACE execution sites. The PCPE also defines a set of environment
variables that try to make compilation on all sites as homogeneous and simple as possible."""
toolchain = {'name': 'intel', 'version': '2015b'}
dependencies = [
('make', '3.82'),
('Java', '1.7.0_79', '', True),
('Bash', '4.2'),
('tcsh', '6.18.01'),
('Tcl', '8.5.12'),
('Tk', '8.5.12'),
('netCDF', '4.3.2'), # this one will also bring in HDF5
('Perl', '5.16.3'),
]
moduleclass = 'toolchain'