Libxc is the ETSF library of exchange-correlation functionals. The aim is to provide a portable, well tested and reliable set of exchange and correlation functionals that can be used by all the ETSF codes and also other codes.
12 lines
289 B
Makefile
12 lines
289 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/12/05 21:06:58 jihbed Exp $
|
|
|
|
BUILDLINK_TREE+= libxc
|
|
|
|
.if !defined(LIBXC_BUILDLINK3_MK)
|
|
LIBXC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libxc+= libxc>=1.0
|
|
BUILDLINK_PKGSRCDIR.libxc?= ../../wip/libxc
|
|
.endif # LIBXC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libxc
|