Skip to content

Commit

Permalink
Merge pull request #20667 from TopRichard/20240528131014_new_pr_cpio215
Browse files Browse the repository at this point in the history
{tools}[GCCcore/12.2.0,GCCcore/12.3.0,GCCcore/13.2.0,GCCcore/13.3.0] cpio v2.15
  • Loading branch information
bedroge authored May 28, 2024
2 parents 3520476 + 7fe48bd commit 7680b81
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 0 deletions.
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/c/cpio/cpio-2.15-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'ConfigureMake'
name = 'cpio'
version = '2.15'

homepage = "https://savannah.gnu.org/projects/cpio/"
description = """The cpio package contains tools for archiving."""

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

source_urls = [GNU_SOURCE]
sources = [SOURCE_TAR_BZ2]
checksums = ['937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db']

builddependencies = [
('binutils', '2.39'),
('makeinfo', '7.0.3'),
]

postinstallcmds = ['makeinfo --plaintext -o %(installdir)s/doc/cpio.txt doc/cpio.texi']

sanity_check_paths = {
'files': ['bin/cpio'],
'dirs': []
}

sanity_check_commands = ['cpio --help']

moduleclass = 'tools'
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/c/cpio/cpio-2.15-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'ConfigureMake'
name = 'cpio'
version = '2.15'

homepage = "https://savannah.gnu.org/projects/cpio/"
description = """The cpio package contains tools for archiving."""

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

source_urls = [GNU_SOURCE]
sources = [SOURCE_TAR_BZ2]
checksums = ['937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db']

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

postinstallcmds = ['makeinfo --plaintext -o %(installdir)s/doc/cpio.txt doc/cpio.texi']

sanity_check_paths = {
'files': ['bin/cpio'],
'dirs': []
}

sanity_check_commands = ['cpio --help']

moduleclass = 'tools'
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/c/cpio/cpio-2.15-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'ConfigureMake'
name = 'cpio'
version = '2.15'

homepage = "https://savannah.gnu.org/projects/cpio/"
description = """The cpio package contains tools for archiving."""

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

source_urls = [GNU_SOURCE]
sources = [SOURCE_TAR_BZ2]
checksums = ['937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db']

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

postinstallcmds = ['makeinfo --plaintext -o %(installdir)s/doc/cpio.txt doc/cpio.texi']

sanity_check_paths = {
'files': ['bin/cpio'],
'dirs': []
}

sanity_check_commands = ['cpio --help']

moduleclass = 'tools'
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/c/cpio/cpio-2.15-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'ConfigureMake'
name = 'cpio'
version = '2.15'

homepage = "https://savannah.gnu.org/projects/cpio/"
description = """The cpio package contains tools for archiving."""

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

source_urls = [GNU_SOURCE]
sources = [SOURCE_TAR_BZ2]
checksums = ['937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db']

builddependencies = [
('binutils', '2.42'),
('makeinfo', '7.1'),
]

postinstallcmds = ['makeinfo --plaintext -o %(installdir)s/doc/cpio.txt doc/cpio.texi']

sanity_check_paths = {
'files': ['bin/cpio'],
'dirs': []
}

sanity_check_commands = ['cpio --help']

moduleclass = 'tools'

0 comments on commit 7680b81

Please sign in to comment.