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)