Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-graph-tool
Commits:
306eb047 by Jakub Klinkovský at 2025-01-03T14:35:37+01:00
upgpkg: 2.80-5: disable LTO due to performance degradation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of
graphs
pkgver = 2.80
- pkgrel = 4
+ pkgrel = 5
url = https://graph-tool.skewed.de
arch = x86_64
license = LGPL-3.0-or-later
@@ -24,6 +24,7 @@ pkgbase = python-graph-tool
depends = python-zstandard
optdepends = graphviz: graph layout
optdepends = python-matplotlib: graph drawing
+ options = !lto
source = https://downloads.skewed.de/graph-tool/graph-tool-2.80.tar.bz2
sha256sums =
c1a70e075dbe728fad25dc3f5a9a9597880a6d6ff68435b91d21f0b44ef8dbe6
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-graph-tool
pkgver=2.80
-pkgrel=4
+pkgrel=5
pkgdesc='A Python module for manipulation and statistical analysis of graphs'
arch=(x86_64)
url='https://graph-tool.skewed.de'
@@ -36,6 +36,9 @@ optdepends=(
source=("https://downloads.skewed.de/graph-tool/graph-tool-$pkgver.tar.bz2")
sha256sums=('c1a70e075dbe728fad25dc3f5a9a9597880a6d6ff68435b91d21f0b44ef8dbe6')
+# LTO causes performance degradation
+options=(!lto)
+
build() {
cd graph-tool-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graph-tool/-/commit/306eb047a9f872210050ed3c640c1f823fa60676
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graph-tool/-/commit/306eb047a9f872210050ed3c640c1f823fa60676
You're receiving this email because of your account on gitlab.archlinux.org.