all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Romain GARBAGE <romain.garbage@inria.fr>
To: 73603@debbugs.gnu.org
Cc: ludovic.courtes@inria.fr, Romain GARBAGE <romain.garbage@inria.fr>
Subject: [bug#73603] [PATCH 2/2] gnu: netcdf-parallel-openmpi: Enable pnetcdf support.
Date: Wed,  2 Oct 2024 17:40:01 +0200	[thread overview]
Message-ID: <20241002154001.8275-2-romain.garbage@inria.fr> (raw)
In-Reply-To: <20241002154001.8275-1-romain.garbage@inria.fr>

* gnu/packages/maths.scm (netcdf-parallel-openmpi) [arguments]: Enable pnetcdf support.

Change-Id: I7f3fc6abdb262be86840ea3f68bb6416a0ab1fad
---
 gnu/packages/maths.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 51812c5a0d..f4edd546e2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2386,6 +2386,7 @@ (define-public netcdf-parallel-openmpi
     (name "netcdf-parallel-openmpi")
     (inputs
      `(("mpi" ,openmpi)
+       ("pnetcdf" ,pnetcdf)
        ,@(alist-replace "hdf5" (list hdf5-parallel-openmpi)
                         (package-inputs netcdf))))
     ;; TODO: Replace pkg-config references in nc-config with absolute references
@@ -2394,6 +2395,8 @@ (define-public netcdf-parallel-openmpi
        ((#:configure-flags flags)
         `(cons* "CC=mpicc" "CXX=mpicxx"
                 "--enable-parallel-tests"
+                ;; Enable support of CDF-1, 2 and 5 formats.
+                "--enable-pnetcdf"
                 ;; NetCDF supports both parallel and shared library building
                 ;; See https://docs.unidata.ucar.edu/nug/current/getting_and_building_netcdf.html#build_parallel
                 "--enable-shared" "--with-pic"
-- 
2.46.0





  reply	other threads:[~2024-10-02 15:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-02 15:32 [bug#73603] [PATCH 0/2] Add support for parallel I/O in netcdf Romain GARBAGE
2024-10-02 15:40 ` [bug#73603] [PATCH 1/2] gnu: Add pnetcdf Romain GARBAGE
2024-10-02 15:40   ` Romain GARBAGE [this message]
2024-10-04 11:53 ` bug#73603: [PATCH 0/2] Add support for parallel I/O in netcdf Ludovic Courtès

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=20241002154001.8275-2-romain.garbage@inria.fr \
    --to=romain.garbage@inria.fr \
    --cc=73603@debbugs.gnu.org \
    --cc=ludovic.courtes@inria.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.