* Fixed the build process for MacOS X. * Re-activeted vigra-config (script to query VIGRA installation information) and added VigraConfig.cmake (query VIGRA installation information from within cmake). * Added CDash support (nightly builds and tests). * Added convexHull(). * Added vigra::Box. * Added vigra::Sampler class to sample given data in various ways. * Added much new functionality to the vigra::RandomForest class (e.g. more split strategies, variable importance measures, feature selection) * Added readSIF() (reader for the Andor SIF file format). * Added vigra::HDF5File for easier navigation in HDF5 files. * Added recursive approximation of the Gaussian filter (recursiveGaussianFilterX(), recursiveGaussianFilterY()) * vigranumpy: added Gabor filtering. * Fixed multi-threading bugs at various places. * Minor improvements and bug fixes in the code and documentation.
18 lines
507 B
Makefile
18 lines
507 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2011/01/29 16:29:03 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.7.0nb1
|
|
BUILDLINK_PKGSRCDIR.vigra?= ../../graphics/vigra
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.endif # VIGRA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -vigra
|