summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Wells2017-04-15 09:51:28 -0400
committerDavid Wells2017-04-15 09:51:28 -0400
commit13b998e8d4ed7695aedcd1e9069f18ae43372c7c (patch)
treec1fbd888f8fc8c0c5b5d8116caa5be91e41a9616
parent93bd0d1e603c5f9e3ad4b47bae02b3c63483bf66 (diff)
downloadaur-13b998e8d4ed7695aedcd1e9069f18ae43372c7c.tar.gz
Remove support for MUMPS without PETSc.
deal.II does not have an interface to MUMPS outside of the one provided through PETSc, so this dependency is never used.
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49a0dc3694de..83f8c7360cf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ optdepends=(
'openmpi: High performance message passing library (MPI)'
'petsc: Portable, extensible toolkit for scientific computation'
'slepc: Scalable library for Eigenvalue problem computations'
- 'mumps: Sparse solver library using Gaussian elimination'
'intel-tbb: High level abstract threading library'
'trilinos: object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems'
'metis: partitioning graphs, finite element meshes, fill reducing orderings for sparse matrices.'