summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2024-02-07 16:46:23 +0100
committerbartus2024-02-07 16:46:23 +0100
commit2dba9ad82ecf2c40b62ad9bc657c00f27418808b (patch)
tree76d84620c4725f9ec3d1fbf15dce2443391bcfb2 /PKGBUILD
parent4a387bbb4229c14dccfd6bc935e44799ecd521c0 (diff)
downloadaur-2dba9ad82ecf2c40b62ad9bc657c00f27418808b.tar.gz
Relax makeflag job limit, add boost dep, drop git makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77e69101fd3e..c0115a003dd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,9 @@ arch=('i686' 'x86_64')
url="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version9.0/"
license=('MIT')
groups=('photogrametry')
-depends=('glibc' 'libpng' 'libjpeg')
-makedepends=('git')
+depends=('boost' 'glibc' 'libpng' 'libjpeg')
# use ccache-ext to make gcc8 cacheable if using options=(ccache)
[[ "${BUILDENV[*]}" =~ [^!]+ccache ]] && makedepends+=('ccache-ext')
-options=(!makeflags)
provides=('poissonrecon' 'ssdrecon' 'surfacetrimmer')
source=("${pkgname}::git+https://github.com/mkazhdan/PoissonRecon.git")
sha256sums=('SKIP')