new file: g/git/git-2.17.0-GCC-6.3.0-2.27.eb

new file:   i/ifort/parallel_studio_xe_2017_update7_composer_edition_for_fortran.tgz
	new file:   p/Perl/Perl-5.26.2-GCC-6.3.0-2.27.eb
	new file:   v/VTune/VTune-2018_update2.eb
	deleted:    v/VTune/VTune-2018_update1.eb


Former-commit-id: 6f7fa41000db6666cde9035aedfa42a5e6437fb6
This commit is contained in:
Lukáš Krupčík 2018-05-11 07:06:21 +02:00
parent bdbd17e0d0
commit f1468fb8e8
4 changed files with 1194 additions and 2 deletions

View File

@ -0,0 +1,37 @@
easyblock = 'ConfigureMake'
name = 'git'
version = "2.17.0"
homepage = 'http://git-scm.com/'
description = """Git is a free and open source distributed version control system designed
to handle everything from small to very large projects with speed and efficiency."""
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
source_urls = ['https://www.kernel.org/pub/software/scm/git/']
sources = ['%(name)s-%(version)s.tar.gz']
builddependencies = [
('Autoconf', '2.69', '', True)
]
dependencies = [
('cURL', '7.53.1', '', True),
('expat', '2.2.0', '', True),
('gettext','0.19.8', '', True),
('Perl', '5.26.2'),
]
preconfigopts = 'make configure && '
# Work around git build system bug. If LIBS contains -lpthread, then configure
# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS.
configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'"
sanity_check_paths = {
'files': ['bin/git'],
'dirs': [],
}
moduleclass = 'tools'

View File

@ -0,0 +1 @@
2f3f5b255635369aeb58a73cbc4f7936b496e247

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
name = 'VTune'
version = '2018_update1'
version = '2018_update2'
homepage = 'http://software.intel.com/en-us/intel-vtune-amplifier-xe'
description = "Intel VTune Amplifier XE 2016 is the premier performance profiler for C, C++, C#, Fortran, Assembly and Java."
@ -15,7 +15,7 @@ license_file = '/apps/licenses/intel/license.lic'
sanity_check_paths = {
'files': [],
'dirs': ['vtune_amplifier_2018.1.0.535340', 'modules'],
'dirs': ['vtune_amplifier_2018.2.0.551022', 'modules'],
}
# Do necessary post-install steps to build VTune kernel modules