summaryrefslogtreecommitdiff
path: root/sci-libs/sundials/metadata.xml
blob: 3a9a3b12146918b41fce229bd813f22ebb299aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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="int64">Use index size of 64 rather than 32 bits</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>
	<upstream>
		<remote-id type="github">LLNL/sundials</remote-id>
	</upstream>
</pkgmetadata>