diff options
author | Michel Zou | 2020-11-01 21:33:36 +0100 |
---|---|---|
committer | Michel Zou | 2020-11-01 21:33:36 +0100 |
commit | 50d58c00316fcea44b7d4ae6a7df44d864834e0d (patch) | |
tree | 4f8cd89c8da6f6fce5b8552d5f7620f6cc64b6db | |
parent | ef8d6e4f2b56d76b9a26b7780dd5c3bf17c52705 (diff) | |
download | aur-50d58c00316fcea44b7d4ae6a7df44d864834e0d.tar.gz |
dlib
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -17,7 +17,6 @@ pkgbase = openturns depends = nlopt depends = cminpack depends = ceres-solver - depends = dlib depends = coin-or-bonmin depends = hdf5 backup = etc/openturns/openturns.conf @@ -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' 'dlib' 'coin-or-bonmin' 'hdf5') +depends=('libxml2' 'tbb' 'hmat-oss' 'python-matplotlib' 'python-psutil' 'nlopt' 'cminpack' 'ceres-solver' 'coin-or-bonmin' 'hdf5') makedepends=('cmake' 'swig' 'boost' 'spectra') backup=('etc/openturns/openturns.conf') source=("https://github.com/openturns/openturns/archive/v$pkgver.tar.gz") |