Commits
David B. Evans authored 38aaa2e3538
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup compilers 1.0 |
5 5 | |
6 6 | name cfitsio |
7 - | version 3.440 |
7 + | version 3.450 |
8 8 | categories science |
9 9 | license zlib MIT {LGPL Noncommercial} |
10 10 | platforms darwin |
11 11 | maintainers nomaintainer |
12 12 | |
13 13 | description C access to FITS data files with optional Fortran wrappers |
14 14 | |
15 15 | long_description CFITSIO is a library of C and Fortran subroutines for \ |
16 16 | reading and writing data files in FITS (Flexible Image \ |
17 17 | Transport System) data format. CFITSIO simplifies the \ |
21 21 | of the FITS file format. At the same time, CFITSIO \ |
22 22 | provides many advanced features that have made it the \ |
23 23 | most widely used FITS file programming interface in the \ |
24 24 | astronomical community. |
25 25 | |
26 26 | homepage https://heasarc.gsfc.nasa.gov/fitsio/ |
27 27 | master_sites https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ |
28 28 | distname ${name}[strsed ${version} {g/\.//}] |
29 29 | worksrcdir ${name} |
30 30 | |
31 - | checksums rmd160 395981944c8db05cf0e6352c5d2e7424612f63af \ |
32 - | sha256 dd1cad4208fb7a9462914177f26672ccfb21fc8a1f6366e41e7b69b13ad7fd24 |
31 + | checksums rmd160 1a421eeaed9a511e76533aa457dbd44002d23627 \ |
32 + | sha256 bf6012dbe668ecb22c399c4b7b2814557ee282c74a7d5dc704eb17c30d9fb92e \ |
33 + | size 4738748 |
33 34 | |
34 35 | patchfiles patch-configure.diff patch-Makefile.in.diff |
35 36 | |
36 37 | compilers.choose fc |
37 38 | compilers.setup |
38 39 | |
39 40 | # turn off FORTRAN compiler wrappers by removing FORTRAN from the path |
40 41 | if {![fortran_variant_isset]} { |
41 42 | configure.fc none |
42 43 | } |