mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
Merge branch 'it4i-anselm'
This commit is contained in:
commit
5736d4461b
30
v/Vampire/Vampire-5.0.1.eb
Normal file
30
v/Vampire/Vampire-5.0.1.eb
Normal file
@ -0,0 +1,30 @@
|
||||
# IT4Innovations 2019
|
||||
|
||||
easyblock = "MakeCp"
|
||||
|
||||
name = 'Vampire'
|
||||
version = '5.0.1'
|
||||
|
||||
homepage = 'https://github.com/richard-evans/vampire'
|
||||
description = "Vampire is a high performance general purpose code for the atomistic simulation of magnetic materials."
|
||||
|
||||
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
|
||||
|
||||
source_urls = ['https://github.com/richard-evans/vampire/archive']
|
||||
sources = ["%(version)s.tar.gz"]
|
||||
|
||||
dependencies = [
|
||||
('OpenMPI', '2.1.5'),
|
||||
]
|
||||
|
||||
files_to_copy = [
|
||||
(['vampire-serial', 'vampire-parallel', 'util/vdc/vdc'], 'bin'),
|
||||
(['input', 'Co.mat'], 'examples')
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ["bin/vampire-parallel", "bin/vampire-serial", "bin/vdc"],
|
||||
'dirs': ['bin', 'examples'],
|
||||
}
|
||||
|
||||
moduleclass = 'phys'
|
Loading…
x
Reference in New Issue
Block a user