community/cgal to 4.9.1-1

This commit is contained in:
Kevin Mihelich 2017-04-26 04:21:15 +00:00
parent 6927d16e2a
commit 6306380456

View file

@ -4,11 +4,10 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - qt5-svg for aarch64 only due to build issue with Qt GLES
# - specify -DCGAL_INSTALL_LIB_DIR=/usr/lib to prevent AArch64 from going into lib64
pkgname=cgal
pkgver=4.9
pkgrel=1.1
pkgver=4.9.1
pkgrel=1
pkgdesc="Computational Geometry Algorithms Library"
arch=('i686' 'x86_64')
url="http://www.cgal.org"
@ -19,7 +18,7 @@ optdepends=('eigen: for some packages, see the CGAL manual')
optdepends_aarch64=('qt5-svg: for CGAL_Qt5')
makedepends=('cmake' 'eigen' 'boost')
makedepends_aarch64=('qt5-svg')
md5sums=('ee31343dbc4bf7b5b7501ec1650e9233')
md5sums=('820ef17ffa7ed87af6cc9918a961d966')
# consider building with swig for python stuff
# https://gforge.inria.fr/frs/?group_id=52 for _pkgid
@ -30,7 +29,7 @@ build() {
cd "$srcdir/CGAL-$pkgver"
mkdir -p build
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCGAL_INSTALL_LIB_DIR=/usr/lib
cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib
make
}