ecbuild icon indicating copy to clipboard operation
ecbuild copied to clipboard

A CMake-based build system, consisting of a collection of CMake macros and functions that ease the managing of software build systems

Results 12 ecbuild issues
Sort by recently updated
recently updated
newest added

CI fails on all platforms during testing phase (see https://github.com/ecmwf/ecbuild/actions/runs/4542140680). I noticed there was a new version of CMake released (3.26.0 [logs)](https://github.com/ecmwf/ecbuild/actions/runs/4542140680/jobs/8005180226#step:6:229) since the last successful run (3.25.3 [logs](https://github.com/ecmwf/ecbuild/actions/runs/4487734038/jobs/7891484317#step:6:231)), maybe...

When I build a project with `ecbuild`, the software automatically adds its own compiler flags into the project, for example https://github.com/ecmwf/ecbuild/blob/develop/cmake/compiler_flags/Intel_Fortran.cmake I don't want that, in fact, I think `ecbuild`...

I am working on updating a legacy project that will use `ecbuild` to build multiple executables in the following way: ``` ecbuild_add_executable( TARGET app SOURCES ${app_src_files} LIBS crtm ) ```...

Hi, I searched for the reason why this build system is layered on top of CMake, but was not able to find a section in the documentation on why this...

As per title: multiple places in the code assume that `INSTALL_{BIN,INCLUDE,LIB}_DIR` are relative and yield broken output when they are absolute. That by itself would not be a problem, even...

A query for the "canonical" ecbuild. We (in GEOS) have a fork of ecbuild that we use in our project. Recently [I had to patch our fork](https://github.com/GEOS-ESM/ecbuild/pull/3) because I wanted...

The macro/ecbuild_*files mentioned in the errors below are created in the doc/html/macros directory, but they only contain HTML boilerplate with no actual documentation information. Also, the index.html and macros.html files...

Apologies if this is the wrong repository; I am building and ctesting eckit and suffering a ctest failure in the get_eckit_test_data task: `(curl) downloading http://download.ecmwf.org/test-data/eckit/tests/utils/2t_sfc.grib curl: (28) Connection timed out...

The server http://download.ecmwf.org is hardcoded in several places in ecbuild_get_test_data.cmake It would be better if the server name be made configurable so we can use a server closer to us,...