diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-13 18:48:12 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-06-13 21:48:48 +0200 |
commit | eed0d90c361035f9c51298398a0a1e9d0ec4cc68 (patch) | |
tree | a07e7fb803494468714c0005fda56bf57a75790a /sci-libs/hdf5 | |
parent | games-action/prismlauncher: drop 6.1 (diff) | |
download | gentoo-eed0d90c361035f9c51298398a0a1e9d0ec4cc68.tar.gz gentoo-eed0d90c361035f9c51298398a0a1e9d0ec4cc68.tar.bz2 gentoo-eed0d90c361035f9c51298398a0a1e9d0ec4cc68.zip |
sci-libs/hdf5: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31426
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/hdf5')
-rw-r--r-- | sci-libs/hdf5/files/hdf5-1.14.0-fix-include-path.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-libs/hdf5/files/hdf5-1.14.0-fix-include-path.patch b/sci-libs/hdf5/files/hdf5-1.14.0-fix-include-path.patch deleted file mode 100644 index 4530f1fa6d2e..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.14.0-fix-include-path.patch +++ /dev/null @@ -1,34 +0,0 @@ -https://bugs.gentoo.org/904515 -https://github.com/HDFGroup/hdf5/issues/2422 -https://github.com/HDFGroup/hdf5/issues/2621 -https://github.com/HDFGroup/hdf5/pull/2667 -https://github.com/HDFGroup/hdf5/commit/b77cb393b884c1dbdaffb300aa8c4967d9ba7fb0 - -From b77cb393b884c1dbdaffb300aa8c4967d9ba7fb0 Mon Sep 17 00:00:00 2001 -From: jhendersonHDF <jhenderson@hdfgroup.org> -Date: Tue, 11 Apr 2023 14:31:25 -0500 -Subject: [PATCH] Fix improper include of build directory (#2422, #2621) - (#2667) - ---- a/configure.ac -+++ b/configure.ac -@@ -3012,8 +3012,7 @@ SUBFILING_VFD=no - HAVE_MERCURY="no" - - ## Always include subfiling directory so public header files are available --CPPFLAGS="$CPPFLAGS -I$ac_abs_confdir/src/H5FDsubfiling" --AM_CPPFLAGS="$AM_CPPFLAGS -I$ac_abs_confdir/src/H5FDsubfiling" -+H5_CPPFLAGS="$H5_CPPFLAGS -I$ac_abs_confdir/src/H5FDsubfiling" - - AC_MSG_CHECKING([if the subfiling I/O virtual file driver (VFD) is enabled]) - -@@ -3061,8 +3060,7 @@ if test "X$SUBFILING_VFD" = "Xyes"; then - mercury_dir="$ac_abs_confdir/src/H5FDsubfiling/mercury" - mercury_inc="$mercury_dir/src/util" - -- CPPFLAGS="$CPPFLAGS -I$mercury_inc" -- AM_CPPFLAGS="$AM_CPPFLAGS -I$mercury_inc" -+ H5_CPPFLAGS="$H5_CPPFLAGS -I$mercury_inc" - - HAVE_STDATOMIC_H="yes" - AC_CHECK_HEADERS([stdatomic.h],,[HAVE_STDATOMIC_H="no"]) |