From 5085d90420f59fbed25546145e9874466496ca23 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 1 Mar 2021 14:16:07 +0100 Subject: [PATCH 1/3] parallel-netcdf: deprecate all variants build with openmpi <= 3.1.5 --- HDF5/parallel-netcdf/files/variants.rhel6 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 HDF5/parallel-netcdf/files/variants.rhel6 diff --git a/HDF5/parallel-netcdf/files/variants.rhel6 b/HDF5/parallel-netcdf/files/variants.rhel6 new file mode 100644 index 0000000..3b5842e --- /dev/null +++ b/HDF5/parallel-netcdf/files/variants.rhel6 @@ -0,0 +1,3 @@ +parallel-netcdf/1.9.0 deprecated gcc/7.3.0 openmpi/1.10.7 hdf5/1.10.1 +parallel-netcdf/1.9.0 deprecated gcc/7.3.0 openmpi/3.0.1 hdf5/1.10.1 +parallel-netcdf/1.9.0 stable pgi/18.5 pgi-mpi/18.5 hdf5/1.10.1 From 4c475bfdacf1561060712ab844bbac65c3c684ee Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 1 Mar 2021 14:17:19 +0100 Subject: [PATCH 2/3] parallel-netcdf: build script reviewed --- HDF5/parallel-netcdf/build | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/HDF5/parallel-netcdf/build b/HDF5/parallel-netcdf/build index a9cacd5..f56e687 100755 --- a/HDF5/parallel-netcdf/build +++ b/HDF5/parallel-netcdf/build @@ -4,10 +4,10 @@ pbuild::set_download_url "http://cucis.ece.northwestern.edu/projects/PnetCDF/Rel pbuild::add_to_group 'HDF5' -pbuild::add_docfiles 'AUTHORS' 'CREDITS' -pbuild::add_docfiles 'COPYING' 'COPYRIGHT' -pbuild::add_docfiles 'ChangeLog' 'NEWS' -pbuild::add_docfiles 'RELEASE_NOTES' +pbuild::install_docfiles 'AUTHORS' 'CREDITS' +pbuild::install_docfiles 'COPYING' 'COPYRIGHT' +pbuild::install_docfiles 'ChangeLog' 'NEWS' +pbuild::install_docfiles 'RELEASE_NOTES' pbuild::pre_configure() { pbuild::add_configure_args "--with-mpi=${MPICC/bin\/*}" @@ -33,5 +33,3 @@ pbuild::pre_configure() { esac } -pbuild::make_all - From 041c55da83b6fc204c34dbcc1ac9096668a34bdf Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 1 Mar 2021 14:18:22 +0100 Subject: [PATCH 3/3] parallel-netcdf: variants file renamed --- HDF5/parallel-netcdf/1/variants | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 HDF5/parallel-netcdf/1/variants diff --git a/HDF5/parallel-netcdf/1/variants b/HDF5/parallel-netcdf/1/variants deleted file mode 100644 index 3fb9fdd..0000000 --- a/HDF5/parallel-netcdf/1/variants +++ /dev/null @@ -1,3 +0,0 @@ -parallel-netcdf/1.9.0 unstable gcc/7.3.0 openmpi/1.10.7 hdf5/1.10.1 -parallel-netcdf/1.9.0 unstable gcc/7.3.0 openmpi/3.0.1 hdf5/1.10.1 -parallel-netcdf/1.9.0 unstable pgi/18.5 pgi-mpi/18.5 hdf5/1.10.1