mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
new file: m/mumax/mumax-3.9.3-CUDA-7.5.18.eb
new file: p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb deleted: m/mumax/mumax.eb
This commit is contained in:
parent
337dbc40b0
commit
4cfd9eae58
@ -4,6 +4,7 @@ easyblock = 'CmdCp'
|
||||
|
||||
name = 'mumax'
|
||||
version = '3.9.3'
|
||||
versionsuffix = '-CUDA-7.5.18'
|
||||
|
||||
homepage = 'https://github.com/mumax/3'
|
||||
description = "GPU accelerated micromagnetic simulator."
|
||||
@ -13,7 +14,6 @@ toolchain = {'name': 'dummy', 'version': ''}
|
||||
source_urls = ['https://github.com/mumax/3/archive']
|
||||
sources = ['v3.9.3.tar.gz']
|
||||
|
||||
|
||||
sources = [{
|
||||
'source_urls': ['https://github.com/mumax/3/archive'],
|
||||
'filename': 'v3.9.3.tar.gz',
|
26
p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb
Normal file
26
p/PGI/PGI-19.1-GCC-6.3.0-2.27.eb
Normal file
@ -0,0 +1,26 @@
|
||||
# IT4Innovations 2019
|
||||
|
||||
name = 'PGI'
|
||||
version = '19.1'
|
||||
|
||||
homepage = 'http://www.pgroup.com/'
|
||||
description = "C, C++ and Fortran compilers from The Portland Group - PGI"
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz']
|
||||
|
||||
gccver = '6.3.0'
|
||||
binutilsver = '2.27'
|
||||
versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver)
|
||||
|
||||
dependencies = [
|
||||
('GCCcore', gccver),
|
||||
('binutils', binutilsver, '', ('GCCcore', gccver)),
|
||||
('numactl', '2.0.11', '', ('GCCcore', gccver)),
|
||||
]
|
||||
|
||||
# license file
|
||||
license_file = '/apps/licenses/pgi/license.dat'
|
||||
|
||||
moduleclass = 'compiler'
|
Loading…
x
Reference in New Issue
Block a user