summaryrefslogtreecommitdiff
path: root/homebrew/cminpack/.beer
blob: 1fbb9c7c83262c2e2227043a74a4f4c6cde61ec0 (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": "Cminpack",
    "description": "Solves nonlinear equations and nonlinear least squares problems",
    "url": "https://github.com/devernay/cminpack/archive/v1.3.6.tar.gz",
    "mirror": null,
    "homepage": "http://devernay.free.fr/hacks/cminpack/cminpack.html",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", \"-DBUILD_SHARED_LIBS=ON\", *std_cmake_args",
        "system \"make\", \"install\"",
        "man3.install Dir[\"doc/*.3\"]",
        "doc.install Dir[\"doc/*\"]",
        "pkgshare.install \"examples\""
    ],
    "version": "1.3.6",
    "file": "cminpack.rb"
}