community/gap to 4.11.0-3

This commit is contained in:
Kevin Mihelich 2020-06-05 23:28:33 +00:00
parent fd86e06e31
commit 20645a7fe7

View file

@ -8,7 +8,7 @@
pkgbase=gap
pkgname=(gap gap-doc gap-packages)
pkgver=4.11.0
pkgrel=2
pkgrel=3
pkgdesc="Groups, Algorithms, Programming: a system for computational discrete algebra"
arch=(x86_64)
url="https://www.gap-system.org/"
@ -56,6 +56,7 @@ build() {
libtool --mode=install install libgap.la "$srcdir"/gap-$pkgver/tmp-install
cd pkg
export CFLAGS+=" -fcommon" # Fix anupq and cohomolo build with GCC 10
export CXXFLAGS+=" -I/usr/include/cxsc" # Find c-xsc headers
export LDFLAGS+=" -L$srcdir/gap-$pkgver/tmp-install -lgap" # See https://trac.sagemath.org/ticket/27372
export LD_LIBRARY_PATH="$srcdir"/gap-$pkgver/tmp-install