me
/
guix
Archived
1
0
Fork 0

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>
master
Sharlatan Hellseher 2023-07-02 02:00:05 +02:00 committed by Tobias Geerinckx-Rice
parent d62ceb7328
commit e5f6d0ecaf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 0 deletions

View File

@ -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