Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
normaliz
Commits:
dfadb6ac by Antonio Rojas at 2024-08-25T18:15:22+02:00
upgpkg: 3.10.3-2: Rebuild with shared nauty
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,18 @@
pkgbase = normaliz
pkgdesc = A tool for computations in affine monoids, vector
configurations, lattice polytopes, and rational cones
pkgver = 3.10.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.normaliz.uni-osnabrueck.de/
arch = x86_64
license = GPL-3.0-or-later
makedepends = boost
makedepends = git
- makedepends = nauty
+ depends = e-antic
depends = flint
depends = gcc-libs
depends = glibc
depends = gmp
- depends = e-antic
+ depends = nauty
source = git+https://github.com/Normaliz/Normaliz#tag=v3.10.3
sha256sums =
a12ba6bbdfa93d8222d0388be3068f6a7de72396a0a96f4835ff1502dc1e1ad5
=====================================
PKGBUILD
=====================================
@@ -3,19 +3,19 @@
pkgname=normaliz
pkgver=3.10.3
-pkgrel=1
+pkgrel=2
pkgdesc='A tool for computations in affine monoids, vector configurations,
lattice polytopes, and rational cones'
arch=(x86_64)
url='https://www.normaliz.uni-osnabrueck.de/'
license=(GPL-3.0-or-later)
-depends=(flint
+depends=(e-antic
+ flint
gcc-libs
glibc
gmp
- e-antic)
+ nauty)
makedepends=(boost
- git
- nauty)
+ git)
source=(git+https://github.com/Normaliz/Normaliz#tag=v$pkgver)
sha256sums=('a12ba6bbdfa93d8222d0388be3068f6a7de72396a0a96f4835ff1502dc1e1ad5')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/normaliz/-/commit/dfadb6ac1c1f8d9424399449b4ab57ac41837844
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/normaliz/-/commit/dfadb6ac1c1f8d9424399449b4ab57ac41837844
You're receiving this email because of your account on gitlab.archlinux.org.