Skip to content

[libvori] [package list]

libvori/220621-cpeGNU-22.12 (libvori-220621-cpeGNU-22.12.eb)

Install with the EasyBuild-user module:

eb libvori-220621-cpeGNU-22.12.eb -r
To access module help after installation and get reminded for which stacks and partitions the module is installed, use module spider libvori/220621-cpeGNU-22.12.

EasyConfig:

# Contributed by Luca Marsella (CSCS)
# Modified for LUMI by Peter Larsson
easyblock = 'CMakeMake'

name = 'libvori'
version = '220621'

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': '22.12'}
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'

[libvori] [package list]