Closed spanezz closed 2 weeks ago
I have tried to modify the spec file to build the package with Meson but I don't know how to translate the configure command
%configure --with-system-pdwt
to Meson.
Oops, you're right, I forgot to port that one!
I have tried to modify the spec file to build the package with Meson but I don't know how to translate the configure command
%configure --with-system-pdwt
to Meson.Oops, you're right, I forgot to port that one!
I pushed support for -D system_pdwt=true
as a meson option.
Currently:
Alternatively the default could be something else, like:
-D system_pdwt=true
is set and none is installed, error out
- or if
-D system_pdwt=true
is set and none is installed, error out
This is the only requirement that we need to build the rpm, thanks!
- or if
-D system_pdwt=true
is set and none is installed, error out This is the only requirement that we need to build the rpm, thanks!
Pushed!
Now I have this error:
msat/meson.build:8:0: ERROR: File config.h does not exist.
See https://simc.arpae.it/moncic-ci/meteosatlib/202411061156/meson/rocky8/build.log
I have tried to modify the spec file to build the package with Meson but I don't know how to translate the configure command
%configure --with-system-pdwt
to Meson.I have tried with a simple
But I think that it tries to compile the bundled version of PublicDecompWT: