Skip to content

Commit f0f9444

Browse files
committed
Release Open MPI 4.1.7
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent 0533817 commit f0f9444

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ function pr($name, $url, $comma) {
8686
<td valign=top>
8787

8888
<?php
89+
news("Open MPI v4.1.7 released",
90+
"Bug fix release",
91+
"https://www.mail-archive.com/announce@lists.open-mpi.org/msg00171.html");
8992
news("Open MPI v5.0.5 released",
9093
"Major new release",
9194
"https://www.mail-archive.com/announce@lists.open-mpi.org/msg00170.html");
92-
news("Open MPI v4.1.6 released",
93-
"Bug fix release",
94-
"https://www.mail-archive.com/announce@lists.open-mpi.org/msg00158.html");
9595
news("hwloc 2.11.2",
9696
"Stable release",
9797
"https://www.mail-archive.com/hwloc-announce@lists.open-mpi.org/msg00169.html");

software/ompi/v4.1/timeline-graph.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
#milestone("v4.1.6rc2", "2023-08-28", $data, $vpos);
5252
#milestone("v4.1.6rc3", "2023-09-25", $data, $vpos);
5353
milestone("v4.1.6", "2023-09-30", $data, $vpos);
54-
milestone("v4.1.7rc1", "2024-10-22", $data, $vpos);
54+
#milestone("v4.1.7rc1", "2024-10-22", $data, $vpos);
55+
milestone("v4.1.7", "2024-10-31", $data, $vpos);
5556

5657
// Party on
5758
$graph->CreateSimple($data);

software/ompi/v4.1/version.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ $download_prefix="https://download.open-mpi.org/release/open-mpi/v" . $release_s
1111
$s3_prefix = "release/open-mpi/v" . $release_series . "/";
1212

1313
/* releases must be ordered newest to oldest */
14-
$releases = array("4.1.6", "4.1.5", "4.1.4", "4.1.3", "4.1.2", "4.1.1", "4.1.0");
14+
$releases = array("4.1.7", "4.1.6", "4.1.5", "4.1.4", "4.1.3", "4.1.2", "4.1.1", "4.1.0");
1515
/* prereleases must be ordered newest to oldest. All prereleases
1616
will be shown, so make an empty array when the official release
1717
is added to releases above */
18-
$prereleases = array("4.1.7rc1");
18+
$prereleases = array();
1919

2020
/* set to true if we should add a cygwin note */
2121
$cygwin_note = 0;

0 commit comments

Comments
 (0)