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 <kkebreau@posteo.net>
This commit is contained in:
parent
3a354e104a
commit
44884a9df8
|
@ -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
|
;; but maintainers say it's a known issue and it's unsupported
|
||||||
;; anyway, so just skip them.
|
;; anyway, so just skip them.
|
||||||
'(begin
|
'(begin
|
||||||
|
(substitute* "unsupported/CMakeLists.txt"
|
||||||
|
(("add_subdirectory\\(test.*")
|
||||||
|
"# Do not build the tests for unsupported features.\n"))
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("add_subdirectory\\(unsupported\\)")
|
|
||||||
"# Do not build the tests for unsupported features.\n")
|
|
||||||
;; Work around
|
;; Work around
|
||||||
;; <http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1114>.
|
;; <http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1114>.
|
||||||
(("\"include/eigen3\"")
|
(("\"include/eigen3\"")
|
||||||
|
|
Loading…
Reference in New Issue