summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-12-15 11:28:35 +0100
committerMichel Zou2022-12-15 11:28:35 +0100
commit051905636719befd2ad05df954f1b2324331bc37 (patch)
treeec92d676d5c072e2203c38a2898710054a62a649
parent0051b87ccd1be460e08f59e6d5403405cbc65c5d (diff)
downloadaur-051905636719befd2ad05df954f1b2324331bc37.tar.gz
suitesparse 6.x
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8088ac4fbb93..fa1ac6fea7aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-ceres-solver
pkgdesc = Solver for nonlinear least squares problems (mingw-w64)
pkgver = 2.1.0
- pkgrel = 2
+ pkgrel = 3
url = http://ceres-solver.org/
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index e50c71346287..02f2cb3acc19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-ceres-solver
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Solver for nonlinear least squares problems (mingw-w64)"
arch=('any')
url="http://ceres-solver.org/"
@@ -15,6 +15,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {
cd $srcdir/ceres-solver-$pkgver
+ curl -L https://github.com/ceres-solver/ceres-solver/commit/352b320ab1b5438a0838aea09cbbf07fa4ff5d71.patch | patch -p1
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-cmake \