summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa2b5a4099ab..235dec9b24de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,7 +28,7 @@ pkgbase = dune-common
optdepends = bash-completion: for completion when using bash
optdepends = parmetis: Parallel Graph Partitioning and Fill-reducing Matrix Ordering
optdepends = scotch: Software package and libraries for graph, mesh and hypergraph partitioning, static mapping, and sparse matrix block ordering
- optdepends = tbb: High level abstract threading library
+ optdepends = onetbb: High level abstract threading library
optdepends = man-db: manual pages for dune
optdepends = python-matplotlib: for Matplotlib rendering
optdepends = python-mayavi: for 3D plotting
diff --git a/PKGBUILD b/PKGBUILD
index e9d749a4eeaf..ac0e8b687880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ optdepends=('vc: C++ Vectorization library'
'bash-completion: for completion when using bash'
'parmetis: Parallel Graph Partitioning and Fill-reducing Matrix Ordering'
'scotch: Software package and libraries for graph, mesh and hypergraph partitioning, static mapping, and sparse matrix block ordering'
- 'tbb: High level abstract threading library'
+ 'onetbb: High level abstract threading library'
'man-db: manual pages for dune'
'python-matplotlib: for Matplotlib rendering'
'python-mayavi: for 3D plotting')