Skip to content

[CppUnit] [package list]

CppUnit/1.15.1-cpeGNU-21.12 (CppUnit-1.15.1-cpeGNU-21.12.eb)

This software is archived in the LUMI-EasyBuild-contrib GitHub repository as easybuild/easyconfigs/__archive__/c/CppUnit/CppUnit-1.15.1-cpeGNU-21.12.eb. The corresponding module would be CppUnit/1.15.1-cpeGNU-21.12.

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': 'cpeGNU', 'version': '21.12'}

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'],
    'dirs': ['bin', 'include/cppunit', 'share'],
}

moduleclass = 'tools'

[CppUnit] [package list]