We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9553e3f commit 5e79c38Copy full SHA for 5e79c38
autogen.pl
@@ -1636,7 +1636,7 @@ sub replace_config_sub_guess {
1636
$m4 .= "m4_define([package_hwloc], [1])\n";
1637
$m4 .= "m4_define([hwloc_tarball], [" . $hwloc_tarball . "])\n";
1638
$m4 .= "m4_define([hwloc_directory], [" . $hwloc_directory . "])\n";
1639
- verbose "--- hwloc enabled\n";
+ verbose "--- hwloc enabled (" . $hwloc_version . ")\n";
1640
}
1641
1642
verbose "=== PMIx\n";
0 commit comments