Skip to content

Commit

Permalink
Merge pull request #325 from lanl/jmm/update-spackage-v1.8.0
Browse files Browse the repository at this point in the history
update spackage for release-v1.8.0
  • Loading branch information
Yurlungur authored Nov 29, 2023
2 parents 4f363a3 + 7f10657 commit d233d12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spack-repo/packages/singularity-eos/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ class SingularityEos(CMakePackage, CudaPackage):

# allow `main` version for development
version("main", branch="main")
version("1.8.0", sha256="1f1ec496f714aa23cc7003c88a85bd10d0e53e37659ba7310541248e48a66558")
version("1.7.0", sha256="ce0825db2e9d079503e98cecf1c565352be696109042b3a0941762b35f36dc49")
version("1.6.2", sha256="9c85fca679139a40cc9c72fcaeeca78a407cc1ca184734785236042de364b942")
version("1.6.1", sha256="c6d92dfecf9689ffe2df615791c039f7e527e9f47799a862e26fa4e3420fe5d7")
version("1.6.2", sha256="9c85fca679139a40cc9c72fcaeeca78a407cc1ca184734785236042de364b942", deprecated=True)
version("1.6.1", sha256="c6d92dfecf9689ffe2df615791c039f7e527e9f47799a862e26fa4e3420fe5d7", deprecated=True)

# build with kokkos, kokkos-kernels for offloading support
variant("kokkos", default=False, description="Enable kokkos")
Expand Down

0 comments on commit d233d12

Please sign in to comment.