guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: fsom: Build with GCC 6.


From: guix-commits
Subject: 08/09: gnu: fsom: Build with GCC 6.
Date: Tue, 7 Dec 2021 09:52:24 -0500 (EST)

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

commit a98fe1d46e3d6e6aa03f7cbd9b4afc74796bac00
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 15:37:16 2021 +0100

    gnu: fsom: Build with GCC 6.
    
    * gnu/packages/bioinformatics.scm (fsom)[native-inputs]: Add gcc-6.
    [arguments]: Remove trailing #T.
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b775d79..35c28b8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14083,8 +14083,9 @@ combinatorial configurations.\", G. Ehrlich - Journal 
of the ACM (JACM),
            (replace 'install
              (lambda* (#:key outputs #:allow-other-keys)
                (let ((bin (string-append (assoc-ref outputs "out") "/bin")))
-                 (install-file "fsom" bin))
-               #t)))))
+                 (install-file "fsom" bin)))))))
+      (native-inputs
+       `(("gcc" ,gcc-6)))
       (home-page "https://github.com/ekg/fsom";)
       (synopsis "Manage SOM (Self-Organizing Maps) neural networks")
       (description "A tiny C library for managing SOM (Self-Organizing Maps)



reply via email to

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