Merge pull request #1283 from DimStar77/multibuild

rebuildpacs: Ignore some more multibuild packages
This commit is contained in:
Ludwig Nussel 2017-12-04 16:28:00 +01:00 committed by GitHub
commit 1eaec30c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ while (<INSTALLCHECK>) {
s,^\s*,,; s,^\s*,,;
# patterns are too spammy and rebuilding doesn't help # patterns are too spammy and rebuilding doesn't help
next if (grep { $_ eq $cproblem } qw(patterns-openSUSE installation-images:Kubic)); next if (grep { $_ eq $cproblem } qw(patterns-openSUSE installation-images:Kubic fftw3:gnu-openmpi-hpc hdf5:mvapich2 hdf5:openmpi scalapack:gnu-mvapich2-hpc scalapack:gnu-openmpi-hpc python-numpy:gnu-hpc petsc:serial netcdf:serial netcdf:openmpi netcdf:gnu-hpc netcdf:gnu-openmpi-hpc netcdf:gnu-mvapich2-hpc));
$problems{$cproblem}->{$_} = 1; $problems{$cproblem}->{$_} = 1;
} }