community/cgal to 4.9.1-2

This commit is contained in:
Kevin Mihelich 2017-05-23 22:57:33 +00:00
parent 1591d4d544
commit 93b2b45190

View file

@ -7,7 +7,7 @@
pkgname=cgal
pkgver=4.9.1
pkgrel=1
pkgrel=2
pkgdesc="Computational Geometry Algorithms Library"
arch=('i686' 'x86_64')
url="http://www.cgal.org"
@ -29,7 +29,7 @@ build() {
cd "$srcdir/CGAL-$pkgver"
mkdir -p build
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib
cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
make
}