guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: hwloc: Use /var as the localstatedir.


From: Ludovic Courtès
Subject: 01/02: gnu: hwloc: Use /var as the localstatedir.
Date: Fri, 30 Jun 2017 12:44:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7eb9f31cd9bda7c8293f0a8a35d68f8ecf323b7e
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 30 17:31:03 2017 +0200

    gnu: hwloc: Use /var as the localstatedir.
    
    * gnu/packages/mpi.scm (hwloc)[arguments]: Add #:configure-flags.
---
 gnu/packages/mpi.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 3de49dd..277a2d5 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -67,7 +67,8 @@
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (arguments
-     `(#:phases
+     `(#:configure-flags '("--localstatedir=/var")
+       #:phases
        (modify-phases %standard-phases
          (add-after
           'install 'refine-libnuma



reply via email to

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