mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
new file: h/HDF5/HDF5-1.10.1-GCC-6.3.0-2.27-serial.eb
modified: v/VTune/VTune-2018_update1.eb
This commit is contained in:
parent
0ca1adf2b6
commit
adaee0e7b9
22
h/HDF5/HDF5-1.10.1-GCC-6.3.0-2.27-serial.eb
Normal file
22
h/HDF5/HDF5-1.10.1-GCC-6.3.0-2.27-serial.eb
Normal file
@ -0,0 +1,22 @@
|
||||
# IT4Innovations 2017
|
||||
|
||||
name = 'HDF5'
|
||||
version = '1.10.1'
|
||||
versionsuffix= '-serial'
|
||||
|
||||
homepage = 'http://www.hdfgroup.org/HDF5/'
|
||||
description = """HDF5 is a unique technology suite that makes possible the management of
|
||||
extremely large and complex data collections."""
|
||||
|
||||
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
|
||||
toolchainopts = {'pic': True}
|
||||
|
||||
source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src']
|
||||
sources = [SOURCELOWER_TAR_GZ]
|
||||
|
||||
dependencies = [
|
||||
('zlib', '1.2.11', '', True),
|
||||
('Szip', '2.1', '', True),
|
||||
]
|
||||
|
||||
moduleclass = 'data'
|
@ -23,9 +23,9 @@ postinstallcmds = [
|
||||
'mkdir %(installdir)s/modules',
|
||||
'cd %(installdir)s/vtune_amplifier/sepdk/src/ && '
|
||||
'./build-driver --install-dir=%(installdir)s/modules --non-interactive',
|
||||
# 'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/pax/insmod-pax -i',
|
||||
# 'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/vtsspp/insmod-vtsspp -i',
|
||||
# 'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/insmod-sep -i',
|
||||
'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/pax/insmod-pax -i',
|
||||
'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/vtsspp/insmod-vtsspp -i',
|
||||
'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/insmod-sep -i',
|
||||
]
|
||||
|
||||
moduleclass = 'tools'
|
||||
|
Loading…
x
Reference in New Issue
Block a user