guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: r-ff: Remove aarch64-linux from supported-systems.


From: Efraim Flashner
Subject: 02/02: gnu: r-ff: Remove aarch64-linux from supported-systems.
Date: Wed, 25 Oct 2017 12:07:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a6e67d867ce45ddbdf7b6d6d39ad95de1ad2c9b7
Author: Efraim Flashner <address@hidden>
Date:   Wed Oct 25 19:04:19 2017 +0300

    gnu: r-ff: Remove aarch64-linux from supported-systems.
    
    * gnu/packages/cran.scm (r-ff)[supported-systems]: New field.
---
 gnu/packages/cran.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index dba294c..9a27c82 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -410,6 +410,8 @@ any subsequent lookup as it keeps the hash table in 
memory.")
      "This package provides data structures that are stored on disk but
 behave (almost) as if they were in RAM by transparently mapping only a section
 in main memory.")
+    ;; error Architecture not supported.
+    (supported-systems (delete "aarch64-linux" %supported-systems))
     (license license:gpl2)))
 
 (define-public r-ffbase



reply via email to

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