Skip to content

[CppUnit] [package list]

CppUnit/1.15.1-cpeCray-22.08 (CppUnit-1.15.1-cpeCray-22.08.eb)

Install with the EasyBuild-user module:

eb CppUnit-1.15.1-cpeCray-22.08.eb -r
To access module help after installation and get reminded for which stacks and partitions the module is installed, use module spider CppUnit/1.15.1-cpeCray-22.08.

EasyConfig:

easyblock = 'ConfigureMake'

name =    'CppUnit'
version = '1.15.1'

homepage = 'https://freedesktop.org/wiki/Software/cppunit/'

whatis = [
    'Description: CppUnit is the C++ port of the famous JUnit framework for unit testing.'
]

description = """
CppUnit is the C++ port of the famous JUnit framework for unit testing.
"""

toolchain = {'name': 'cpeCray', 'version': '22.08'}

source_urls = ['https://dev-www.libreoffice.org/src']
sources =     [SOURCELOWER_TAR_GZ]
checksums =   ['89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7']

builddependencies = [
    ('buildtools',   '%(toolchain_version)s',   '', True),
]

sanity_check_paths = {
    'files': ['lib/libcppunit.a', 'lib/libcppunit.%s' % SHLIB_EXT,
              'lib/pkgconfig/cppunit.pc', 'bin/DllPlugInTester'],
    'dirs':  ['bin', 'include/cppunit', 'share'],
}

sanity_check_commands = [
    # Check if pkg-config can read the cppunit.pc file
    'pkg-config --libs cppunit',
]

moduleclass = 'tools'

[CppUnit] [package list]