aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/mlpack/metadata.xml')
-rw-r--r--sci-libs/mlpack/metadata.xml25
1 files changed, 18 insertions, 7 deletions
diff --git a/sci-libs/mlpack/metadata.xml b/sci-libs/mlpack/metadata.xml
index 1ce896b0f..f587c48a7 100644
--- a/sci-libs/mlpack/metadata.xml
+++ b/sci-libs/mlpack/metadata.xml
@@ -1,16 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
-mlpack is a C++ machine learning library with emphasis on
-scalability, speed, and ease-of-use. Its aim is to make machine
-learning possible for novice users by means of a simple, consistent
-API, while simultaneously exploiting C++ language features to
-provide maximum performance and maximum flexibility for expert
-users.
-</longdescription>
+ mlpack is a C++ machine learning library with emphasis on
+ scalability, speed, and ease-of-use. Its aim is to make machine
+ learning possible for novice users by means of a simple, consistent
+ API, while simultaneously exploiting C++ language features to
+ provide maximum performance and maximum flexibility for expert
+ users.
+ </longdescription>
+ <use>
+ <flag name="arma-debug">build with armadillo dbug symbols</flag>
+ <flag name="go">build go bindings</flag>
+ <flag name="julia">build julia bindings</flag>
+ <flag name="matlab">build matlab bindings</flag>
+ <flag name="R">build R bindings</flag>
+ </use>
</pkgmetadata>