unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob fbd35a029af7783ab0930312696eacf7c8c7c095 1297 bytes (raw)
name: gnu/packages/patches/mfem-fix-mk-file-export.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
From ccba86c0259c2ae56ad44a53d5d5a2a40822cbe3 Mon Sep 17 00:00:00 2001
From: "Paul A. Patience" <paul@apatience.com>
Date: Thu, 28 Mar 2024 13:28:49 -0400
Subject: [PATCH 2/2] Add forgotten variable to mfem_export_mk_files

MFEM_USE_MKL_PARDISO was missing.
---
 config/cmake/modules/MfemCmakeUtilities.cmake | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/cmake/modules/MfemCmakeUtilities.cmake b/config/cmake/modules/MfemCmakeUtilities.cmake
index 204b7d87f..217f4eec7 100644
--- a/config/cmake/modules/MfemCmakeUtilities.cmake
+++ b/config/cmake/modules/MfemCmakeUtilities.cmake
@@ -851,8 +851,9 @@ function(mfem_export_mk_files)
       MFEM_USE_CONDUIT MFEM_USE_PUMI MFEM_USE_HIOP MFEM_USE_GSLIB MFEM_USE_CUDA
       MFEM_USE_HIP MFEM_USE_RAJA MFEM_USE_OCCA MFEM_USE_CEED MFEM_USE_CALIPER
       MFEM_USE_UMPIRE MFEM_USE_SIMD MFEM_USE_ADIOS2 MFEM_USE_MKL_CPARDISO
-      MFEM_USE_ADFORWARD MFEM_USE_CODIPACK MFEM_USE_BENCHMARK MFEM_USE_PARELAG
-      MFEM_USE_MOONOLITH MFEM_USE_ALGOIM MFEM_USE_ENZYME)
+      MFEM_USE_MKL_PARDISO MFEM_USE_ADFORWARD MFEM_USE_CODIPACK
+      MFEM_USE_BENCHMARK MFEM_USE_PARELAG MFEM_USE_MOONOLITH MFEM_USE_ALGOIM
+      MFEM_USE_ENZYME)
   foreach(var ${CONFIG_MK_BOOL_VARS})
     if (${var})
       set(${var} YES)
-- 
2.41.0


debug log:

solving fbd35a029a ...
found fbd35a029a in https://yhetil.org/guix-patches/5a802d6de248452445b9a7671b2e28eef8259471.1711686959.git.paul@apatience.com/ ||
	https://yhetil.org/guix-patches/a9111c38f3124d6b4c7fb4da8bf8dbfad318f1af.1712079203.git.paul@apatience.com/

applying [1/1] https://yhetil.org/guix-patches/5a802d6de248452445b9a7671b2e28eef8259471.1711686959.git.paul@apatience.com/
diff --git a/gnu/packages/patches/mfem-fix-mk-file-export.patch b/gnu/packages/patches/mfem-fix-mk-file-export.patch
new file mode 100644
index 0000000000..fbd35a029a

1:33: trailing whitespace.
-- 
Checking patch gnu/packages/patches/mfem-fix-mk-file-export.patch...
1:35: new blank line at EOF.
+
Applied patch gnu/packages/patches/mfem-fix-mk-file-export.patch cleanly.
warning: 2 lines add whitespace errors.

skipping https://yhetil.org/guix-patches/a9111c38f3124d6b4c7fb4da8bf8dbfad318f1af.1712079203.git.paul@apatience.com/ for fbd35a029a
index at:
100644 fbd35a029af7783ab0930312696eacf7c8c7c095	gnu/packages/patches/mfem-fix-mk-file-export.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).