commit 919ceb0acbf4c6bc4f463433504a338c643612c2 Author: Karen D. Devine Date: Tue Feb 2 13:49:13 2021 -0700 tpetra: removed duplicate using statement #8673 diff --git a/packages/tpetra/core/src/Tpetra_Details_FixedHashTable_def.hpp b/packages/tpetra/core/src/Tpetra_Details_FixedHashTable_def.hpp index a76f78c41a8..69d4dc46d03 100644 --- a/packages/tpetra/core/src/Tpetra_Details_FixedHashTable_def.hpp +++ b/packages/tpetra/core/src/Tpetra_Details_FixedHashTable_def.hpp @@ -1094,7 +1094,6 @@ init (const keys_type& keys, // Allocate the array of (key,value) pairs. Don't fill it with // zeros, because we will fill it with actual data below. - using Kokkos::ViewAllocateWithoutInitializing; typedef typename val_type::non_const_type nonconst_val_type; nonconst_val_type val (ViewAllocateWithoutInitializing ("Tpetra::FixedHashTable::pairs"), theNumKeys); d Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/upnp.scm
AgeCommit message (Expand)Author
2021-03-07gnu: libupnp: Update to 1.14.2....* gnu/packages/upnp.scm (libupnp): Update to 1.14.2. Tobias Geerinckx-Rice
2021-01-06gnu: upnp.scm: Sort package module imports alphabetically....* gnu/packages/upnp.scm: Sort package module imports alphabetically. Efraim Flashner
2021-01-06gnu: readymedia: Sort inputs alphabetically....* gnu/packages/upnp.scm (readymedia)[native-inputs]: Sort alphabetically. [inputs]: Same. Efraim Flashner
2021-01-06gnu: readymedia: Update to 1.3.0....Fixes CVE-2020-28926. * gnu/packages/upnp.scm (readymedia): Update to 1.3.0. [arguments]: Add configure-flag to not record kernel version of build machine. Add phase to remove spurious substitution of ffmpeg libraries. [inputs]: Add zlib. Efraim Flashner
2021-01-06gnu: upnp.scm: Use license prefix....* gnu/packages/upnp.scm: Use the 'license:' prefix to denote licences. Efraim Flashner
2021-01-06gnu: readymedia: Clean-up origin code....* gnu/packages/upnp.scm (readymedia)[source]: Replace custom logic with string-replace-substring. Efraim Flashner
2020-12-31gnu: libupnp: Update to 1.14.0....* gnu/packages/upnp.scm (libupnp): Update to 1.14.0. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll
2020-05-13gnu: libupnp: Do not build static libraries....* gnu/packages/upnp.scm (libupnp)[arguments]: Add "--disable-static" in #:configure-flags. Also remove "--enable-ipv6" as it is the default. Marius Bakke
2020-05-13gnu: libupnp: Update to 1.12.1....* gnu/packages/upnp.scm (libupnp): Update to 1.12.1. [source]: Change to URL-FETCH with bootstrapped tarball. [native-inputs]: Remove AUTOCONF, AUTOMAKE, and LIBTOOL. Marius Bakke
2020-05-02Merge branch 'master' into core-updatesMarius Bakke
2020-05-02gnu: libupnp: Update to 1.8.6....* gnu/packages/upnp.scm (libupnp): Update to 1.8.6. [source]: Use git-fetch on the new official repository. [native-inputs]: Add autoconf, automake, libtool and pkg-config. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Jan Wielkiewicz