[ITP] ecCodes 2.21.0

2021-05-01 Thread Marco Atzeri via Cygwin-apps
Library used in the Meteo science, available in Debian and Fedora 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

Re: eccodes

2021-04-12 Thread Brian Inglis
On 2021-04-12 13:22, Achim Gratz wrote: [I am using yahoo mail through a browser and I can't find a setting for unformatted text.] It never ceases to amaze me that after all those years they still don't manage to make (or even just use) a decent web mailer. Reading and answering your mail via

Re: eccodes

2021-04-12 Thread Achim Gratz
[please keep your answers on the list] >> You should download that data set via SRC_URI instead so it is already >> available when needed, unless it is too large to get packaged, >> > Thanks. Are you are saying I should add script to download the file in > function src_test? Or add its URI as a va

Re: eccodes

2021-04-12 Thread Marco Atzeri via Cygwin-apps
Brendan, Bottom post on Cygwin mailing lists, please On 11.04.2021 23:53, brendan detracey via Cygwin-apps wrote: That worked Marco. Thanks guys!How did "cygmake test" know it had to call "ctest"? In the eccodes instructions, "ctest" is the co

Re: eccodes

2021-04-11 Thread brendan detracey via Cygwin-apps
That worked Marco. Thanks guys!How did "cygmake test" know it had to call "ctest"? In the eccodes instructions, "ctest" is the command.  Why doesn't cygport automatically symlink the cyg*dll files for tests? -brendandetra...@yahoo.com

Re: eccodes

2021-04-11 Thread Marco Atzeri via Cygwin-apps
On 11.04.2021 20:53, Brian Inglis wrote: On 2021-04-11 12:01, Achim Gratz wrote: brendan detracey via Cygwin-apps writes: eccodes builds out of the box, more or less. However, all tests fail because the cyg*.dll's weren't copied to ${B}/bin. (They were handled properly when bui

Re: eccodes

2021-04-11 Thread Brian Inglis
On 2021-04-11 12:01, Achim Gratz wrote: brendan detracey via Cygwin-apps writes: eccodes builds out of the box, more or less. However, all tests fail because the cyg*.dll's weren't copied to ${B}/bin. (They were handled properly when built without cygport i.e. copied from src a

Re: eccodes

2021-04-11 Thread Achim Gratz
brendan detracey via Cygwin-apps writes: > eccodes builds out of the box, more or less. However, all tests fail > because the cyg*.dll's weren't copied to ${B}/bin. (They were handled > properly when built without cygport i.e. copied from src and fortran > subdirs of the bu

eccodes

2021-04-11 Thread brendan detracey via Cygwin-apps
Hi, eccodes builds out of the box, more or less. However, all tests fail because the cyg*.dll's weren't copied to ${B}/bin. (They were handled properly when built without cygport i.e. copied from src and fortran subdirs of the build dir.) What have I done wrong? Apologies for cut an