Date: Friday, August 19, 2022 @ 11:51:57
Author: kgizdov
Revision: 1270011
FS#75274
Modified:
lhapdf/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-19 11:26:39 UTC (rev 1270010)
+++ PKGBUILD 2022-08-19 11:51:57 UTC (rev 1270011)
@@ -3,7 +3,7 @@
# Contributor: JP-Ellis <josh at jpellis dot me>
pkgname=lhapdf
pkgver=6.5.2
-pkgrel=2
+pkgrel=3
pkgdesc="A particle physics tool for evaluating PDFs from discretised data
files"
arch=('x86_64')
url="https://lhapdf.hepforge.org/"
@@ -21,6 +21,7 @@
build() {
cd "${srcdir}/LHAPDF-${pkgver}"
+ export CXXFLAGS="$CFLAGS" # do not define _GLIBCXX_ASSERTIONS
autoreconf -i
## need to rebuild Python extension code with up-to-date Cython for Python
3.7+
## will eventually be fixed upstream