From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-libs/starpu/starpu-1.2.6-r1.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dev-libs/starpu/starpu-1.2.6-r1.ebuild') diff --git a/dev-libs/starpu/starpu-1.2.6-r1.ebuild b/dev-libs/starpu/starpu-1.2.6-r1.ebuild index 1670ddc579cc..68d66beb7888 100644 --- a/dev-libs/starpu/starpu-1.2.6-r1.ebuild +++ b/dev-libs/starpu/starpu-1.2.6-r1.ebuild @@ -40,6 +40,15 @@ 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 -- cgit v1.2.3