summaryrefslogtreecommitdiff
path: root/homebrew/wcslib/.beer
blob: 6c816c17fc94f1df35733fdf340d98904c2af858 (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
26
27
28
29
30
{
    "name": "Wcslib",
    "description": "Library and utilities for the FITS World Coordinate System",
    "url": "https://www.atnf.csiro.au/pub/software/wcslib/wcslib-6.2.tar.bz2",
    "mirror": null,
    "homepage": "https://www.atnf.csiro.au/people/mcalabre/WCS/",
    "depends": [
        {
            "depend": "cfitsio",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--with-cfitsiolib=#{Formula[\"cfitsio\"].opt_lib}\",",
        "\"--with-cfitsioinc=#{Formula[\"cfitsio\"].opt_include}\",",
        "\"--without-pgplot\",",
        "\"--disable-fortran\"",
        "ENV.deparallelize",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "6.2",
    "file": "wcslib.rb"
}