mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-18 16:20:28 +02:00
gnu: r-s2: Conditionally skip tests on 32-bit platforms.
* gnu/packages/cran.scm (r-s2)[arguments]: On 32-bit platforms skip some tests. Change-Id: Ie1ce57ad4def078c58f33ceec21338b3fb1176f7
This commit is contained in:
@@ -38895,6 +38895,15 @@ high-performance functions are provided here.")
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:skipped-tests
|
||||
(if (target-32bit?)
|
||||
'(("test-s2-transformers.R"
|
||||
;; There is an extra tuple.
|
||||
"s2_rebuild\\(\\) works"
|
||||
;; Same problem here, but here it also looks like the result of
|
||||
;; an accuracy error.
|
||||
"s2_simplify\\(\\) works"))
|
||||
'())
|
||||
#:phases
|
||||
`(modify-phases %standard-phases
|
||||
;; We don't want to convert -lssl to -l:libssl.so.1.1; there is only
|
||||
|
||||
Reference in New Issue
Block a user