blob: 387eff2e8edd83c7b1c54d20d1b159bf83934ddf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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 Science Project</name>
</maintainer>
<longdescription lang="en">
PaStiX (Parallel Sparse matriX package) is a scientific library that
provides a high performance parallel solver for very large sparse
linear systems based on direct methods. Numerical algorithms are
implemented in single or double precision (real or complex) using
LLt, LDLt and LU with static pivoting (for non symmetric matrices
having a symmetric pattern). This solver provides also an adaptive
blockwise iLU(k) factorization that can be used as a parallel
preconditioner using approximated supernodes to build a coarser
block structure of the incomplete factors.
</longdescription>
<use>
<flag name="int64">Build the 64 bits integer library</flag>
<flag name="starpu">Build and link with <pkg>dev-libs/starpu</pkg></flag>
</use>
</pkgmetadata>
|