dev-cpp/vexcl: always depend on boost, add IUSE_BACKEND

Closes: https://bugs.gentoo.org/799839
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-08-22 03:07:59 +02:00
parent 077abf753e
commit 8fe125e027
2 changed files with 23 additions and 14 deletions

View File

@@ -18,9 +18,9 @@
<flag name="amdsi">Implement workaround for AMD SI GPUs</flag>
<flag name="clhpp">Install the OpenCL C++ header provided by VexCL</flag>
<!--<flag name="clogs">Use clogs algorithms</flag>-->
<flag name="compute">Use Boost.Compute algorithms</flag>
<!--<flag name="cuda">Use CUDA as backend</flag>-->
<flag name="jit">Use the JIT backend</flag>
<flag name="opencl">Use OpenCL as backend</flag>
<flag name="backend-compute">Use Boost.Compute algorithms</flag>
<!--<flag name="backend-cuda">Use CUDA as backend</flag>-->
<flag name="backend-jit">Use the JIT backend</flag>
<flag name="backend-opencl">Use OpenCL as backend</flag>
</use>
</pkgmetadata>