diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-12 14:24:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-12 14:24:50 +0300 |
commit | fd84429f87be81d79c634bfa77d716abb34a7626 (patch) | |
tree | 69ea51944127ed2776c0647e3ce024180da3cc37 /sci-libs | |
parent | app-i18n/rime-data: un-last-rite (diff) | |
download | gentoo-fd84429f87be81d79c634bfa77d716abb34a7626.tar.gz gentoo-fd84429f87be81d79c634bfa77d716abb34a7626.tar.bz2 gentoo-fd84429f87be81d79c634bfa77d716abb34a7626.zip |
sci-libs/h5part: treeclean
Bug: https://bugs.gentoo.org/933768
Bug: https://bugs.gentoo.org/849923
Bug: https://bugs.gentoo.org/882403
Bug: https://bugs.gentoo.org/837020
Bug: https://bugs.gentoo.org/741444
Bug: https://bugs.gentoo.org/831092
Bug: https://bugs.gentoo.org/862717
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/h5part/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/h5part/files/h5part-1.6.6-mpio.patch | 26 | ||||
-rw-r--r-- | sci-libs/h5part/h5part-1.6.6-r1.ebuild | 28 | ||||
-rw-r--r-- | sci-libs/h5part/metadata.xml | 8 |
4 files changed, 0 insertions, 63 deletions
diff --git a/sci-libs/h5part/Manifest b/sci-libs/h5part/Manifest deleted file mode 100644 index 70c6be3ebff2..000000000000 --- a/sci-libs/h5part/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST H5Part-1.6.6.tar.gz 441755 BLAKE2B bc0027a91cc5f28009dc1b716fe548c670307ca19782158314d3358e66091608cf81149dece1fddf4f279aa920b06930019a26c5f34e4e3ce58df80d003ff5e6 SHA512 0842017bfe1510746e6f9451daaaaff3d9f6eee5209e241bcc8f2d0ce96450b8929f718c41a3434f53c9457adc2547628ad57ac8a0fb1cbfb7c74862aebf996d diff --git a/sci-libs/h5part/files/h5part-1.6.6-mpio.patch b/sci-libs/h5part/files/h5part-1.6.6-mpio.patch deleted file mode 100644 index 152cfec34985..000000000000 --- a/sci-libs/h5part/files/h5part-1.6.6-mpio.patch +++ /dev/null @@ -1,26 +0,0 @@ -https://github.com/quinoacomputing/H5Part/commit/b8b106c368c3400b4df3d38e97ae2943d37d3c7d.patch - -From b8b106c368c3400b4df3d38e97ae2943d37d3c7d Mon Sep 17 00:00:00 2001 -From: Jozsef Bakosi <jbakosi@lanl.gov> -Date: Thu, 28 Jul 2016 08:37:24 -0600 -Subject: [PATCH] Replace H5Pset_fapl_mpiposix with H5Pset_fapl_mpio - -Based on the advice at -http://www.unidata.ucar.edu/mailing_lists/archives/netcdfgroup/2014/msg00188.html. ---- - src/H5Part.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/H5Part.c b/src/H5Part.c -index 433a574..8a1b893 100644 ---- a/src/H5Part.c -+++ b/src/H5Part.c -@@ -246,7 +246,7 @@ _H5Part_open_file ( - /* select the HDF5 VFD */ - if (flags & H5PART_VFD_MPIPOSIX) { - _H5Part_print_info ( "Selecting MPI-POSIX VFD" ); -- if (H5Pset_fapl_mpiposix ( f->access_prop, comm, 0 ) < 0) { -+ if (H5Pset_fapl_mpio ( f->access_prop, comm, 0 ) < 0) { - HANDLE_H5P_SET_FAPL_ERR; - goto error_cleanup; - } diff --git a/sci-libs/h5part/h5part-1.6.6-r1.ebuild b/sci-libs/h5part/h5part-1.6.6-r1.ebuild deleted file mode 100644 index 388a4fe89c55..000000000000 --- a/sci-libs/h5part/h5part-1.6.6-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="${P^^[hp]}" -DESCRIPTION="Portable High Performance Parallel Data Interface to HDF5" -HOMEPAGE="https://vis.lbl.gov/archive/Research/H5Part/" -SRC_URI="https://codeforge.lbl.gov/frs/download.php/latestfile/18/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=" - virtual/mpi - sci-libs/hdf5:=[mpi] -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-mpio.patch" ) - -S="${WORKDIR}/${MY_P}" - -src_configure() { - econf --enable-parallel --enable-shared --disable-static CC=mpicc CXX=mpicxx -} diff --git a/sci-libs/h5part/metadata.xml b/sci-libs/h5part/metadata.xml deleted file mode 100644 index c0cd18916a93..000000000000 --- a/sci-libs/h5part/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> -</pkgmetadata> |