mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
48 lines
969 B
Plaintext
48 lines
969 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = 'CmdCp'
|
|
|
|
name = 'mumax'
|
|
version = '20191121'
|
|
versionsuffix = '-CUDA-10.2.89'
|
|
|
|
homepage = 'https://github.com/mumax/3'
|
|
description = "GPU accelerated micromagnetic simulator."
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = [{
|
|
'source_urls': ['https://github.com/mumax/3/archive/'],
|
|
'filename': '2ae87b948b9345138aa1eca3ac8fd50cff66c5cd.tar.gz',
|
|
'extract_cmd': "mkdir -p src/github.com/mumax/3 && tar xfvz %s -C src/github.com/mumax/3 --strip-components=1",
|
|
}]
|
|
|
|
|
|
dependencies = [
|
|
('CUDA', '10.2.89'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('Go', '1.13.1'),
|
|
]
|
|
|
|
local_commands = "export GOPATH=%(builddir)s && "
|
|
local_commands += "cd src/github.com/mumax/3/cmd/mumax3 && go install"
|
|
|
|
cmds_map = [('.*', local_commands)]
|
|
|
|
start_dir = "%(builddir)s"
|
|
|
|
files_to_copy = [
|
|
(['bin/mumax3'], 'bin'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/mumax3'],
|
|
'dirs': [''],
|
|
}
|
|
|
|
moduleclass = 'phys'
|
|
|
|
modluafooter = 'add_property("arch","gpu")'
|