summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-09-06 20:28:29 +0200
committerMichel Zou2019-09-06 20:28:29 +0200
commitfe9a886e904fbe45fb38a0e75b0479d9828b5711 (patch)
tree1550d60a0d31f161e94b663d16a79618143c24f4
parentc1c48c9d8a128b5d5f72b33f75e18b88865becf9 (diff)
downloadaur-fe9a886e904fbe45fb38a0e75b0479d9828b5711.tar.gz
suitesparse
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 098821a23d38..89df7f2ce196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-ceres-solver
pkgdesc = Solver for nonlinear least squares problems (mingw-w64)
pkgver = 1.14.0
- pkgrel = 2
+ pkgrel = 3
url = http://ceres-solver.org/
arch = any
license = LGPL
@@ -9,6 +9,7 @@ pkgbase = mingw-w64-ceres-solver
depends = mingw-w64-lapack
depends = mingw-w64-google-glog
depends = mingw-w64-eigen
+ depends = mingw-w64-suitesparse
options = !buildflags
options = staticlibs
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 2e2482c550b3..965d92738b02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=mingw-w64-ceres-solver
pkgver=1.14.0
-pkgrel=2
+pkgrel=3
pkgdesc="Solver for nonlinear least squares problems (mingw-w64)"
arch=('any')
url="http://ceres-solver.org/"
license=('LGPL')
makedepends=('mingw-w64-cmake')
-depends=('mingw-w64-lapack' 'mingw-w64-google-glog' 'mingw-w64-eigen')
+depends=('mingw-w64-lapack' 'mingw-w64-google-glog' 'mingw-w64-eigen' 'mingw-w64-suitesparse')
options=('!buildflags' 'staticlibs' '!strip')
source=("http://ceres-solver.org/ceres-solver-1.14.0.tar.gz")
sha256sums=("4744005fc3b902fed886ea418df70690caa8e2ff6b5a90f3dd88a3d291ef8e8e")