commit e27d9ae98502626d8407045a4e082797682ba56b Author: Christian Glusa Date: Fri Jul 3 18:02:27 2020 -0600 Teuchos Comm test: remove duplicate 'using ...' diff --git a/packages/teuchos/comm/test/Comm/reduce.cpp b/packages/teuchos/comm/test/Comm/reduce.cpp index c05ebc0dc34..eac1975ef83 100644 --- a/packages/teuchos/comm/test/Comm/reduce.cpp +++ b/packages/teuchos/comm/test/Comm/reduce.cpp @@ -53,9 +53,6 @@ bool testReduceSum (bool& success, std::ostream& out, const int root, const Teuchos::Comm& comm) { -#ifdef HAVE_TEUCHOS_MPI - using Teuchos::MpiComm; -#endif // HAVE_TEUCHOS_MPI using Teuchos::reduce; using Teuchos::TypeNameTraits; using std::endl; diff --git a/packages/teuchos/comm/test/Comm/scatter.cpp b/packages/teuchos/comm/test/Comm/scatter.cpp index 0ca961d2846..001009029c4 100644 --- a/packages/teuchos/comm/test/Comm/scatter.cpp +++ b/packages/teuchos/comm/test/Comm/scatter.cpp @@ -53,9 +53,6 @@ bool testScatter (bool& success, std::ostream& out, const int root, const Teuchos::Comm& comm) { -#ifdef HAVE_TEUCHOS_MPI - using Teuchos::MpiComm; -#endif // HAVE_TEUCHOS_MPI using Teuchos::scatter; using Teuchos::TypeNameTraits; using std::endl; commitdiff
prefixes. Accept ".tgz" extension. * tests/gnu-maintenance.scm ("release-file?"): Add test.
AgeCommit message (Expand)Author
2022-12-13ui: Take package upstream name into account when searching....* guix/ui.scm (%package-metrics): Add PACKAGE-UPSTREAM-NAME*. * tests/ui.scm ("package-relevance and upstream name"): New test. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Lars-Dominik Braun
Ludovic Courtès
2021-04-05gnu-maintenance: Recognize more source tarball naming schemes....* guix/gnu-maintenance.scm (%package-name-rx): Add ".src" and ".orig" suffixes. * tests/gnu-maintenance.scm ("release-file?"): Add mpg321 and bvi examples. ("tarball->version"): New test. Ludovic Courtès
2021-03-29gnu-maintenance: Recognize "-source" tarball suffix....Fixes <https://bugs.gnu.org/47398>. Reported by Léo Le Bouter <lle-bout@zaclys.net>. * guix/gnu-maintenance.scm (%tarball-rx): Add "-[Ss]ource" suffix. * tests/gnu-maintenance.scm ("release-file?"): Add exiv2 example. Ludovic Courtès
2021-03-20gnu-maintenance: Accept underscores as package/version separators....Fixes <https://bugs.gnu.org/47256>. Reported by Léo Le Bouter <lle-bout@zaclys.net>. * guix/gnu-maintenance.scm (%tarball-rx, %package-name-rx): Accept underscore as the package/version separator in tarball names. * tests/gnu-maintenance.scm ("release-file?"): Add "mediainfo" test. Ludovic Courtès