Skip to content

Framework-R-D/phlex-spack-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phlex-spack-recipes

Repository for Spack recipes for Phlex, and its related packages and dependencies.

To install phlex using spack on a new system:

  1. install spack itself
  2. add the FNAL art spack repo, which is used in the phlex recipe
  3. add this repo
  4. create and activate a spack environment
  5. add phlex and install it.

Skip steps as appropriate, e.g. if you already have spack installed.

Example

Assuming bash (see spack documentation for other shells), to install spack and add the necessary repos:

$ git clone --depth=2 https://github.com/spack/spack.git
$ . spack/share/spack/setup-env.sh
$ spack repo add https://github.com/FNALssi/fnal_art.git
$ spack repo add https://github.com/Framework-R-D/phlex-spack-recipes.git

Create and activate an environment, after adding the repos:

$ spack env activate --create PHLEXDEV

Finally, within the active environment, add and install phlex in the spack environment:

$ spack add phlex@develop
$ spack install -j<N>

About

Repository for Spack recipes for Phlex, and its related packages and dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages