diff options
author | Andrew Sun | 2019-06-03 22:16:19 -0400 |
---|---|---|
committer | Andrew Sun | 2019-06-03 22:16:19 -0400 |
commit | 75a935a353d8bba9a0005556fbc03e5e5796c447 (patch) | |
tree | 886d19d0c4bb856f73e98ad0b4c9b95a29ef9143 /PKGBUILD | |
parent | 8c72454f61e385a3eb37861a9e3fba9e1a29c15b (diff) | |
download | aur-75a935a353d8bba9a0005556fbc03e5e5796c447.tar.gz |
sfcgal: update to 1.3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 17 |
1 files changed, 4 insertions, 13 deletions
@@ -2,7 +2,7 @@ # Contributor: Hannes Graeuler < hgraeule [at] uos [dot] de > pkgname=sfcgal -pkgver=1.3.6 +pkgver=1.3.7 pkgrel=1 pkgdesc="Wrapper around the CGAL library that intents to implement 2D and 3D operations on OGC standards models" arch=('i686' 'x86_64') @@ -11,17 +11,8 @@ license=('GPL2') provides=('sfcgal') depends=('cgal>=4.1' 'boost' 'gmp' 'mpfr' 'openscenegraph') makedepends=('cmake') -source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Oslandia/SFCGAL/archive/v${pkgver}.tar.gz" - "cgal-4.14.patch") -sha256sums=('5840192eb4a1a4e500f65eedfebacd4bc4b9192c696ea51d719732dc2c75530a' - '64b7c850fc7ed576e5a13c69ce5e8352ef63d800c4dcea23c77883ca9231d6ed') - -prepare() { - cd ${srcdir}/SFCGAL-${pkgver} - # Fix for use with cgal version 4.14 - # See https://github.com/Oslandia/SFCGAL/pull/189 - patch -Np1 -i ${srcdir}/cgal-4.14.patch -} +source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Oslandia/SFCGAL/archive/v${pkgver}.tar.gz") +sha256sums=('30ea1af26cb2f572c628aae08dd1953d80a69d15e1cac225390904d91fce031b') build() { cd ${srcdir}/SFCGAL-${pkgver} @@ -30,7 +21,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DSFCGAL_BUILD_EXAMPLES=0 \ + -DSFCGAL_BUILD_EXAMPLES=1 \ -DSFCGAL_BUILD_TESTS=0 \ .. make |