diff options
Diffstat (limited to 'sci-libs/sundials/metadata.xml')
-rw-r--r-- | sci-libs/sundials/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-libs/sundials/metadata.xml b/sci-libs/sundials/metadata.xml new file mode 100644 index 000000000000..b4735cc5086b --- /dev/null +++ b/sci-libs/sundials/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Scientific Project</name> + </maintainer> + <longdescription lang="en"> + SUite of Nonlinear and DIfferential/ALgebraic equation Solvers was + implemented with the goal of providing robust time integrators and + nonlinear solvers that can easily be incorporated into existing + simulation codes. The primary design goals were to require minimal + information from the user, allow users to easily supply their own + data structures underneath the solvers, and allow for easy + incorporation of user-supplied linear solvers and preconditioners. + </longdescription> + <use> + <flag name="hypre">Build with <pkg>sci-libs/hypre</pkg> conditioners</flag> + <flag name="sparse">Enable support for <pkg>sci-libs/klu</pkg> sparse solver</flag> + <flag name="superlumt">Build with <pkg>sci-libs/superlu_mt</pkg></flag> + </use> +</pkgmetadata> |