diff options
author | Michel Zou | 2019-09-16 06:17:32 +0200 |
---|---|---|
committer | Michel Zou | 2019-09-16 06:17:32 +0200 |
commit | 175ebc7610c9249d7116723054be529bbde6f711 (patch) | |
tree | 4617f9fc8599803fbf7e911c41c5f63334867c4e | |
parent | 58151dfb36cec24b9654f09ebc5f7e896943a070 (diff) | |
download | aur-175ebc7610c9249d7116723054be529bbde6f711.tar.gz |
optpp
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -18,7 +18,6 @@ pkgbase = openturns depends = nlopt depends = cminpack depends = ceres-solver - depends = optpp backup = etc/openturns/openturns.conf source = https://github.com/openturns/openturns/archive/v1.13.tar.gz sha256sums = dcdc1b37f7171c4106fa6392cc240ef780198d377938169d3f9ac0e541453930 @@ -5,7 +5,7 @@ pkgdesc="Uncertainty treatment library" license=('LGPL') arch=('i686' 'x86_64') url="http://www.openturns.org/" -depends=('libxml2' 'muparser' 'intel-tbb' 'hmat-oss' 'python-matplotlib' 'python-psutil' 'nlopt' 'cminpack' 'ceres-solver' 'optpp') +depends=('libxml2' 'muparser' 'intel-tbb' 'hmat-oss' 'python-matplotlib' 'python-psutil' 'nlopt' 'cminpack' 'ceres-solver') makedepends=('cmake' 'swig' 'boost') backup=('etc/openturns/openturns.conf') source=("https://github.com/openturns/openturns/archive/v$pkgver.tar.gz") |