[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33482] [PATCH] gnu: meson: Update to 0.48.2
From: |
Pjotr Prins |
Subject: |
[bug#33482] [PATCH] gnu: meson: Update to 0.48.2 |
Date: |
Tue, 27 Nov 2018 13:43:12 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
One good reason for the meson upgrade is that it has D support.
The GNU D compiler is now part of the GCC project:
https://phoronix.com/scan.php?page=news_item&px=GCC-9-Merges-D-Language
Pj.
On Sat, Nov 24, 2018 at 03:42:04PM -0600, Brett Gilio wrote:
>
> Ludovic Courtès writes:
>
> > Brett Gilio <address@hidden> skribis:
> >
> >> ---
> >> gnu/packages/build-tools.scm | 4 ++--
> >> 1 file changed, 2 insertions(+), 2 deletions(-)
> >>
> >> diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
> >> index a52ee480a..e87d4fa2c 100644
> >> --- a/gnu/packages/build-tools.scm
> >> +++ b/gnu/packages/build-tools.scm
> >> @@ -158,7 +158,7 @@ files and generates build instructions for the Ninja
> >> build system.")
> >> (define-public meson
> >> (package
> >> (name "meson")
> >> - (version "0.47.1")
> >> + (version "0.48.2")
> >
> > This would entail 868 rebuilds according to:
> >
> > guix refresh -l -e '(@ (gnu packages build-tools) meson-for-build)'
> >
> > so I think we’ll wait until ‘core-updates’ has been merged. One thing
> > at a time. :-)
> >
> > Thanks,
> > Ludo’.
>
> My apologies. I forgot to look into the dependencies for rebuild.
>
>
>