mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
new file: m/mumax/mumax.eb
This commit is contained in:
parent
052f41ca7f
commit
7fe6c63991
48
m/mumax/mumax.eb
Normal file
48
m/mumax/mumax.eb
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
# IT4Innovations 2019
|
||||||
|
|
||||||
|
easyblock = 'CmdCp'
|
||||||
|
|
||||||
|
name = 'mumax'
|
||||||
|
version = '3.9.3'
|
||||||
|
|
||||||
|
homepage = 'https://github.com/mumax/3'
|
||||||
|
description = "GPU accelerated micromagnetic simulator."
|
||||||
|
|
||||||
|
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',
|
||||||
|
'download_filename': 'archive.gz',
|
||||||
|
'extract_cmd': "mkdir -p src/github.com/mumax/3 && tar xfvz %s -C src/github.com/mumax/3 --strip-components=1",
|
||||||
|
}]
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('CUDA', '7.5.18'),
|
||||||
|
]
|
||||||
|
|
||||||
|
builddependencies = [
|
||||||
|
('Go', '1.11.1'),
|
||||||
|
]
|
||||||
|
|
||||||
|
commands = "export GOPATH=%(builddir)s && "
|
||||||
|
commands += "cd src/github.com/mumax/3/cmd/mumax3 && go install"
|
||||||
|
|
||||||
|
cmds_map = [('.*', commands)]
|
||||||
|
|
||||||
|
start_dir = "%(builddir)s"
|
||||||
|
|
||||||
|
files_to_copy = [
|
||||||
|
(['bin/mumax3'], 'bin'),
|
||||||
|
]
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': ['bin/mumax3'],
|
||||||
|
'dirs': [''],
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'phys'
|
Loading…
x
Reference in New Issue
Block a user