summarylogtreecommitdiffstats
path: root/test_optdepends.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test_optdepends.sh')
-rw-r--r--test_optdepends.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test_optdepends.sh b/test_optdepends.sh
index 4536bd318310..4e25a5d3d967 100644
--- a/test_optdepends.sh
+++ b/test_optdepends.sh
@@ -69,6 +69,11 @@ if [ -f "/usr/lib/pkgconfig/superlu.pc" ]; then
CONFOPTS="${CONFOPTS} --with-superlu-lib=-lsuperlu --with-superlu-include=/usr/include/superlu"
fi
+# SuperLU_DIST
+if [ -f "/usr/lib/pkgconfig/superlu_dist.pc" ]; then
+ CONFOPTS="${CONFOPTS} --with-superlu_dist-lib=-lsuperlu_dist --with-superlu_dist-include=/usr/include/superlu_dist"
+fi
+
# Triangle
if [ -f "/usr/lib/libtriangle.so" ]; then
CONFOPTS="${CONFOPTS} --with-triangle=1"