Ticket #28777: Portfile

File Portfile, 1.1 KB (added by fabian.renn@…, 13 years ago)

portfile for scientific/libxc

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5
6name                libxc
7version             1.0
8categories          science
9platforms           darwin
10maintainers         fabianrenn
11description         exchange-correlation functionals for DFT
12long_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.
13homepage            http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
14master_sites        http://www.tddft.org/programs/octopus/down.php?file=libxc/
15
16checksums           md5     4a8ef0c8fccc695e65466ec1a8878280 \
17                    sha1    48a54c718bfb8784bf5e6aadf82d62ffb70bc5a2 \
18                    rmd160  0e48a6ab484d1c9f6e305dfc9c860e46c01aa330
19
20depends_lib                     port:gcc45
21
22use_parallel_build  no
23
24configure.compiler  macports-gcc-4.5
25configure.args --with-gnu-ld