mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/gap to 4.11.0-3
This commit is contained in:
parent
fd86e06e31
commit
20645a7fe7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue