summaryrefslogtreecommitdiff
path: root/graphics/vigra/buildlink3.mk
diff options
context:
space:
mode:
authoradam <adam>2014-05-18 11:31:09 +0000
committeradam <adam>2014-05-18 11:31:09 +0000
commit5487f56ccaa998ba23e260c30dd091e93c5a44ff (patch)
tree5be4e47be5fa4f1381e9b52d0c2f702f7242c10c /graphics/vigra/buildlink3.mk
parent9fbb0a6e89d521c05a72b7bfbbb5ed51cd7812bf (diff)
downloadpkgsrc-5487f56ccaa998ba23e260c30dd091e93c5a44ff.tar.gz
Changes 1.10.0:
* VIGRA got a tutorial. * Significant simplification of the API: MultiArrayView arguments can now be passed to functions directly. The old syntax with Argument Object Factories (srcImageRange(), srcMultiArray() and relatives) remains valid, but is only required when the arguments are old-style BasicImages. * Made StridedArrayTag the default for vigra::MultiArrayView . * Added an efficient multi-dimensional vigra::GridGraph class which support both the LEMON and boost::graph APIs. * Generalized various algorithms to arbitrary dimensions (gaussianGradientMultiArray(), hessianOfGaussianMultiArray(), gaussianDivergenceMultiArray(), localMinima(), localMaxima(), labelMultiArray(), watershedsMultiArray()). * Added slicSuperpixels() for arbitrary dimensions. * Added automatic differentiation (see vigra::autodiff::DualVector). * Added nonlinearLeastSquares() using the Levenberg-Marquardt algorithm and automatic differentiation. More information about the changes can be found on the changelog page.
Diffstat (limited to 'graphics/vigra/buildlink3.mk')
-rw-r--r--graphics/vigra/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/vigra/buildlink3.mk b/graphics/vigra/buildlink3.mk
index 74ce893c85c..a27b53db5b8 100644
--- a/graphics/vigra/buildlink3.mk
+++ b/graphics/vigra/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.8 2013/02/16 11:18:11 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2014/05/18 11:31:09 adam Exp $
BUILDLINK_TREE+= vigra
.if !defined(VIGRA_BUILDLINK3_MK)
VIGRA_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.vigra+= vigra>=1.7.0
-BUILDLINK_ABI_DEPENDS.vigra+= vigra>=1.9.0nb2
+BUILDLINK_API_DEPENDS.vigra+= vigra>=1.10.0
+BUILDLINK_ABI_DEPENDS.vigra+= vigra>=1.10.0
BUILDLINK_PKGSRCDIR.vigra?= ../../graphics/vigra
.include "../../devel/zlib/buildlink3.mk"