mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/polymake to 3.6-1
This commit is contained in:
parent
69c4e41922
commit
73d3c64a81
1 changed files with 8 additions and 7 deletions
|
@ -7,26 +7,27 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=polymake
|
||||
_pkgver=3.5
|
||||
_pkgver=3.6
|
||||
_patchver=
|
||||
#pkgver=$_pkgver.r$_patchver
|
||||
pkgver=$_pkgver
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc="Open source software for research in polyhedral geometry"
|
||||
arch=(x86_64)
|
||||
url="https://polymake.org/"
|
||||
license=(GPL)
|
||||
depends=(normaliz singular ppl lrs perl-xml-writer perl-xml-libxml perl-xml-libxslt perl-term-readline-gnu perl-term-readkey perl-json)
|
||||
makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk)
|
||||
depends=(normaliz singular ppl lrs perl-xml-writer perl-xml-libxml perl-xml-libxslt
|
||||
perl-term-readline-gnu perl-term-readkey perl-json sympol)
|
||||
makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk permlib)
|
||||
optdepends=('java-runtime: java module')
|
||||
source=("https://polymake.org/lib/exe/fetch.php/download/polymake-${_pkgver}-minimal.tar.bz2")
|
||||
sha256sums=('03e88420ba66cc55edc9afc140f62a317b8adfbe88e609997cfead01cbb1d849')
|
||||
sha256sums=('b3378e0cc108e77894e4f2ec4b2f9e22190a59bba6482716900d741cb6775bab')
|
||||
|
||||
build() {
|
||||
cd polymake-$_pkgver
|
||||
LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||
./configure --prefix=/usr CXXOPT="-O1"
|
||||
./configure --prefix=/usr --with-cdd=/usr --with-lrs=/usr --with-permlib=/usr --with-sympol=/usr CXXOPT="-O1"
|
||||
make -j2
|
||||
LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue