mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/cgal to 4.9.1-2
This commit is contained in:
parent
1591d4d544
commit
93b2b45190
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue