From 93f74723605b9790d8b9017d936f9077afd81068 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 12 May 2022 19:17:09 +0200 Subject: [PATCH] dev-cpp/vexcl: depend on clhpp Closes: https://bugs.gentoo.org/843878 Signed-off-by: Alessandro Barbieri --- dev-cpp/vexcl/metadata.xml | 1 - .../vexcl/{vexcl-1.4.3.ebuild => vexcl-1.4.3-r1.ebuild} | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename dev-cpp/vexcl/{vexcl-1.4.3.ebuild => vexcl-1.4.3-r1.ebuild} (92%) diff --git a/dev-cpp/vexcl/metadata.xml b/dev-cpp/vexcl/metadata.xml index eba4a282bc..7f8e3b02b9 100644 --- a/dev-cpp/vexcl/metadata.xml +++ b/dev-cpp/vexcl/metadata.xml @@ -16,7 +16,6 @@ Implement workaround for AMD SI GPUs - Install the OpenCL C++ header provided by VexCL Use Boost.Compute algorithms diff --git a/dev-cpp/vexcl/vexcl-1.4.3.ebuild b/dev-cpp/vexcl/vexcl-1.4.3-r1.ebuild similarity index 92% rename from dev-cpp/vexcl/vexcl-1.4.3.ebuild rename to dev-cpp/vexcl/vexcl-1.4.3-r1.ebuild index eb5ca757a5..3a30be60ea 100644 --- a/dev-cpp/vexcl/vexcl-1.4.3.ebuild +++ b/dev-cpp/vexcl/vexcl-1.4.3-r1.ebuild @@ -26,10 +26,11 @@ IUSE_BACKEND=" +backend-opencl " # backend-cuda -IUSE="${IUSE_BACKEND} amdsi clhpp examples test" #clogs +IUSE="${IUSE_BACKEND} amdsi examples test" #clogs RDEPEND=" dev-libs/boost:= + dev-libs/clhpp backend-jit? ( virtual/opencl ) backend-opencl? ( virtual/opencl ) " @@ -53,12 +54,12 @@ src_configure() { local mycmakeargs=( -DBoost_USE_STATIC_LIBS=OFF - -DVEXCL_BUILD_EXAMPLES=OFF + -DVEXCL_INSTALL_CL_HPP=OFF -DVEXCL_AMD_SI_WORKAROUND=$(usex amdsi) -DVEXCL_BACKEND="${backend}" + -DVEXCL_BUILD_EXAMPLES=$(usex examples) -DVEXCL_BUILD_TESTS=$(usex test) - -DVEXCL_INSTALL_CL_HPP=$(usex clhpp) ) # -DVEXCL_CLOGS=$(usex clogs)