diff options
author | Michel Zou | 2020-08-04 18:44:24 +0200 |
---|---|---|
committer | Michel Zou | 2020-08-04 18:44:24 +0200 |
commit | 90d7f0bcc655258f09714afc4da0160e728c92ed (patch) | |
tree | 501d6f48fbff45b253b4ecaae2f73f75c932e9de | |
parent | b6a40f3754b9e5322793fd1ab2ba871c076060b8 (diff) | |
download | aur-90d7f0bcc655258f09714afc4da0160e728c92ed.tar.gz |
tbb
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ pkgbase = openturns makedepends = boost makedepends = spectra depends = libxml2 - depends = intel-tbb + depends = tbb depends = hmat-oss depends = python-matplotlib depends = python-psutil @@ -5,7 +5,7 @@ pkgdesc="Uncertainty treatment library" license=('LGPL') arch=('x86_64') url="http://www.openturns.org/" -depends=('libxml2' 'intel-tbb' 'hmat-oss' 'python-matplotlib' 'python-psutil' 'nlopt' 'cminpack' 'ceres-solver' 'dlib' 'coin-or-bonmin') +depends=('libxml2' 'tbb' 'hmat-oss' 'python-matplotlib' 'python-psutil' 'nlopt' 'cminpack' 'ceres-solver' 'dlib' 'coin-or-bonmin') makedepends=('cmake' 'swig' 'boost' 'spectra') backup=('etc/openturns/openturns.conf') source=("https://github.com/openturns/openturns/archive/v$pkgver.tar.gz") |