guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: eigen: Include unsupported features.


From: Kei Kebreau
Subject: 03/05: gnu: eigen: Include unsupported features.
Date: Tue, 29 May 2018 18:20:52 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 44884a9df8510caaab96adad1ab1e643b79feeba
Author: Ricardo Wurmus <ricardo.wurmus at>
Date:   Tue May 8 16:59:07 2018 +0200

    gnu: eigen: Include unsupported features.
    
    * gnu/packages/algebra.scm (eigen)[source]: Do not build the tests for
    unsupported features, but include the files.
    
    Signed-off-by: Kei Kebreau <address@hidden>
---
 gnu/packages/algebra.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index bf62144..11aad2a 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -734,9 +734,10 @@ Sine Transform} (DST) and @dfn{Discrete Hartley Transform} 
(DHT).")
                ;; but maintainers say it's a known issue and it's unsupported
                ;; anyway, so just skip them.
                '(begin
+                  (substitute* "unsupported/CMakeLists.txt"
+                    (("add_subdirectory\\(test.*")
+                     "# Do not build the tests for unsupported features.\n"))
                  (substitute* "CMakeLists.txt"
-                    (("add_subdirectory\\(unsupported\\)")
-                     "# Do not build the tests for unsupported features.\n")
                     ;; Work around
                     ;; <http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1114>.
                     (("\"include/eigen3\"")



reply via email to

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