mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
Merge branch 'it4i-anselm'
This commit is contained in:
commit
04983011bd
@ -4,6 +4,7 @@ easyblock = 'CmdCp'
|
|||||||
|
|
||||||
name = 'mumax'
|
name = 'mumax'
|
||||||
version = '3.9.3'
|
version = '3.9.3'
|
||||||
|
versionsuffix = '-CUDA-7.5.18'
|
||||||
|
|
||||||
homepage = 'https://github.com/mumax/3'
|
homepage = 'https://github.com/mumax/3'
|
||||||
description = "GPU accelerated micromagnetic simulator."
|
description = "GPU accelerated micromagnetic simulator."
|
||||||
@ -13,7 +14,6 @@ toolchain = {'name': 'dummy', 'version': ''}
|
|||||||
source_urls = ['https://github.com/mumax/3/archive']
|
source_urls = ['https://github.com/mumax/3/archive']
|
||||||
sources = ['v3.9.3.tar.gz']
|
sources = ['v3.9.3.tar.gz']
|
||||||
|
|
||||||
|
|
||||||
sources = [{
|
sources = [{
|
||||||
'source_urls': ['https://github.com/mumax/3/archive'],
|
'source_urls': ['https://github.com/mumax/3/archive'],
|
||||||
'filename': 'v3.9.3.tar.gz',
|
'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