dev-cpp/vexcl: move backend use expand to profiles/desc

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-27 00:58:24 +02:00
parent e13293b264
commit a434bd558f
3 changed files with 19 additions and 14 deletions

View File

@@ -17,9 +17,5 @@
<use>
<flag name="amdsi">Implement workaround for AMD SI GPUs</flag>
<!--<flag name="clogs">Use clogs algorithms</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>