mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/cgal to 4.9-1
This commit is contained in:
parent
ee72479818
commit
8cfbc2a94e
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - qt5-svg for aarch64 only due to build issue with Qt GLES
|
||||
|
||||
pkgname=cgal
|
||||
pkgver=4.8.1
|
||||
pkgver=4.9
|
||||
pkgrel=1
|
||||
pkgdesc="Computational Geometry Algorithms Library"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,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=('1cbcb3f251822766ed3d744f923c782d')
|
||||
md5sums=('ee31343dbc4bf7b5b7501ec1650e9233')
|
||||
|
||||
# consider building with swig for python stuff
|
||||
# https://gforge.inria.fr/frs/?group_id=52 for _pkgid
|
||||
|
@ -27,7 +27,7 @@ md5sums=('1cbcb3f251822766ed3d744f923c782d')
|
|||
|
||||
build() {
|
||||
cd "$srcdir/CGAL-$pkgver"
|
||||
mkdir build
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue