Commits
Takeshi Enomoto authored 0b50b246987
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 cmake 1.0 |
5 5 | PortGroup compilers 1.0 |
6 6 | |
7 7 | name ecCodes |
8 - | version 2.12.0 |
8 + | version 2.12.5 |
9 9 | platforms darwin |
10 10 | maintainers {takeshi @tenomoto} |
11 11 | license Apache-2 |
12 12 | categories science |
13 13 | description API and tools for decoding and encoding GRIB, BUFR and GTS formats |
14 14 | homepage https://confluence.ecmwf.int/display/ECC |
15 15 | master_sites https://confluence.ecmwf.int/download/attachments/45757960 |
16 16 | distname eccodes-${version}-Source |
17 - | checksums rmd160 9dfd7feaf65722cd1b4bd6b8ae1f8c8ee4bf693c \ |
18 - | sha256 f75ae5ce9e543622e8e40c3037619f8d9e6542c902933adb371bac82aee91367 \ |
19 - | size 10959065 |
17 + | checksums rmd160 f3f6a34fdc521676d6e1069e4741e894d6db174f \ |
18 + | sha256 0c14cb222f18a0357fd996f0802867c54500765836a8fa0aaedb92671973e614 \ |
19 + | size 10968231 |
20 20 | long_description \ |
21 21 | ecCodes is a package developed by ECMWF which provides an application programming interface and \ |
22 22 | a set of tools for decoding and encoding messages in the following formats: \ |
23 23 | \n* WMO FM-92 GRIB edition 1 and edition 2 \ |
24 24 | \n* WMO FM-94 BUFR edition 3 and edition 4 \ |
25 25 | \n* WMO GTS abbreviated header (only decoding). |
26 26 | |
27 27 | if [fortran_variant_isset] { |
28 28 | compilers.choose cc fc f77 f90 |
29 29 | } |