summaryrefslogtreecommitdiff
path: root/homebrew/libxc/.beer
blob: 15a06c3bba007d9036b6ca7f33bd8a8ff0003806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "name": "Libxc",
    "description": "Library of exchange and correlation functionals for codes",
    "url": "https://tddft.org/programs/octopus/download/libxc/4.2.3/libxc-4.2.3.tar.gz",
    "mirror": null,
    "homepage": "https://tddft.org/programs/libxc/",
    "depends": [
        {
            "depend": "gcc",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--enable-shared\",",
        "\"FCCPP=gfortran -E -x c\",",
        "\"CC=#{ENV.cc}\"",
        "system \"make\", \"install\""
    ],
    "version": "4.2.3",
    "file": "libxc.rb"
}