summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-05-27 20:10:59 -0500
committerCarlos Aznarán Laos2023-05-27 20:10:59 -0500
commitc2432f178d0e2a7bb5550d2648664d8784d2c1cb (patch)
tree8a71f8deaf4f1afd309eff06f4d6d66e70f874e4
parent9306dc0cb84de92e26f5750ed43f908c7c2e2c86 (diff)
downloadaur-c2432f178d0e2a7bb5550d2648664d8784d2c1cb.tar.gz
replace tbb by onetbb
-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')