guix-commits
[Top][All Lists]
Advanced

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

04/16: gnu: eye: Fix build.


From: guix-commits
Subject: 04/16: gnu: eye: Fix build.
Date: Sat, 8 Jul 2023 17:28:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e5f6d0ecafba223031d8f379a91961842ca593a6
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jul 2 02:00:05 2023 +0200

    gnu: eye: Fix build.
    
    * gnu/packages/astronomy.scm (eye)[arguments]:
    Add #:configure-flags to build with GCC 10.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/astronomy.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b7dc45338c..b2567b992a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -651,6 +651,10 @@ International Astronomical Union}.")
        (sha256
         (base32 "092qhzcbrkcfidbx4bv9wz42w297n80jk7a6kwyi9a3fjfz81d7k"))))
     (build-system gnu-build-system)
+    (arguments
+     (list
+      #:configure-flags
+      #~(list "CPPFLAGS=-fcommon")))    ; fix build with GCC 10
     (home-page "https://www.astromatic.net/software/eye";)
     (synopsis "Small image feature detector using machine learning")
     (description



reply via email to

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