summaryrefslogtreecommitdiff
blob: ca887f81772221ee8496cc4f132ade9fcdadaf17 (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
<?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 Science Project</name>
</maintainer>
<longdescription lang="en">
  SuiteSparseQR is an implementation of the multifrontal sparse QR
  factorization method. Parallelism is exploited both in the BLAS and
  across different frontal matrices using Intel's Threading Building
  Blocks. It can obtain a substantial fraction of the theoretical
  peak performance of a multicore computer.
</longdescription>
<use>
  <flag name="partition">
    Use the partition module of <pkg>sci-libs/cholmod</pkg> for partitioning
  </flag>
  <flag name="tbb">Enable multithreading with the Intel Threads
  Building Block <pkg>dev-cpp/tbb</pkg></flag>
</use>
<upstream>
  <remote-id type="github">DrTimothyAldenDavis/SuiteSparse</remote-id>
</upstream>
</pkgmetadata>