all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33482] [PATCH] gnu: meson: Update to 0.48.2
@ 2018-11-24  6:22 Brett Gilio
  2018-11-24 21:39 ` Ludovic Courtès
  2018-12-04 19:07 ` bug#33482: " Marius Bakke
  0 siblings, 2 replies; 5+ messages in thread
From: Brett Gilio @ 2018-11-24  6:22 UTC (permalink / raw)
  To: 33482

---
 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")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/"
@@ -166,7 +166,7 @@ files and generates build instructions for the Ninja build system.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "19mdap2ncvczajx220bd73xmwhd8x906382y18cn9c5syxwxwwyn"))))
+                "01jmm2wmnqhqk6f2gfhzhyzh0il6bjbyl8syy457p76ws2zxisir"))))
     (build-system python-build-system)
     (arguments
      `(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH
-- 
2.19.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#33482] [PATCH] gnu: meson: Update to 0.48.2
  2018-11-24  6:22 [bug#33482] [PATCH] gnu: meson: Update to 0.48.2 Brett Gilio
@ 2018-11-24 21:39 ` Ludovic Courtès
  2018-11-24 21:42   ` Brett Gilio
  2018-12-04 19:07 ` bug#33482: " Marius Bakke
  1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2018-11-24 21:39 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 33482

Brett Gilio <brettg@posteo.net> 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’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#33482] [PATCH] gnu: meson: Update to 0.48.2
  2018-11-24 21:39 ` Ludovic Courtès
@ 2018-11-24 21:42   ` Brett Gilio
  2018-11-27 12:43     ` Pjotr Prins
  0 siblings, 1 reply; 5+ messages in thread
From: Brett Gilio @ 2018-11-24 21:42 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 33482


Ludovic Courtès writes:

> Brett Gilio <brettg@posteo.net> 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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#33482] [PATCH] gnu: meson: Update to 0.48.2
  2018-11-24 21:42   ` Brett Gilio
@ 2018-11-27 12:43     ` Pjotr Prins
  0 siblings, 0 replies; 5+ messages in thread
From: Pjotr Prins @ 2018-11-27 12:43 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 33482

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 <brettg@posteo.net> 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.
> 
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#33482: [PATCH] gnu: meson: Update to 0.48.2
  2018-11-24  6:22 [bug#33482] [PATCH] gnu: meson: Update to 0.48.2 Brett Gilio
  2018-11-24 21:39 ` Ludovic Courtès
@ 2018-12-04 19:07 ` Marius Bakke
  1 sibling, 0 replies; 5+ messages in thread
From: Marius Bakke @ 2018-12-04 19:07 UTC (permalink / raw)
  To: Brett Gilio, 33482-done

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

Brett Gilio <brettg@posteo.net> writes:

> ---
>  gnu/packages/build-tools.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Pushed to 'staging' (with a commit log) as
e8de4b1f5fe4f7fdc0c16664e1e6c159755b99dc, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-04 19:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-24  6:22 [bug#33482] [PATCH] gnu: meson: Update to 0.48.2 Brett Gilio
2018-11-24 21:39 ` Ludovic Courtès
2018-11-24 21:42   ` Brett Gilio
2018-11-27 12:43     ` Pjotr Prins
2018-12-04 19:07 ` bug#33482: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.