From 593edb81de8b6ad064d388aa39896ef8667e06bd Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 8 May 2018 16:59:07 +0200 Subject: [PATCH 3/5] 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 --- 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 210b734b9..ff8478c50 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -732,9 +732,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 ;; . (("\"include/eigen3\"") -- 2.17.0