Skip to content
Snippets Groups Projects
Commit f60bb91b authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To cleanup the output of the script

parent 5facd771
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ ignored_pkgs = [ ...@@ -53,6 +53,7 @@ ignored_pkgs = [
'meld', # meld is broken (segmentation fault) and it pulls in too much packages for something not so important 'meld', # meld is broken (segmentation fault) and it pulls in too much packages for something not so important
'nvptx-tools', # Integrated in GCC 'nvptx-tools', # Integrated in GCC
'ospcommon', # Deprecated in favour of rkcommon 'ospcommon', # Deprecated in favour of rkcommon
'Octave', # Installed in GCCcore, let's remove it here so it does not appear in MPI toolchains
'parallel-netcdf', # Renamed to PnetCDF 'parallel-netcdf', # Renamed to PnetCDF
'scikit', # Split in multiple packages 'scikit', # Split in multiple packages
'unzip', # Renamed to UnZip 'unzip', # Renamed to UnZip
...@@ -62,6 +63,7 @@ ignored_pkgs = [ ...@@ -62,6 +63,7 @@ ignored_pkgs = [
'HDFView', # Latest release not compatible with latest HDF5, so let's ignore it for the time being 'HDFView', # Latest release not compatible with latest HDF5, so let's ignore it for the time being
'Julia.CUDA', # Integrated in Julia 'Julia.CUDA', # Integrated in Julia
'Julia.MPI', # Integrated in Julia 'Julia.MPI', # Integrated in Julia
'yaff', # Depends on an old version of h5py and it is rarely used, so let's drop it
] ]
def find_eb_files(path): def find_eb_files(path):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment