spack / cache.spack.io

Simple interface to explore the spack cache. ✨️

Home Page:https://cache.spack.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spack Build Cache

What is currently in the build cache?

This small interface provides a summary table that shows versions, compilers, total specs, and allows for basic search!

assets/img/portal.png

When you dig into a particular build cache package, you'll be presented with another view to inspect specs in detail, or search.

assets/img/entry.png

⭐️ See the Build Cache! ⭐️

Usage

You'll need a few dependencies:

$ pip install -r requirements.txt

If you need to update remotes, meaning named urls for different versions, see _data/tags.yaml. For each new name you add, since we need to filter a page to it, you should also add the same named page under pages/tags/ to render just that specific version. The page pages/cache.md will show all of them. You should then run the generate script with spack, which means that it needs to be on your path.

$ spack python generate_cache.py

This will generate a folder for each package in the cache under _cache, each with a top level metadata file and a list of full specs. The specs are loaded on demand.

$ tree _cache/cub
_cache/cub
├── spec-0.json
├── spec-10.json
├── spec-11.json
├── spec-1.json
├── spec-2.json
├── spec-3.json
├── spec-4.json
├── spec-5.json
├── spec-6.json
├── spec-7.json
├── spec-8.json
├── spec-9.json
└── specs.md

0 directories, 13 files

To view the interface locally, use jekyll:

$ bundle exec jekyll serve

The above would open to http://localhost:4000/cache/. You can then browse the cache.

Find an Issue?

If you find a bug or want to contribute to the interface please let us know!.

About

Simple interface to explore the spack cache. ✨️

https://cache.spack.io


Languages

Language:CSS 72.9%Language:HTML 19.4%Language:Python 7.0%Language:JavaScript 0.6%Language:Ruby 0.1%