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