community/cgal to 4.9-1.1

This commit is contained in:
Kevin Mihelich 2016-09-21 00:01:47 +00:00
parent 8cfbc2a94e
commit 26ca1d88ab

View file

@ -4,10 +4,11 @@
# 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
pkgrel=1.1
pkgdesc="Computational Geometry Algorithms Library"
arch=('i686' 'x86_64')
url="http://www.cgal.org"
@ -29,7 +30,7 @@ build() {
cd "$srcdir/CGAL-$pkgver"
mkdir -p build
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCGAL_INSTALL_LIB_DIR=/usr/lib
make
}