commit: 7368d878e955819dddd5413bf6be2ea8d629bb58 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 19 18:25:12 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 18:25:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7368d878
dev-libs/starpu: drop openmp refs in old Rather than hook up openmp in configure for the old version, let's just drop the references to it in pkg_*. Newer versions are set up correctly. Closes: https://bugs.gentoo.org/895446 Fixes: e7e6e85fa6ad70ce179cbae21be690d0eb93978d Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/starpu/starpu-1.2.6-r1.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/dev-libs/starpu/starpu-1.2.6-r1.ebuild b/dev-libs/starpu/starpu-1.2.6-r1.ebuild index 68d66beb7888..224eb6a95155 100644 --- a/dev-libs/starpu/starpu-1.2.6-r1.ebuild +++ b/dev-libs/starpu/starpu-1.2.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,15 +40,6 @@ BDEPEND=" test? ( gcc-plugin? ( dev-scheme/guile ) ) " -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp - fortran-2_pkg_setup -} - src_prepare() { default
