mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/cgal to 4.9-1.1
This commit is contained in:
parent
8cfbc2a94e
commit
26ca1d88ab
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue