easyconfigs-it4i/v/Vampire/Vampire-5.0.1-GCC-6.3.0-2.27.eb
Lukáš Krupčík 251effdb58 new file: v/Vampire/Vampire-5.0.1-GCC-6.3.0-2.27.eb
deleted:    v/Vampire/Vampire-5.0.1.eb
2019-07-16 09:21:38 +02:00

31 lines
736 B
Plaintext

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