mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/polymake to 3.4-4
This commit is contained in:
parent
36081a8dce
commit
e76cae8b9b
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ _pkgver=3.4
|
|||
_patchver=
|
||||
#pkgver=$_pkgver.r$_patchver
|
||||
pkgver=$_pkgver
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Open source software for research in polyhedral geometry"
|
||||
arch=(x86_64)
|
||||
url="https://polymake.org/"
|
||||
|
@ -24,7 +24,6 @@ sha256sums=('f4ddfd8275b5b9fbf953e6b24f707d00081a1a6d32ac0e6a52165d016609b1e8')
|
|||
|
||||
build() {
|
||||
cd polymake-$_pkgver
|
||||
export CXXFLAGS+=' -DENFNORMALIZ' # Workaround https://github.com/Normaliz/Normaliz/issues/222
|
||||
LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||
./configure --prefix=/usr CXXOPT="-O1"
|
||||
make -j2
|
||||
|
|
Loading…
Reference in a new issue