From 2790f7b437ddfd09d17a61cd795e004da9d2ea08 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 1 Dec 2024 12:22:54 +0200 Subject: gnu: cassini-headers: Limit supported systems. * gnu/packages/linux.scm (cassini-headers)[supported-systems]: New field. Change-Id: I44efa95de527099774abb57da78410c627fdc968 --- gnu/packages/linux.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f7e7126c3d..6eecfb46b3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9032,6 +9032,8 @@ comparing system environments.") the Linux driver and by user-space applications for the Cassini/Slingshot high-speed network interconnect made by HPE (formerly Cray). User-land software uses @file{cxi_prov_hw.h} from this package.") + ;; As per include/cxi_prov_hw.h it is __aarch64__ or __x86_64__ only. + (supported-systems '("x86_64-linux" "aarch64-linux")) (license (list license:gpl2 license:bsd-2))))) ;dual-licensed (define-public cxi-driver -- cgit v1.2.3