From 6306380456e5018d2fa995ab53a32f66f4227032 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 26 Apr 2017 04:21:15 +0000 Subject: [PATCH] community/cgal to 4.9.1-1 --- community/cgal/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/community/cgal/PKGBUILD b/community/cgal/PKGBUILD index d2bf52cf8..39b00f91d 100644 --- a/community/cgal/PKGBUILD +++ b/community/cgal/PKGBUILD @@ -4,11 +4,10 @@ # ALARM: Kevin Mihelich # - 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 }