Back to home page

EIC code displayed by LXR

 
 

    


Warning, /containers/README.md is written in an unsupported language. File is not indexed.

0001 EIC Software Environment Container
0002 ==================================
0003 
0004 ## Installation Instructions 
0005 
0006 For installation instructions of `eic-shell`, see https://github.com/eic/eic-shell.
0007 
0008 ## Updating a package
0009 
0010 ### An individual package is updated on spack package repository along with a spack version upgrade
0011 This situation just requires modifying the eic-shell [yaml](https://eicweb.phy.anl.gov/containers/eic_container/-/blob/master/spack-environment/packages.yaml?ref_type=heads) file.
0012 
0013 #### An individual package is updated on spack package repository after a spack version upgrade
0014 
0015 This circumstance requires special cherry pick.
0016 
0017 Example:
0018 https://eicweb.phy.anl.gov/containers/eic_container/-/merge_requests/879/diffs
0019 
0020 In this example, the spack package xrootd had the latest version 5.6.9 which was put in after a spack version upgrade. We had to modify the eic-shell [spack.sh](https://eicweb.phy.anl.gov/containers/eic_container/-/blob/master/spack-environment/packages.yaml?ref_type=heads) file to include the commit hash of the version update from the main [spack](https://github.com/spack/spack/commits/develop/var/spack/repos/builtin/packages/xrootd/package.py) package repository in addition to modifying the eic-shell [yaml](https://eicweb.phy.anl.gov/containers/eic_container/-/blob/master/spack-environment/packages.yaml?ref_type=heads) file.  
0021