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; } switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-11install: Discover local substitute servers....* gnu/installer/substitutes.scm: New file. * gnu/installer/newt/substitutes.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add them. * po/guix/POTFILES.in: Add gnu/installer/newt/substitutes.scm. * gnu/installer/proxy.scm (with-silent-shepherd): Move to ... * gnu/installer/utils.scm: ... here. * gnu/installer/record.scm (<installer>)[substitutes-page]: New field. * gnu/installer/newt.scm (substitutes-page): New procedure, (newt-installer): register it. * gnu/installer.scm (installer-steps): Add "substitutes-page" step. * gnu/system/install.scm (%installation-services): Add avahi-service-type and enable substitute server discover in guix-service-type. [<name-service-switch>]: Set it to %mdns-host-lookup-nss. Mathieu Othacehe
2020-04-08installer: Add proxy support....* gnu/installer/proxy.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add it. * po/guix/POTFILES.in: Add it. * gnu/installer/newt/parameters.scm (run-proxy-page): New procedure, (run-parameters-page): add the previous procedure to the parameters menu. Mathieu Othacehe