Skip to content

Commit

Permalink
Update to Rocky 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Nov 20, 2024
1 parent ccbc801 commit 521245c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions imp_build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,8 @@ def __init__(self, very_short, short, long, very_long, logfile):
('static9',
Platform(
'Stat', 'Static',
'Static build (x86_64 Linux, Rocky 9.4, Boost 1.75)',
static_vlong % "64-bit Rocky 9.4",
'Static build (x86_64 Linux, Rocky 9.5, Boost 1.75)',
static_vlong % "64-bit Rocky 9.5",
'bin-static.x86_64-intel8.log')),
('coverage',
Platform(
Expand Down Expand Up @@ -616,9 +616,9 @@ def __init__(self, very_short, short, long, very_long, logfile):
('pkg.el9-x86_64',
Platform(
'RH9', 'RH9 RPM',
'RedHat Enterprise 9.4 RPM build; '
'RedHat Enterprise 9.5 RPM build; '
'Boost 1.75, Python 3',
rpm_cvlong % ("Rocky Linux 9.4", ""),
rpm_cvlong % ("Rocky Linux 9.5", ""),
'package.el9-x86_64.log')),
('pkg.f16-x86_64',
Platform(
Expand Down

0 comments on commit 521245c

Please sign in to comment.