libvori/210412-cpeGNU-21.08 (libvori-210412-cpeGNU-21.08.eb)
This software is archived in the LUMI-EasyBuild-contrib GitHub repository as easybuild/easyconfigs/__archive__/l/libvori/libvori-210412-cpeGNU-21.08.eb. The corresponding module would be libvori/210412-cpeGNU-21.08.
# Contributed by Luca Marsella (CSCS)
# Modified for LUMI by Peter Larsson
easyblock = 'CMakeMake'
name = 'libvori'
version = '210412'
homepage = 'https://brehm-research.de/libvori.php'
whatis = [
'Description: libvori stands for \'Library for Voronoi Integration\', a library so far meant specifically for CP2K',
]
description = """
The libvori library implements recently developed methods of Voronoi integration
as well as the compressed bqb file format into a small C++ library, which is
called “libvori” (“Library for Voronoi Integration”). In principle, libvori
enables other programs to include these approaches. The present version of
libvori is a very early development version, which is hard-coded to work with
the CP2k program package, in which I have recently implemented these two methods.
There is no well-defined interface or documentation yet. If you want to use
libvori in your code, please have some more patience
"""
toolchain = {'name': 'cpeGNU', 'version': '21.08'}
toolchainopts = {'usempi': False, 'openmp': False}
source_urls = ['https://brehm-research.de/files']
sources = [SOURCE_TAR_GZ]
builddependencies = [('buildtools', '%(toolchain_version)s', '', True)]
sanity_check_paths = {
'files': ['lib/%(name)s.a'],
'dirs': ['lib'],
}
moduleclass = 'chem'