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:
Lukáš Krupčík 2019-04-01 10:32:11 +02:00
parent 337dbc40b0
commit 4cfd9eae58
2 changed files with 27 additions and 1 deletions

View File

@ -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',

View 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'