guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/17: gnu: openjpeg: Don't build 'libopenjp2.a'.


From: guix-commits
Subject: 05/17: gnu: openjpeg: Don't build 'libopenjp2.a'.
Date: Wed, 1 May 2019 18:40:32 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 8de1979d7c2ad52100bd37ae0180e598e68d1c7c
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 7 23:31:58 2019 +0200

    gnu: openjpeg: Don't build 'libopenjp2.a'.
    
    * gnu/packages/image.scm (openjpeg)[arguments]: Add #:configure-flags.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 6c0ae47..9adbf78 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -592,8 +592,8 @@ work.")
                 "1dn98d2dfa1lqyxxmab6rrcv52dyhjr4g7i4xf2w54fqsx14ynrb"))))
     (build-system cmake-build-system)
     (arguments
-      ;; Trying to run `$ make check' results in a no rule fault.
-      '(#:tests? #f))
+     '(#:tests? #f                   ;TODO: requires a 1.1 GiB data repository
+       #:configure-flags '("-DBUILD_STATIC_LIBS=OFF")))
     (inputs
       `(("lcms" ,lcms)
         ("libpng" ,libpng)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]