# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 76979 2011-03-16 00:07:19Z ryandesign@macports.org $

PortSystem          1.0

name                libxc
version             1.0
categories          science
platforms           darwin
maintainers         googlemail.com:fabian.renn

description         exchange-correlation functionals for DFT

long_description    Libxc is a library of exchange-correlation functionals \
                    for density-functional theory. 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.

homepage            http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
master_sites        http://www.tddft.org/programs/octopus/down.php?file=libxc/

checksums           sha1    48a54c718bfb8784bf5e6aadf82d62ffb70bc5a2 \
                    rmd160  0e48a6ab484d1c9f6e305dfc9c860e46c01aa330

depends_lib         port:gcc45
configure.compiler  macports-gcc-4.5

configure.args      --with-gnu-ld

use_parallel_build  no
