[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/15: gnu: ibutils: Use gexps.
From: |
guix-commits |
Subject: |
04/15: gnu: ibutils: Use gexps. |
Date: |
Thu, 23 Feb 2023 10:33:52 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit f30946ce13ab7619ac3747db18003de61a0a651b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Feb 23 14:34:33 2023 +0100
gnu: ibutils: Use gexps.
* gnu/packages/fabric-management.scm (ibutils)[arguments]: Use gexps.
---
gnu/packages/fabric-management.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/fabric-management.scm
b/gnu/packages/fabric-management.scm
index 09e4a2b854..dc32b163da 100644
--- a/gnu/packages/fabric-management.scm
+++ b/gnu/packages/fabric-management.scm
@@ -164,10 +164,12 @@ interface to this library is not guaranteed to be
stable.")
perl))
(native-inputs (list swig))
(arguments
- `(#:configure-flags
- (list (string-append "--with-osm=" (assoc-ref %build-inputs "opensm"))
- (string-append "--with-tk-lib=" (assoc-ref %build-inputs "tk")
"/lib")
- "--disable-static")))
+ (list #:configure-flags
+ #~(list (string-append "--with-osm="
+ #$(this-package-input "opensm"))
+ (string-append "--with-tk-lib="
+ #$(this-package-input "tk") "/lib")
+ "--disable-static")))
(synopsis "InfiniBand network utilities")
(description "These command-line utilities allow for diagnosing and
testing InfiniBand networks.")
- branch master updated (92984eb93f -> 3809aa01a1), guix-commits, 2023/02/23
- 02/15: gnu: ucx: Use gexps., guix-commits, 2023/02/23
- 01/15: gnu: ucx: Mark POWER9 as supported., guix-commits, 2023/02/23
- 03/15: gnu: infiniband-diags: Use gexps., guix-commits, 2023/02/23
- 04/15: gnu: ibutils: Use gexps.,
guix-commits <=
- 06/15: gnu: psm2: Use gexps., guix-commits, 2023/02/23
- 05/15: gnu: ibutils: Fix compilation., guix-commits, 2023/02/23
- 12/15: doc: Further clarify documentation of 'host' and 'hosts-service-type'., guix-commits, 2023/02/23
- 07/15: gnu: openmpi: Use gexps., guix-commits, 2023/02/23
- 08/15: doc: hosts-service-type: Relocate to Base Services., guix-commits, 2023/02/23
- 09/15: system: Do not export local-host-entries., guix-commits, 2023/02/23
- 10/15: doc: hosts-service-type: Improve documentation., guix-commits, 2023/02/23
- 11/15: services: hosts: Do not export '%host'., guix-commits, 2023/02/23
- 13/15: gnu: lightning: Update to 2.2.1, guix-commits, 2023/02/23
- 15/15: gnu: gnulib: Allow only one directory name in GNULIB_SRCDIR., guix-commits, 2023/02/23