summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2021-07-15 15:12:50 -0400
committerAndrew O'Neill2021-07-15 15:12:50 -0400
commit514927924c691037d152d2c77f4212a77e9714d3 (patch)
treec115a4490f2730565355828a2d23e32b26398708
parentc93963f7918aeec84bdd96ae193c57b221829182 (diff)
downloadaur-514927924c691037d152d2c77f4212a77e9714d3.tar.gz
Add boost and colpack as deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ef83e491eb..cf34ff21d847 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,9 @@ pkgbase = adol-c
url = https://github.com/coin-or/ADOL-C
arch = x86_64
license = EPL
+ depends = boost
+ depends = colpack
source = adol-c-2.7.2.tar.gz::https://github.com/coin-or/ADOL-C/archive/releases/2.7.2.tar.gz
sha256sums = 701e0856baae91b98397960d5e0a87a549988de9d4002d0e9a56fa08f5455f6e
pkgname = adol-c
-
diff --git a/PKGBUILD b/PKGBUILD
index ee4532ef4611..b3a67ae25c34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc='Automatic Differentiation of Algorithms written in C/C++'
arch=('x86_64')
url="https://github.com/coin-or/${_pkgname}"
license=('EPL')
+depends=('boost' 'colpack')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/releases/${pkgver}.tar.gz")
sha256sums=('701e0856baae91b98397960d5e0a87a549988de9d4002d0e9a56fa08f5455f6e')