all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludovic.courtes@inria.fr>
To: "Franck Pérignon" <Franck.Perignon@univ-grenoble-alpes.fr>
Cc: 47656-done@debbugs.gnu.org
Subject: bug#47656: [PATCH] Add boost mpi
Date: Fri, 09 Apr 2021 17:35:48 +0200	[thread overview]
Message-ID: <87wntb4giz.fsf@gnu.org> (raw)
In-Reply-To: <23E636A1-81D3-4312-9F24-ECEF9DB9954F@univ-grenoble-alpes.fr> ("Franck Pérignon"'s message of "Thu, 8 Apr 2021 15:46:45 +0200")

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

Hi Franck,

Franck Pérignon <Franck.Perignon@univ-grenoble-alpes.fr> skribis:

> From be7a3cb3bf4060ed4430c36d797127d4268ab446 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Franck=20P=C3=A9rignon?=
>  <Franck.Perignon@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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1277 bytes --]

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

      reply	other threads:[~2021-04-09 15:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-08 13:46 [bug#47656] [PATCH] Add boost mpi Franck Pérignon
2021-04-09 15:35 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wntb4giz.fsf@gnu.org \
    --to=ludovic.courtes@inria.fr \
    --cc=47656-done@debbugs.gnu.org \
    --cc=Franck.Perignon@univ-grenoble-alpes.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.