Skip to content

eugeneswalker/spack-cache-inventory-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spack Cache Inventory Maker

Instructions

  1. Edit s3.secrets.tpl, save as s3.secrets

  2. Download the specfiles

$> cd 0-download
$> ./build.sh

# Adjust parallelism as appropriate in run.sh
$> ./run.sh

$> cd ..
  1. Parse the downloaded specfiles
$> cd 1-parse
$> ./build.sh

# Adjust parallelism as appropriate in run-0-parse.sh
$> ./run-0-parse.sh
$> ./run-1-add-modtimes.sh

$> cd ..
  1. Generate the static HTML
$> cd 2-generate-index
$> ./build.sh
$> ./run.sh
$> cd ..
  1. Static HTML files will be found in
data/html
   /index.html
   /packages
      /ADIAK.html
      /ADIOS2.html
      /ADIOS.html
      /ADLBX.html
      ...

About

Create inventory page for S3-based Spack build caches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published