Skip to content

Commit

Permalink
Merge pull request #21916 from stefan-wolfsheimer/20241127124114_new_…
Browse files Browse the repository at this point in the history
…pr_time19

{tools}[GCCcore/13.3.0] time v1.9
  • Loading branch information
smoors authored Dec 1, 2024
2 parents 98b6277 + bace5da commit d9a21a8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/t/time/time-1.9-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'ConfigureMake'

name = 'time'
version = '1.9'

homepage = 'https://www.gnu.org/software/time/'
description = """The `time' command runs another program, then displays information about the resources used by that
program, collected by the system while the program was running."""

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

source_urls = [GNU_SOURCE]
sources = [SOURCE_TAR_GZ]
checksums = ['fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e']

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

postinstallcmds = ["ln -s %(installdir)s/bin/%(name)s %(installdir)s/bin/gtime"]

sanity_check_paths = {
'files': ['bin/gtime', 'bin/%(name)s'],
'dirs': [],
}

sanity_check_commands = ["time echo test"]

moduleclass = 'tools'

0 comments on commit d9a21a8

Please sign in to comment.