mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/polymake to 3.1-1
This commit is contained in:
parent
2a7081354e
commit
dbe1abbf16
1 changed files with 9 additions and 11 deletions
|
@ -8,37 +8,35 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=polymake
|
||||
pkgver=3.0r2
|
||||
pkgrel=2
|
||||
pkgver=3.1
|
||||
pkgrel=1
|
||||
pkgdesc="Open source software for research in polyhedral geometry"
|
||||
arch=(i686 x86_64)
|
||||
url="https://polymake.org/"
|
||||
license=(GPL)
|
||||
options=('!distcc')
|
||||
depends=(gmp perl-xml-writer perl-xml-libxml perl-xml-libxslt perl-term-readline-gnu)
|
||||
makedepends=(normaliz cddlib lrs bliss-graphs ppl apache-ant boost) # singular
|
||||
depends=(mpfr perl-xml-writer perl-xml-libxml perl-xml-libxslt perl-term-readline-gnu perl-term-readkey)
|
||||
makedepends=(normaliz cddlib lrs bliss-graphs ppl apache-ant boost singular)
|
||||
optdepends=('singular: ideal library' 'ppl: polytope library' 'java-runtime: java module')
|
||||
source=("https://polymake.org/lib/exe/fetch.php/download/polymake-$pkgver-minimal.tar.bz2")
|
||||
md5sums=('c1f5d71cdd86d0339c3e642494d6ac67')
|
||||
sha256sums=('f751e3c34e5ee3a015a99d1151b357130f15878c0bcea82827a19a12009e7fc0')
|
||||
|
||||
prepare() {
|
||||
cd polymake-3.0
|
||||
cd polymake-$pkgver
|
||||
# fix lrs headers location
|
||||
sed -e 's|lrslib.h|lrslib/lrslib.h|g' -i bundled/lrs/apps/polytope/src/lrs_interface.cc \
|
||||
-i bundled/group/external/sympol/sympol/raycomputationlrs.cpp
|
||||
-i bundled/sympol/external/sympol/sympol/raycomputationlrs.cpp
|
||||
sed -e 's|<lrslib.h>|<lrslib/lrslib.h>|g' -e 's|\$lrs_path\/include|$lrs_path/include/lrslib|g' -i bundled/lrs/configure.pl
|
||||
# fix singular detection
|
||||
sed -e 's|lresources|lsingular_resources|g' -i bundled/singular/configure.pl
|
||||
}
|
||||
|
||||
build() {
|
||||
cd polymake-3.0
|
||||
cd polymake-$pkgver
|
||||
LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||
./configure --prefix=/usr CXXOPT="-O1"
|
||||
make -j2
|
||||
}
|
||||
|
||||
package() {
|
||||
cd polymake-3.0
|
||||
cd polymake-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue