GNU bug report logs -
#47656
[PATCH] Add boost mpi
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 09 Apr 2021 17:35:48 +0200
with message-id <87wntb4giz.fsf <at> gnu.org>
and subject line Re: bug#47656: [PATCH] Add boost mpi
has caused the debbugs.gnu.org bug report #47656,
regarding [PATCH] Add boost mpi
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
47656: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47656
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hello,
the attached file adds a recipe to install boost with its component mpi.
Thanks
[Message part 4 (text/html, inline)]
[0001-PATCH-add-boost-mpi.patch (application/octet-stream, attachment)]
[Message part 6 (text/html, inline)]
[Message part 7 (message/rfc822, inline)]
[Message part 8 (text/plain, inline)]
Hi Franck,
Franck Pérignon <Franck.Perignon <at> univ-grenoble-alpes.fr> skribis:
> From be7a3cb3bf4060ed4430c36d797127d4268ab446 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Franck=20P=C3=A9rignon?=
> <Franck.Perignon <at> univ-grenoble-alpes.fr>
> Date: Thu, 8 Apr 2021 13:42:27 +0000
> Subject: [PATCH] =?UTF-8?q?[PATCH]=C2=A0add=20boost-mpi?=
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
>
> ---
> gnu/packages/boost.scm | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
Applied with the cosmetic changes below.
Thanks!
Ludo’.
[Message part 9 (text/x-patch, inline)]
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index db0f79f3b0..a59bb01f3d 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -363,16 +363,15 @@ signals and slots system.")
(arguments
(substitute-keyword-arguments (package-arguments boost)
((#:phases phases)
- `(modify-phases ,phases
- (add-after 'configure 'update-jam
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (let ((output-port (open-file "project-config.jam" "a")))
- (display "using mpi ;" output-port)
- (newline output-port)
- (close output-port))))))))
+ `(modify-phases ,phases
+ (add-after 'configure 'update-jam
+ (lambda* (#:key inputs outputs #:allow-other-keys)
+ (let ((output-port (open-file "project-config.jam" "a")))
+ (display "using mpi ;" output-port)
+ (newline output-port)
+ (close output-port))))))))
(home-page "https://www.boost.org")
- (synopsis "Message Passing Interface library")
- (license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt"))))
+ (synopsis "Message Passing Interface (MPI) library for C++")))
(define-public mdds
(package
This bug report was last modified 4 years and 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.