mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
25 lines
758 B
Plaintext
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'
|