Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1018 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 1018 Bytes

Ristra Spackages

This repository contains the custom spackage files for the repos in laristra family.

Basic Usage

We assume the user wish to work in the home directory and already have a spack instance setup. The minimum required version of spack is 0.15.2.

To get the content of this repo

$ git clone [email protected]:laristra/ristra_spackages.git

To use the custom spackage files with your spack

$ spack repo add ristra_spackages/spack-repo
==> Added repo with namespace 'lanl_ristra'.

$ spack repo list
==> 2 package repositories.
lanl_ristra        /home/<user>/ristra_spackages/spack-repo
builtin            /home/<user>/spack/var/spack/repos/builtin

[Optional] To ensure you have this custom repo in your spack all the time, move the repos.yaml into your spack config folder

$ mv /home/<user>/.spack/linux/repos.yaml /home/<user>/spack/etc/spack/

Please see the Spack documentation for more detailed info.