summaryrefslogtreecommitdiff
path: root/sci-libs/h5hut
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-08-07 12:37:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-08-07 12:37:21 +0100
commitb8c7370a682e4e29cda623222d17a790c01c3642 (patch)
treef6caa14689bd00a5760eadaa381ff41e50ef3c1b /sci-libs/h5hut
parent8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff)
gentoo auto-resync : 07:08:2024 - 12:37:20
Diffstat (limited to 'sci-libs/h5hut')
-rw-r--r--sci-libs/h5hut/Manifest5
-rw-r--r--sci-libs/h5hut/files/h5hut-1.99.13-autotools.patch77
-rw-r--r--sci-libs/h5hut/files/h5hut-1.99.13-mpio.patch12
-rw-r--r--sci-libs/h5hut/h5hut-1.99.13-r1.ebuild40
-rw-r--r--sci-libs/h5hut/metadata.xml8
5 files changed, 0 insertions, 142 deletions
diff --git a/sci-libs/h5hut/Manifest b/sci-libs/h5hut/Manifest
deleted file mode 100644
index 92e352ab909d..000000000000
--- a/sci-libs/h5hut/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX h5hut-1.99.13-autotools.patch 2809 BLAKE2B de8b47ec4dd418cd3c6e5c7670c11fb913c40d92a6ad9dbd75125443e5e827fecb4d21b5551f69355c5da6acb2159a095f448c2e063ac5014138de3321b830f8 SHA512 05200ef8073c1c39e322015e9d4b9764c470336f704c8f86e056d1936de669f256c64baf94307d84f4574d1204f914abffa9b134942e354f474c51dc0b78c05c
-AUX h5hut-1.99.13-mpio.patch 574 BLAKE2B 063729a01cd992fab481871210e0f6c63f2b93cd8f41e7ee11d84e2572e46945b1934a52514376700c4f4e25b142279591698f53067b9398f1290113be5e3399 SHA512 9335f2d84c4353123e1c1af5f82a729322cacd6f0bfa95ccbe042b76693f035c5b2860d788d31063299e3705addd6160b4b985be88beba341bee56a397387919
-DIST H5hut-1.99.13.tar.gz 3029357 BLAKE2B 555d1f89ff60fbd72763026643ae76d5f68bb9d76bfd2fb29d846e3c777184db3be1bae98763ae683e72566e2624678118eea0da8d0bc1e57b84fd0b4777abe7 SHA512 c2590795c45ecf5e642308f5b36c4e573fdcbb6e985f5867c13fd9e1f0ddd9b48fbc423ad0165b8f047256e42a1eb54d508c9322a593bcfad3a2769547d2887a
-EBUILD h5hut-1.99.13-r1.ebuild 790 BLAKE2B 09575e246784c9824cf00cc85660544a9c6edfe280677bdaae9531491a793e0af2e2dfdfc146dd90417a32d1c7c60dfbea4af05d2c469db8625b7428446dd558 SHA512 5541f0e4b059dfb8e77b0aface99028545b5e89459784186de315fd3b4866c9021ece71f6df28ba83ca1168a6aa8aa9eb23c95f8e24064d02edb528085a469f5
-MISC metadata.xml 254 BLAKE2B b855316ec6a32691e84730979c9a077765d46802f09c19f3a06f2cddf677674c9a2ea24c9b57a0fc6344d7f70276ca507a68f5fa690555360665ac494fca54c2 SHA512 5f6faacd216c7ece09e847c09115add5261e7a899e0b0c9304f2ee72e2d0ad208338939e4e37946008bdc81fbbacf415fb220c5c1f9832b17f18c6778d0c0368
diff --git a/sci-libs/h5hut/files/h5hut-1.99.13-autotools.patch b/sci-libs/h5hut/files/h5hut-1.99.13-autotools.patch
deleted file mode 100644
index 262aa61461a3..000000000000
--- a/sci-libs/h5hut/files/h5hut-1.99.13-autotools.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-diff -Naur H5hut-1.99.13.orig/src/Fortran/Makefile.am H5hut-1.99.13/src/Fortran/Makefile.am
---- H5hut-1.99.13.orig/src/Fortran/Makefile.am 2017-07-02 16:46:44.899690038 -0600
-+++ H5hut-1.99.13/src/Fortran/Makefile.am 2017-07-02 16:53:46.414587073 -0600
-@@ -49,9 +49,6 @@
- awk '/INTEGER\*8 :: /{print "\t" $$0}' $^ >$@
- awk '/PARAMETER /{print "\t" $$0}' $^ >> $@
- awk '/INTEGER\*8 FUNCTION/{print "\t" $$1 " " $$3}' $^ >>$@
--
--all-local: $(top_srcdir)/src/include/H5hutF.h
-- $(INSTALL) -m644 .libs/libH5hutF.a $(top_srcdir)/src/lib
- endif
-
- clean: clean-am
-diff -Naur H5hut-1.99.13.orig/src/h5core/Makefile.am H5hut-1.99.13/src/h5core/Makefile.am
---- H5hut-1.99.13.orig/src/h5core/Makefile.am 2017-07-02 16:46:44.899690038 -0600
-+++ H5hut-1.99.13/src/h5core/Makefile.am 2017-07-02 16:58:03.017839542 -0600
-@@ -89,15 +89,10 @@
-
- libH5hut_la_LDFLAGS = -version-info 2:0:0
-
--all-local:
-- $(INSTALL) -m0755 -d $(top_builddir)/src/lib
-- $(INSTALL) -m644 .libs/libH5hut.a $(top_builddir)/src/lib
--
- install-exec-local:
- @$(INSTALL) -d $(DESTDIR)$(includedir)/h5core
- @$(INSTALL) -m644 $(top_srcdir)/src/include/h5core/*.h $(DESTDIR)$(includedir)/h5core/
-
- clean-local:
-- $(RM) -f $(top_srcdir)/src/lib/libH5hut.*
- $(RM) -f *~
-
-diff -Naur H5hut-1.99.13.orig/test/Makefile.am H5hut-1.99.13/test/Makefile.am
---- H5hut-1.99.13.orig/test/Makefile.am 2017-07-02 16:46:44.919690283 -0600
-+++ H5hut-1.99.13/test/Makefile.am 2017-07-02 16:58:01.297818301 -0600
-@@ -1,10 +1,9 @@
- # test level Makefile.am
-
- AM_CPPFLAGS += -I$(top_srcdir)/src/include
--AM_LDFLAGS += -L${abs_top_builddir}/src/lib
-
- LDADD =
--LDADD += -lH5hut
-+LDADD += ../src/h5core/libH5hut.la
-
- noinst_PROGRAMS =
-
-diff -Naur H5hut-1.99.13.orig/tools/Makefile.am H5hut-1.99.13/tools/Makefile.am
---- H5hut-1.99.13.orig/tools/Makefile.am 2017-07-02 16:46:44.919690283 -0600
-+++ H5hut-1.99.13/tools/Makefile.am 2017-07-02 16:59:30.228916458 -0600
-@@ -8,10 +8,9 @@
-
- AM_CPPFLAGS += -I${abs_top_builddir}/src/include -Wno-deprecated
- FFLAGS += -cpp $(AM_CPPFLAGS)
--AM_LDFLAGS += -L${abs_top_builddir}/src/lib
-
- LDADD =
--LDADD += -lH5hut
-+LDADD += ../src/h5core/libH5hut.la
-
- if ENABLE_C
- EXTRA_SCRIPTS = # h5hutcc
-diff -Naur H5hut-1.99.13.orig/tools/vtk2h5grid/Makefile.am H5hut-1.99.13/tools/vtk2h5grid/Makefile.am
---- H5hut-1.99.13.orig/tools/vtk2h5grid/Makefile.am 2017-07-02 16:46:44.919690283 -0600
-+++ H5hut-1.99.13/tools/vtk2h5grid/Makefile.am 2017-07-02 16:58:58.978530564 -0600
-@@ -1,10 +1,9 @@
- AM_CPPFLAGS = -I${abs_top_srcdir}/src/include -Wno-deprecated
- FFLAGS += -cpp $(AM_CPPFLAGS)
--LDFLAGS += -L${abs_top_builddir}/src/lib
-
- LDADD =
-
--LDADD += -lH5hut -lvtkIO -lvtkFiltering -lvtkCommon -lvtksys -lpthread -ldl
-+LDADD += ../src/h5core/libH5hut.la -lvtkIO -lvtkFiltering -lvtkCommon -lvtksys -lpthread -ldl
-
-
- bin_PROGRAMS =
diff --git a/sci-libs/h5hut/files/h5hut-1.99.13-mpio.patch b/sci-libs/h5hut/files/h5hut-1.99.13-mpio.patch
deleted file mode 100644
index a94c8e59000f..000000000000
--- a/sci-libs/h5hut/files/h5hut-1.99.13-mpio.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur H5hut-1.99.13.orig/src/h5core/h5_hdf5_private.h H5hut-1.99.13/src/h5core/h5_hdf5_private.h
---- H5hut-1.99.13.orig/src/h5core/h5_hdf5_private.h 2017-07-02 16:46:44.899690038 -0600
-+++ H5hut-1.99.13/src/h5core/h5_hdf5_private.h 2017-07-02 16:47:16.550080867 -0600
-@@ -934,7 +934,7 @@
- HDF5_WRAPPER_ENTER (h5_err_t,
- "fapl_id=%d, comm=..., use_gpfs=%d",
- fapl_id, (int)use_gpfs);
-- if ( H5Pset_fapl_mpiposix (fapl_id, comm, use_gpfs) < 0)
-+ if ( H5Pset_fapl_mpio (fapl_id, comm, use_gpfs) < 0)
- HDF5_WRAPPER_LEAVE (
- h5_error (
- H5_ERR_HDF5,
diff --git a/sci-libs/h5hut/h5hut-1.99.13-r1.ebuild b/sci-libs/h5hut/h5hut-1.99.13-r1.ebuild
deleted file mode 100644
index 8401f6468846..000000000000
--- a/sci-libs/h5hut/h5hut-1.99.13-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P="${P^h}"
-DESCRIPTION="High-Performance I/O Library for Particle-based Simulations"
-HOMEPAGE="http://www-vis.lbl.gov/Research/H5hut/"
-SRC_URI="https://amas.psi.ch/H5hut/raw-attachment/wiki/DownloadSources/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# < dep on hdf5 because of bug #809221
-# Needs a proper fix.
-DEPEND="
- virtual/mpi
- <sci-libs/hdf5-1.12[mpi]
- "
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}-mpio.patch"
- "${FILESDIR}/${P}-autotools.patch"
- )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf --enable-parallel --enable-shared --disable-static CC=mpicc CXX=mpicxx
-}
diff --git a/sci-libs/h5hut/metadata.xml b/sci-libs/h5hut/metadata.xml
deleted file mode 100644
index c0cd18916a93..000000000000
--- a/sci-libs/h5hut/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>