Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / msolve
Commits: 1aeb60ab by Antonio Rojas at 2023-10-21T00:19:11+02:00 upgpkg: 0.5.0-2: flint 3.0 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = msolve + pkgdesc = Library for polynomial system solving through algebraic methods + pkgver = 0.5.0 + pkgrel = 2 + url = https://msolve.lip6.fr/ + arch = x86_64 + license = GPL2 + depends = flint + depends = gcc-libs + depends = glibc + depends = gmp + source = https://github.com/algebraic-solving/msolve/archive/v0.5.0/msolve-0.5.0.tar.gz + source = https://github.com/algebraic-solving/msolve/commit/fe730579.patch + sha256sums = 08daa2fc7447ba7074b28a4d263ef05fad42dca5b30310971948307ee3ed38d3 + sha256sums = f9103720a6ce3d99c378cf750a3359b9a3d8f2e17ad45d9f7a3e2d689f225f82 + +pkgname = msolve ===================================== PKGBUILD ===================================== @@ -2,19 +2,25 @@ pkgname=msolve pkgver=0.5.0 -pkgrel=1 +pkgrel=2 pkgdesc='Library for polynomial system solving through algebraic methods' url='https://msolve.lip6.fr/' arch=(x86_64) license=(GPL2) -depends=(flint) +depends=(flint + gcc-libs + glibc + gmp) makedepends=() -source=(https://github.com/algebraic-solving/msolve/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('08daa2fc7447ba7074b28a4d263ef05fad42dca5b30310971948307ee3ed38d3') +source=(https://github.com/algebraic-solving/msolve/archive/v$pkgver/$pkgname-$pkgver.tar.gz + https://github.com/algebraic-solving/msolve/commit/fe730579.patch) +sha256sums=('08daa2fc7447ba7074b28a4d263ef05fad42dca5b30310971948307ee3ed38d3' + 'f9103720a6ce3d99c378cf750a3359b9a3d8f2e17ad45d9f7a3e2d689f225f82') prepare() { cd $pkgname-$pkgver ./autogen.sh + patch -p1 -i ../fe730579.patch # Fix build with flint 3 } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/1aeb60ab771ae3eb59bbf4b9ce485a17127e93ba -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/msolve/-/commit/1aeb60ab771ae3eb59bbf4b9ce485a17127e93ba You're receiving this email because of your account on gitlab.archlinux.org.