123456789101112131415161718192021222324 |
- <?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>
|