guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: eigen: Fix 'Cflags' value in 'eigen3.pc'.


From: Ludovic Courtès
Subject: 01/03: gnu: eigen: Fix 'Cflags' value in 'eigen3.pc'.
Date: Mon, 16 Nov 2015 15:44:55 +0000

civodul pushed a commit to branch master
in repository guix.

commit a4eb83b709349ebbfe72ed473d0f65cdf5c4cbc7
Author: Ludovic Courtès <address@hidden>
Date:   Mon Nov 16 15:51:43 2015 +0100

    gnu: eigen: Fix 'Cflags' value in 'eigen3.pc'.
    
    * gnu/packages/algebra.scm (eigen)[source]: Augment snippet to address
      <http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1114>.
---
 gnu/packages/algebra.scm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 07dfaaf..fb3b3e9 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -399,7 +399,11 @@ cosine/ sine transforms or DCT/DST).")
                ;; anyway, so just skip them.
                '(substitute* "CMakeLists.txt"
                   (("add_subdirectory\\(unsupported\\)")
-                   "# Do not build the tests for unsupported features.\n")))))
+                   "# Do not build the tests for unsupported features.\n")
+                  ;; Work around
+                  ;; <http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1114>.
+                  (("\"include/eigen3\"")
+                   "\"${CMAKE_INSTALL_PREFIX}/include/eigen3\"")))))
     (build-system cmake-build-system)
     (arguments
      '(;; Turn off debugging symbols to save space.



reply via email to

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