1
1

+ revert part of changeset r28456 that slighly modified behavior of

".ompi_ignore" to ignore entire framework and avoided adding "ignored"
  frameworks to the autogenerated "frameworks.h" header file.

  This change restores previous behavior. 

This commit was SVN r28466.

The following SVN revision numbers were found above:
  r28456 --> open-mpi/ompi@0a950009be
Этот коммит содержится в:
Tom Naughton 2013-05-08 18:10:36 +00:00
родитель cad1d920b2
Коммит 26acf8adb1

Просмотреть файл

@ -504,14 +504,7 @@ dnl MCA information\n";
push(@tmp, $f)
if ($f ne "common");
}
# Then, check ignore status and prume ignored frameworks
@mykeys = ();
my $dir = "$topdir/$pdir/mca";
foreach my $f (@tmp) {
push(@mykeys, $f)
if (!ignored("$dir/$f"));
}
@mykeys = @tmp;
foreach my $f (@mykeys) {
$frameworks_comma .= ", $f";