[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: aircrack-ng: Improve SMP performance.
From: |
guix-commits |
Subject: |
06/09: gnu: aircrack-ng: Improve SMP performance. |
Date: |
Mon, 23 May 2022 13:43:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f9e20e979eda9df70fea4ee530231ebb9d1bad71
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:10 2022 +0200
gnu: aircrack-ng: Improve SMP performance.
* gnu/packages/networking.scm (aircrack-ng)[inputs]: Add hwloc:lib.
---
gnu/packages/networking.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9d19fbade9..0a1176da5b 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -116,6 +116,7 @@
#:use-module (gnu packages linux)
#:use-module (gnu packages lua)
#:use-module (gnu packages kerberos)
+ #:use-module (gnu packages mpi)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages nettle)
#:use-module (gnu packages openldap)
@@ -1875,7 +1876,8 @@ live network and disk I/O bandwidth monitor.")
(native-inputs
(list autoconf automake libtool pkg-config which))
(inputs
- (list libgcrypt
+ (list `(,hwloc "lib") ; speed boost on SMP machines
+ libgcrypt
libnl
libpcap
ethtool
- branch master updated (2f58393d99 -> 7730b45bf8), guix-commits, 2022/05/23
- 07/09: gnu: aircrack-ng: Run more tests., guix-commits, 2022/05/23
- 05/09: gnu: aircrack-ng: Update to 1.7., guix-commits, 2022/05/23
- 08/09: gnu: openvpn: Update to 2.5.6., guix-commits, 2022/05/23
- 01/09: gnu: haveged: Update to 1.9.18., guix-commits, 2022/05/23
- 09/09: gnu: clang@14: Include the extras., guix-commits, 2022/05/23
- 04/09: gnu: hangups: Update to 0.4.18., guix-commits, 2022/05/23
- 03/09: gnu: mailutils: Omit static library., guix-commits, 2022/05/23
- 06/09: gnu: aircrack-ng: Improve SMP performance.,
guix-commits <=
- 02/09: gnu: mailutils: Update to 3.15., guix-commits, 2022/05/23