Dvegas facilitates adaptive Monte Carlo integration based on an enhanced and extended version of Peter Lepage's VEGAS algorithm. It allows to automatically take into account correlations between sets of dimensions and to fully adapt the sampling of sums of integrals. The code is genuinely object-oriented and written in ISO/ANSI standard C++. Parallel computation is supported through an interface to omniORB, a high-performance, open-source CORBA implementation from AT&T Laboratories Cambridge. Notably, it does not require thread-safe integrand implementations.
15 lines
380 B
Makefile
15 lines
380 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2012/08/26 21:54:53 jihbed Exp $
|
|
|
|
BUILDLINK_TREE+= dvegas
|
|
|
|
.if !defined(DVEGAS_BUILDLINK3_MK)
|
|
DVEGAS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.dvegas+= dvegas>=2.0.1
|
|
BUILDLINK_PKGSRCDIR.dvegas?= ../../wip/dvegas
|
|
|
|
.include "../../math/gsl/buildlink3.mk"
|
|
.include "../../net/omniORB/buildlink3.mk"
|
|
.endif # DVEGAS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -dvegas
|