llnl / llnl/dapper

Create a spack dataset

Open
#124 5 comments 0 reactions 1 assignee View on GitHub

@lfquintaz is already working on this.

Since Jul 1, 2025.

Dominant language
Python
Stars
20
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Spack could be a pretty good choice for a Linux development/library focused dataset.

They also have a public hosted build cache with pre-compiled binaries that is easy to parse and grab files from (unlike vcpkg which would probably require building from source... though that has the advantage of being able to get the installed files with corresponding names for each platform; Conan might be a similar alternative to vcpkg that has a hosted build cache for some packages).

Relevant URLs:
* List of build caches: https://binaries.spack.io/cache_spack_io_index.json
* Example build cache index: https://binaries.spack.io/develop-2023-05-14/build_cache/index.json
* Example download URL for package: https://binaries.spack.io/develop-2023-05-14/build_cache/linux-ubuntu20.04-x86_64_v3/gcc-11.1.0/libiconv-1.17/linux-ubuntu20.04-x86_64_v3-gcc-11.1.0-libiconv-1.17-lhp7mo56ez7jsjm2soiadt3bnbwe4jwq.spack

Edit: And spack is migrating to a new format for the build cache -- https://github.com/spack/spack/pull/48713

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.