aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuyi Wang <Strawberry_Str@hotmail.com>2022-06-09 17:23:00 +0800
committerBenda Xu <heroxbd@gentoo.org>2022-06-09 20:45:18 +0800
commit2df28e8d64090ca1c3d9b0ca75c0d12d4025e622 (patch)
tree482f0c5dc39ede9e04e5391ede65671b4575fd1f /sci-libs/HDF5Plugin-Zstandard
parentdev-python/annexremote: pypi sources (diff)
downloadsci-2df28e8d64090ca1c3d9b0ca75c0d12d4025e622.tar.gz
sci-2df28e8d64090ca1c3d9b0ca75c0d12d4025e622.tar.bz2
sci-2df28e8d64090ca1c3d9b0ca75c0d12d4025e622.zip
sci-libs/HDF5Plugin-Zstandard: avoid changing env
This patch syncs with gentoo/gentoo@8e16e74. As the default plugin directory is set to the right value, we don't need to specify the HDF5_PLUGIN_PATH environment variable. This will make our environment clear and less hacky. Closes: https://github.com/gentoo/sci/pull/1146 Signed-off-by: Yuyi Wang <Strawberry_Str@hotmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/HDF5Plugin-Zstandard')
-rw-r--r--sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild b/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild
index ab1a155c3..a74996b46 100644
--- a/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild
+++ b/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="app-arch/zstd sci-libs/hdf5"
+DEPEND="app-arch/zstd >=sci-libs/hdf5-1.12.2-r2"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}-${COMMIT}
@@ -25,9 +25,3 @@ src_configure() {
)
cmake_src_configure
}
-
-src_install() {
- echo "HDF5_PLUGIN_PATH=${EPREFIX}/usr/$(get_libdir)/hdf5/plugin" >> 99h5zstd || die
- doenvd 99h5zstd
- cmake_src_install
-}