[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
- branch master updated (0a645ac606 -> 3718307833), guix-commits, 2023/07/08
- 03/16: gnu: swarp: Update to 2.41.5., guix-commits, 2023/07/08
- 01/16: gnu: weightwatcher: Fix build., guix-commits, 2023/07/08
- 04/16: gnu: eye: Fix build.,
guix-commits <=
- 02/16: gnu: weightwatcher: Fetch sources from Git., guix-commits, 2023/07/08
- 05/16: gnu: eye: Fetch sources from Git., guix-commits, 2023/07/08
- 06/16: gnu: eye: Mark up description., guix-commits, 2023/07/08
- 08/16: gnu: missfits: Fetch sources from Git., guix-commits, 2023/07/08
- 12/16: gnu: skymaker: Remove input labels., guix-commits, 2023/07/08
- 07/16: gnu: missfits: Fix build., guix-commits, 2023/07/08
- 10/16: gnu: skymaker: Fix build., guix-commits, 2023/07/08
- 13/16: gnu: skymaker: Update to 4.2.0-0.1a69c47., guix-commits, 2023/07/08
- 15/16: gnu: stuff: Update to 2.0.1., guix-commits, 2023/07/08
- 16/16: gnu: stuff: Mark up description., guix-commits, 2023/07/08