emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31172: closed ([PATCH 0/1] Add psm2)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31172: closed ([PATCH 0/1] Add psm2)
Date: Thu, 26 Apr 2018 13:23:03 +0000

Your message dated Thu, 26 Apr 2018 15:22:12 +0200
with message-id <address@hidden>
and subject line Re: [bug#31172] [PATCH] gnu: Add psm2.
has caused the debbugs.gnu.org bug report #31172,
regarding [PATCH 0/1] Add psm2
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31172: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31172
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/1] Add psm2 Date: Mon, 16 Apr 2018 09:46:07 +0200
This patch add package for psm2. They compile and install without any error.
But, I'm not familiar with psm2. Someone could have a look ?

Rouby Pierre-Antoine (1):
  gnu: Add psm2.

 gnu/packages/linux.scm | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

-- 
2.16.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31172] [PATCH] gnu: Add psm2. Date: Thu, 26 Apr 2018 15:22:12 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Rouby Pierre-Antoine <address@hidden> skribis:

> * gnu/packages/linux.scm (psm2): New variable.

Awesome, applied with the following changes.

Thank you!

Ludo’.

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2b82babfa..8fc9c56d6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4665,7 +4665,8 @@ privileges.")
                   (replace 'install
                     (lambda _
                       (setenv "DESTDIR" %output)
-                      (invoke "make" "install"))))))
+                      (invoke "make" "install")
+                      #t)))))
     (inputs
      `(("rdma-core" ,rdma-core)
        ("numactl" ,numactl)))
@@ -4674,7 +4675,7 @@ privileges.")
      "This package is low-level user-level Intel's communications interface.
 The PSM2 API is a high-performance vendor-specific protocol that provides a
 low-level communications interface for the Intel Omni-Path family of
-products.")
+high-speed networking devices.")
     (home-page "https://github.com/intel/opa-psm2";)
     ;; Only the x86_64 architecure is supported.
     (supported-systems '("x86_64-linux"))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]