From 76789b1b7138546a40a94db58710f9d4a76c0517 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Fri, 15 Dec 2017 13:58:29 +0800 Subject: [PATCH] rebuildpacs: ignore hdf5:serial --- rebuildpacs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuildpacs.pl b/rebuildpacs.pl index 6f34eff3..e6ec66c1 100755 --- a/rebuildpacs.pl +++ b/rebuildpacs.pl @@ -268,7 +268,7 @@ while () { s,^\s*,,; # patterns are too spammy and rebuilding doesn't help - 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)); + next if (grep { $_ eq $cproblem } qw(patterns-openSUSE installation-images:Kubic fftw3:gnu-openmpi-hpc hdf5:mvapich2 hdf5:openmpi hdf5:serial 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; }