diff options
author | Michel Zou | 2020-11-02 11:18:45 +0100 |
---|---|---|
committer | Michel Zou | 2020-11-02 11:18:45 +0100 |
commit | 0a133c8aeae61e5e6666507c58d923f921a643c1 (patch) | |
tree | bf8ade7614fac2f52cc6179951926dc020aef701 | |
parent | 50d58c00316fcea44b7d4ae6a7df44d864834e0d (diff) | |
download | aur-0a133c8aeae61e5e6666507c58d923f921a643c1.tar.gz |
dlib
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -18,6 +18,7 @@ pkgbase = openturns depends = cminpack depends = ceres-solver depends = coin-or-bonmin + depends = dlib depends = hdf5 backup = etc/openturns/openturns.conf source = https://github.com/openturns/openturns/archive/v1.16rc1.tar.gz @@ -5,7 +5,7 @@ pkgdesc="Uncertainty treatment library" license=('LGPL') arch=('x86_64') url="http://www.openturns.org/" -depends=('libxml2' 'tbb' 'hmat-oss' 'python-matplotlib' 'python-psutil' 'nlopt' 'cminpack' 'ceres-solver' 'coin-or-bonmin' 'hdf5') +depends=('libxml2' 'tbb' 'hmat-oss' 'python-matplotlib' 'python-psutil' 'nlopt' 'cminpack' 'ceres-solver' 'coin-or-bonmin' 'dlib' 'hdf5') makedepends=('cmake' 'swig' 'boost' 'spectra') backup=('etc/openturns/openturns.conf') source=("https://github.com/openturns/openturns/archive/v$pkgver.tar.gz") |