From 785f40dfbc5e8511a1c6ed9cd8d8b40e0f03a857 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sat, 21 Apr 2018 23:22:43 +0300 Subject: gnu: spindle: Limit supported systems. * gnu/packages/admin.scm (spindle)[supported-system]: New field. --- gnu/packages/admin.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 5b47d5faec..8d32518973 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))) -- cgit 1.4.1