Todd Gamblin
Todd Gamblin
https://nvidia.github.io/libcudacxx/releases/versioning.html#libcu-abi-versioning says: > A snapshot of the codebase may support multiple ABI versions at the same time. They always use the latest available ABI version by default. The macro `_LIBCUDACXX_CUDA_ABI_VERSION_LATEST`...
I'm using kcov to get test coverage for compiler wrappers (bash scripts) that we use for [Spack](https://github.com/spack/spack), a package manager. It works great, mostly, but one of our build tests...
**Question** Hi there -- I'm one of the developers of a package manager called Spack: * https://github.com/spack/spack * https://spack.io/ * https://spack.readthedocs.io We've built up a pretty large community with thousands...
This might be a duplicate of #107, but I thought I'd post anyway, since `gidgethub` has been mostly intuitive to me, *except* for app authentication. I did see [this comment](https://github.com/brettcannon/gidgethub/issues/107#issuecomment-604228088),...
Fixes #33. Closes #76. (I think this supersedes it) The current query method doesn't work well with GitHub's API because it makes queries that frequently return > 1,000 results. For...
Is this just for `vcpkg` and `conan`, or would you be open to other contributions, e.g. from Spack (https://github.com/spack/spack)? I could add a column for it to broaden the comparison.
DOE doesn't have sustainability initiatives focused on long-term software products (that I know of). AFAIK larger projects are mostly programmatic and depend mainly on sometimes short-term research funding. Make a...
We've included a package hash in Spack since #7193 for CI, and we started using it on the spec in #28504. However, what goes into the package hash is opaque....
It came up while documenting #2152 that Spack is inconsistent about which config scope is edited from command to command. Currently, the sort-of-inconsistently-implemented default behavior is to edit the highest-precedence...