mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
Merge branch 'it4i-anselm'
Former-commit-id: 053c5b4808c1c0e31a21f98fe10afcde8782dc7c
This commit is contained in:
commit
b7ff5cc6bc
@ -13,6 +13,12 @@ source_urls = ['https://developer.nvidia.com/compute/cuda/%(version_major_minor)
|
||||
|
||||
sources = ['cuda_9.1.85_387.26_linux']
|
||||
|
||||
modextravars = { 'CUDA_HOME': '%(installdir)s' }
|
||||
modextravars = {
|
||||
'CUDA_HOME': '%(installdir)s',
|
||||
'LD_LIBRARY_PATH': '%(installdir)s/lib64/stubs',
|
||||
'LIBRARY_PATH': '%(installdir)s/lib64/stubs',
|
||||
}
|
||||
|
||||
modluafooter = 'add_property("arch","gpu")'
|
||||
|
||||
moduleclass = 'system'
|
||||
|
37
g/git/git-2.17.0-GCC-6.3.0-2.27.eb
Normal file
37
g/git/git-2.17.0-GCC-6.3.0-2.27.eb
Normal 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'
|
@ -0,0 +1 @@
|
||||
2f3f5b255635369aeb58a73cbc4f7936b496e247
|
1154
p/Perl/Perl-5.26.2-GCC-6.3.0-2.27.eb
Normal file
1154
p/Perl/Perl-5.26.2-GCC-6.3.0-2.27.eb
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
Loading…
x
Reference in New Issue
Block a user