extra/polymake to 4.11-9

This commit is contained in:
Kevin Mihelich 2024-05-12 23:12:54 +00:00
parent 8430372191
commit 97fd4fdd0b
3 changed files with 4 additions and 2 deletions

View file

@ -122,6 +122,8 @@ prepare() {
export MAKEFLAGS="-j4"
fi
CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}" && CXXFLAGS="$CFLAGS"
# Allow build to set march and options on AArch64 (crc, crypto)
[[ $CARCH == "aarch64" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/-march=armv8-a//'` && CXXFLAGS="$CFLAGS"

View file

@ -1,7 +1,7 @@
pkgbase = polymake
pkgdesc = Open source software for research in polyhedral geometry
pkgver = 4.11
pkgrel = 8
pkgrel = 9
url = https://polymake.org/
arch = x86_64
license = GPL

View file

@ -8,7 +8,7 @@ highmem=1
pkgname=polymake
pkgver=4.11
pkgrel=8
pkgrel=9
_perlver=`perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]).".".($v->[2]);'`
pkgdesc='Open source software for research in polyhedral geometry'
arch=(x86_64)