unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51783] [PATCH core-updates-frozen] gnu: Complete renaming openexr to openexr-2.
@ 2021-11-12  6:40 Brendan Tildesley
  2021-11-18 14:30 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Brendan Tildesley @ 2021-11-12  6:40 UTC (permalink / raw)
  To: 51783; +Cc: Vinicius Monego, Leo Famulari

* gnu/packages/kde.scm (krita):[configure-flags]: d71336b2e3 missed one
reference of openexr that should have become openexr-2, breaking krita's
build. Rename it.
---
 gnu/packages/kde.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 2b843f163a..b74ea81b61 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -471,7 +471,7 @@ (define-public krita
      `(#:tests? #f
        #:configure-flags
        ,#~(list "-DBUILD_TESTING=OFF"
-                (string-append "-DCMAKE_CXX_FLAGS=-I" #$openexr
+                (string-append "-DCMAKE_CXX_FLAGS=-I" #$openexr-2
                                "/include/OpenEXR"))))
     (native-inputs
      `(("curl" ,curl)
-- 
2.33.1





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

* [bug#51783] [PATCH core-updates-frozen] gnu: Complete renaming openexr to openexr-2.
  2021-11-12  6:40 [bug#51783] [PATCH core-updates-frozen] gnu: Complete renaming openexr to openexr-2 Brendan Tildesley
@ 2021-11-18 14:30 ` Ludovic Courtès
  2021-11-20 11:06   ` Brendan Tildesley
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2021-11-18 14:30 UTC (permalink / raw)
  To: Brendan Tildesley; +Cc: 51783, Vinicius Monego, Leo Famulari

Hi,

Brendan Tildesley <mail@brendan.scot> skribis:

> * gnu/packages/kde.scm (krita):[configure-flags]: d71336b2e3 missed one
> reference of openexr that should have become openexr-2, breaking krita's
> build. Rename it.
> ---
>  gnu/packages/kde.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
> index 2b843f163a..b74ea81b61 100644
> --- a/gnu/packages/kde.scm
> +++ b/gnu/packages/kde.scm
> @@ -471,7 +471,7 @@ (define-public krita
>       `(#:tests? #f
>         #:configure-flags
>         ,#~(list "-DBUILD_TESTING=OFF"
> -                (string-append "-DCMAKE_CXX_FLAGS=-I" #$openexr
> +                (string-append "-DCMAKE_CXX_FLAGS=-I" #$openexr-2
>                                 "/include/OpenEXR"))))

Hmm what branch are you looking at?  On today’s ‘core-updates-frozen’,
it looks like this:

       #:configure-flags
       (list "-DBUILD_TESTING=OFF"
             (string-append "-DCMAKE_CXX_FLAGS=-I"
                            (assoc-ref %build-inputs "openexr")
                            "/include/OpenEXR"))

Use of gexps would be welcome but it hasn’t landed on
‘core-updates-frozen’ AFAICS.

Ludo’.




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

* [bug#51783] [PATCH core-updates-frozen] gnu: Complete renaming openexr to openexr-2.
  2021-11-18 14:30 ` Ludovic Courtès
@ 2021-11-20 11:06   ` Brendan Tildesley
  0 siblings, 0 replies; 3+ messages in thread
From: Brendan Tildesley @ 2021-11-20 11:06 UTC (permalink / raw)
  To: Ludovic Courtès
  Cc: 51783-close@debbugs.gnu.org, 51783@debbugs.gnu.org,
	Vinicius Monego, Leo Famulari


> On 11/18/2021 3:30 PM Ludovic Courtès <ludo@gnu.org> wrote:

> Hmm what branch are you looking at?  On today’s ‘core-updates-frozen’,
> it looks like this:
> 
Sorry, I changed this in my own branch and mistook it for upstream without checking.
I think I had to do it because %build-inputs isn't defined anymore with qt-build-system
so krita fails currently.

closed




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

end of thread, other threads:[~2021-11-20 11:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12  6:40 [bug#51783] [PATCH core-updates-frozen] gnu: Complete renaming openexr to openexr-2 Brendan Tildesley
2021-11-18 14:30 ` Ludovic Courtès
2021-11-20 11:06   ` Brendan Tildesley

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).