Skip to content

Commit

Permalink
add easyconfig: CppUnit-1.15.1-GCCcore-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Jun 1, 2024
1 parent ca98a42 commit ce59296
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/c/CppUnit/CppUnit-1.15.1-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'ConfigureMake'

name = 'CppUnit'
version = '1.15.1'

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

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

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

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

builddependencies = [
('binutils', '2.40'),
]

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

moduleclass = 'tools'

0 comments on commit ce59296

Please sign in to comment.