Disable tests known to fail on AArch64: https://gitlab.dune-project.org/core/dune-common/-/issues/262 https://issues.guix.gnu.org/62842 --- a/dune/common/test/eigenvaluestest.cc +++ b/dune/common/test/eigenvaluestest.cc @@ -340,20 +340,15 @@ testSymmetricFieldMatrix(); testSymmetricFieldMatrix(); testSymmetricFieldMatrix(); - testSymmetricFieldMatrix(); - testSymmetricFieldMatrix(); #endif // HAVE_LAPACK testSymmetricFieldMatrix(); testSymmetricFieldMatrix(); testSymmetricFieldMatrix(); testSymmetricFieldMatrix(); - testSymmetricFieldMatrix(); - testSymmetricFieldMatrix(); checkMultiplicity(); checkMultiplicity(); - checkMultiplicity(); return 0; } ch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-03services: lirc: Deprecate 'lirc-service' procedure....* doc/guix.texi (Miscellaneous Services): Replace 'lirc-service' with 'lirc-service-type'. Document <lirc-configuration>. * gnu/services/lirc.scm (<lirc-configuration>): Set default values based on the arguments from the now deprecated 'lirc-service' procedure. (lirc-service-type): Set default value. (lirc-service): Deprecate procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal