summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-09-22 19:03:42 +0200
committerMichel Zou2023-09-22 19:03:42 +0200
commit0c44ca1a328539cc55dda4fde96d6543fa4bfcd5 (patch)
treee5dcbbec8e8493231deb55a9971a30df05e36498
parent051905636719befd2ad05df954f1b2324331bc37 (diff)
downloadaur-0c44ca1a328539cc55dda4fde96d6543fa4bfcd5.tar.gz
suitesparse 7.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa1ac6fea7aa..67987a323e8d 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 = 3
+ pkgrel = 4
url = http://ceres-solver.org/
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 02f2cb3acc19..a3967c196d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-ceres-solver
pkgver=2.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Solver for nonlinear least squares problems (mingw-w64)"
arch=('any')
url="http://ceres-solver.org/"
@@ -16,6 +16,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
+ curl -L https://gitlab.archlinux.org/archlinux/packaging/packages/ceres-solver/-/raw/main/suitesparse-7.2.patch | patch -p1
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-cmake \