summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/starpu/metadata.xml')
-rw-r--r--dev-libs/starpu/metadata.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/starpu/metadata.xml b/dev-libs/starpu/metadata.xml
deleted file mode 100644
index 362d944..0000000
--- a/dev-libs/starpu/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
- <email>bicatali@gentoo.org</email>
- <description>Feel free to update and/or fix</description>
-</maintainer>
-<longdescription lang='en'>
- StarPU is a runtime system that offers support for heterogeneous
- multicore machines. While many efforts are devoted to design efficient
- computation kernels for those architectures (e.g. to implement BLAS
- kernels on GPUs or on Cell's SPUs), StarPU not only takes care of
- offloading such kernels (and implementing data coherency across
- the machine), but it also makes sure the kernels are executed as
- efficiently as possible.
-</longdescription>
-<use>
- <flag name="cuda">Enable NVIDIA CUDA toolkit support</flag>
- <flag name="gcc-plugin">Enable GCC extension plugin (experimental)</flag>
- <flag name="opencl">Enable OpenCL support</flag>
-</use>
-</pkgmetadata>