diff options
| author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2026-06-10 21:44:25 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-06-22 11:52:39 +0200 |
| commit | 975b67e495629ec1bdaac0142d0e5afad905b613 (patch) | |
| tree | 3970b00acba053d2a79199a22f0e5b5733e56651 /gnu | |
| parent | b218b187ff4e9d3b5f513f6f659cd384730fadd8 (diff) | |
gnu: libcxi: Downgrade to 13.0.0.
Fixes a regression observed at run-time on Slingshot hardware with the upgrade
to 14.0.0 in commit 7541cb605c2133b52854e575b97a91d662fd399a.
See <https://github.com/HewlettPackard/shs-libcxi/issues/18> for details.
* gnu/packages/linux.scm (libcxi): Downgrade to 13.0.0.
Change-Id: Ib926f72ccc02c8caceb165d69152084f469a59f2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #9228
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1d4f2c2ef40..fd3c2764828 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -10233,7 +10233,9 @@ Currently the Linux driver itself is missing from this package.") | |||
| 10233 | (define-public libcxi | 10233 | (define-public libcxi |
| 10234 | (package | 10234 | (package |
| 10235 | (name "libcxi") | 10235 | (name "libcxi") |
| 10236 | (version "14.0.0") | 10236 | ;; Note: Do not upgrade until |
| 10237 | ;; <https://github.com/HewlettPackard/shs-libcxi/issues/18> is resolved. | ||
| 10238 | (version "13.0.0") | ||
| 10237 | (home-page "https://github.com/HewlettPackard/shs-libcxi") | 10239 | (home-page "https://github.com/HewlettPackard/shs-libcxi") |
| 10238 | (source | 10240 | (source |
| 10239 | (origin | 10241 | (origin |
| @@ -10242,7 +10244,7 @@ Currently the Linux driver itself is missing from this package.") | |||
| 10242 | (commit (string-append "release/shs-" version)))) | 10244 | (commit (string-append "release/shs-" version)))) |
| 10243 | (file-name (git-file-name name version)) | 10245 | (file-name (git-file-name name version)) |
| 10244 | (sha256 | 10246 | (sha256 |
| 10245 | (base32 "03czzz6h9jbmfikd85mx93bn84icnia08h69afw40flmpqidp5kh")))) | 10247 | (base32 "1m8mds1h8plhfn2ja9br31xaiy82ky69685cp1rznanl18inaiff")))) |
| 10246 | (build-system gnu-build-system) | 10248 | (build-system gnu-build-system) |
| 10247 | (arguments | 10249 | (arguments |
| 10248 | (list #:configure-flags | 10250 | (list #:configure-flags |
