diff options
author | Sam James <sam@gentoo.org> | 2023-02-19 18:25:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-19 18:25:16 +0000 |
commit | 7368d878e955819dddd5413bf6be2ea8d629bb58 (patch) | |
tree | 1a95c6dd2718ce03f026bbcd0efb86507291a644 /dev-libs/starpu | |
parent | dev-java/tomcat-servlet-api: Stabilize 8.5.85 x86, #895436 (diff) | |
download | gentoo-7368d878e955819dddd5413bf6be2ea8d629bb58.tar.gz gentoo-7368d878e955819dddd5413bf6be2ea8d629bb58.tar.bz2 gentoo-7368d878e955819dddd5413bf6be2ea8d629bb58.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/starpu')
-rw-r--r-- | dev-libs/starpu/starpu-1.2.6-r1.ebuild | 11 |
1 files changed, 1 insertions, 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 |