8 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
df58d53a14 Update PORTSCOUT 2019-02-05 13:48:30 +00:00
Sunpoet Po-Chuan Hsieh
04e326d638 Update to 2.10.0
Changes:	https://confluence.ecmwf.int/display/ECC/Latest+news
2019-01-01 20:32:25 +00:00
Mark Linimon
88780dc127 Add USE_CSTD=c99 to fix build with base GCC, which uses c89 by default.
While here, pet portlint.

PR:		234404
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-26 12:32:56 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Sunpoet Po-Chuan Hsieh
cf2406a087 Update MASTER_SITES and WWW 2018-09-06 18:23:25 +00:00
Sunpoet Po-Chuan Hsieh
0c1c355d95 Update to 2.8.2
Changes:	https://confluence.ecmwf.int/display/ECC/Latest+news
2018-08-29 19:08:12 +00:00
Sunpoet Po-Chuan Hsieh
5a628cc623 Clean up Makefile 2018-06-28 21:26:47 +00:00
Sunpoet Po-Chuan Hsieh
a61692dd4c Add eccodes 2.8.0
ecCodes is a package developed by ECMWF which provides an application
programming interface and a set of tools for decoding and encoding messages in
the following formats:
- WMO FM-92 GRIB edition 1 and edition 2
- WMO FM-94 BUFR edition 3 and edition 4
- WMO GTS abbreviated header (only decoding).

A useful set of command line tools provide quick access to the messages. C,
Fortran 90 and Python interfaces provide access to the main ecCodes
functionality.

ecCodes is an evolution of GRIB-API. It is designed to provide the user with a
simple set of functions to access data from several formats with a key/value
approach.

For GRIB encoding and decoding, the GRIB-API functionality is provided fully in
ecCodes with only minor interface and behaviour changes. Interfaces for C,
Fortran 90 and Python are all maintained as in GRIB-API. However, the GRIB-API
Fortran 77 interface is no longer available.

WWW: https://software.ecmwf.int/wiki/display/ECC
2018-06-28 21:18:03 +00:00