From 66079ad2ea94202ceed50c0ebbb0eb5f895fa3d4 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 18 Apr 2023 17:53:21 +0200 Subject: sci-libs/med: restrict to hdf5<14 Signed-off-by: Andrew Ammerlaan --- sci-libs/med/med-4.1.1-r1.ebuild | 114 +++++++++++++++++++++++++++++++++++++++ sci-libs/med/med-4.1.1.ebuild | 114 --------------------------------------- 2 files changed, 114 insertions(+), 114 deletions(-) create mode 100644 sci-libs/med/med-4.1.1-r1.ebuild delete mode 100644 sci-libs/med/med-4.1.1.ebuild (limited to 'sci-libs/med') diff --git a/sci-libs/med/med-4.1.1-r1.ebuild b/sci-libs/med/med-4.1.1-r1.ebuild new file mode 100644 index 000000000000..9b2d35e26ef3 --- /dev/null +++ b/sci-libs/med/med-4.1.1-r1.ebuild @@ -0,0 +1,114 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +FORTRAN_NEEDED=fortran + +PYTHON_COMPAT=( python3_{9..11} ) + +inherit cmake flag-o-matic fortran-2 python-single-r1 + +DESCRIPTION="A library to store and exchange meshed data or computation results" +HOMEPAGE="https://www.salome-platform.org/user-section/about/med" +SRC_URI="https://files.salome-platform.org/Salome/other/${P}.tar.gz" +LICENSE="LGPL-3" +S="${WORKDIR}/${P}_SRC" + +SLOT="0" +KEYWORDS="amd64 ~x86" +IUSE="doc fortran mpi python test" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="!test? ( test ) python? ( test )" + +RDEPEND=" + !sci-libs/libmed + dev-lang/tk:0= +