mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/gap to 4.12.0-3
This commit is contained in:
parent
1092da16f1
commit
0f2913c55b
1 changed files with 5 additions and 1 deletions
|
@ -9,20 +9,24 @@
|
||||||
pkgbase=gap
|
pkgbase=gap
|
||||||
pkgname=(gap gap-doc gap-packages)
|
pkgname=(gap gap-doc gap-packages)
|
||||||
pkgver=4.12.0
|
pkgver=4.12.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Groups, Algorithms, Programming: a system for computational discrete algebra'
|
pkgdesc='Groups, Algorithms, Programming: a system for computational discrete algebra'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.gap-system.org/'
|
url='https://www.gap-system.org/'
|
||||||
license=(GPL)
|
license=(GPL)
|
||||||
source=(https://github.com/gap-system/gap/releases/download/v$pkgver/$pkgbase-$pkgver.tar.gz
|
source=(https://github.com/gap-system/gap/releases/download/v$pkgver/$pkgbase-$pkgver.tar.gz
|
||||||
|
https://github.com/gap-system/gap/commit/dce6fa96.patch
|
||||||
gap.sh)
|
gap.sh)
|
||||||
sha256sums=('6005d0c0316fe8803d84681f30be64eace83a9542f975f5cb3dedfadd4391849'
|
sha256sums=('6005d0c0316fe8803d84681f30be64eace83a9542f975f5cb3dedfadd4391849'
|
||||||
|
'd8a362a6c1d27f2925d8b3f8eddc9aaafac1699fb568a035768d039b34ba6eb3'
|
||||||
'143fb8a79a52c007903cce13407850df309ef803a9b00398d05169355917de46')
|
'143fb8a79a52c007903cce13407850df309ef803a9b00398d05169355917de46')
|
||||||
makedepends=(libxaw givaro mpfi cddlib boost libsemigroups c-xsc zeromq fplll wget chrpath fmt eigen normaliz)
|
makedepends=(libxaw givaro mpfi cddlib boost libsemigroups c-xsc zeromq fplll wget chrpath fmt eigen normaliz)
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd gap-$pkgver
|
cd gap-$pkgver
|
||||||
|
|
||||||
|
# Fix including headers when no garbage collector is specified
|
||||||
|
patch -p1 < ../dce6fa96.patch
|
||||||
# Use system libsemigroups
|
# Use system libsemigroups
|
||||||
sed -e 's|test "$with_external_libsemigroups" = yes|true|' -i pkg/semigroups/configure
|
sed -e 's|test "$with_external_libsemigroups" = yes|true|' -i pkg/semigroups/configure
|
||||||
# Use system normaliz
|
# Use system normaliz
|
||||||
|
|
Loading…
Reference in a new issue