diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-05-27 19:09:22 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-05-28 12:14:00 +0200 |
| commit | a15f89137e82e81b8796884f60f20a80aa5902ab (patch) | |
| tree | 1589a3340fedc327922744217e9f29a0ce21f5d3 /gnu | |
| parent | 9f1b386c790def97053b8341dceb925a76f88f37 (diff) | |
gnu: r-lme4: Skip one more test on aarch64-linux.
* gnu/packages/cran.scm (r-lme4)[arguments]: Conditionally skip one more test
on aarch64-linux.
Change-Id: I82606670e2aa35e44594a0e99f03559341174b51
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index f58bef0a0ca..64db6d35d82 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -10836,6 +10836,11 @@ between a set of landmarks and the samples are calculated.") | |||
| 10836 | "test-isSingular.R" ;freezes | 10836 | "test-isSingular.R" ;freezes |
| 10837 | "test-lmer.R" ;freezes | 10837 | "test-lmer.R" ;freezes |
| 10838 | "test-methods.R") ;freezes | 10838 | "test-methods.R") ;freezes |
| 10839 | '()) | ||
| 10840 | ,@(if (target-aarch64?) | ||
| 10841 | ;; Fails with there is no package called ‘merDeriv’. No idea | ||
| 10842 | ;; why this is not a problem on x86_64. | ||
| 10843 | '(("test-isSingular.R" "checking singular fit for merMod")) | ||
| 10839 | '())) | 10844 | '())) |
| 10840 | #:phases | 10845 | #:phases |
| 10841 | (if (target-32bit?) | 10846 | (if (target-32bit?) |
