guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: spindle: Limit supported systems.


From: Efraim Flashner
Subject: 01/01: gnu: spindle: Limit supported systems.
Date: Sat, 21 Apr 2018 16:33:38 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 785f40dfbc5e8511a1c6ed9cd8d8b40e0f03a857
Author: Efraim Flashner <address@hidden>
Date:   Sat Apr 21 23:22:43 2018 +0300

    gnu: spindle: Limit supported systems.
    
    * gnu/packages/admin.scm (spindle)[supported-system]: New field.
---
 gnu/packages/admin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 5b47d5f..8d32518 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2596,4 +2596,6 @@ launch daemons into the relevant nodes.")
      "Spindle is a tool for improving the performance of dynamic library and
 Python loading in HPC environments.")
     (home-page "https://github.com/hpc/Spindle";)
+    ;; This package supports x86_64 and PowerPC64
+    (supported-systems '("x86_64-linux"))
     (license license:lgpl2.1)))



reply via email to

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