Skip to content

Commit d2d7b6b

Browse files
authored
sst: add v15.1.0 (spack#2298)
update core, elements, macro to 15.1.0
1 parent 2163a6a commit d2d7b6b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

repos/spack_repo/builtin/packages/sst_core/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ class SstCore(AutotoolsPackage):
1515

1616
homepage = "https://github.com/sstsimulator"
1717
git = "https://github.com/sstsimulator/sst-core.git"
18-
url = "https://github.com/sstsimulator/sst-core/releases/download/v15.0.0_Final/sstcore-15.0.0.tar.gz"
18+
url = "https://github.com/sstsimulator/sst-core/releases/download/v15.1.0_Final/sstcore-15.1.0.tar.gz"
1919

2020
maintainers("berquist", "jmlapre", "naromero77")
2121

2222
license("BSD-3-Clause")
2323

24+
version("15.1.0", sha256="ec3d9e733bcf99283b526cfb4a853787d303a8d55b2a42d5102b0f4f4a4feb81")
2425
version("15.0.0", sha256="ca2875fb36be069e34b10fd9b0ad756dd4c707795f824346aff9523a56f3840c")
2526
version("14.1.0", sha256="9d17c37d1ebdff8d8eb10ab0084eb901c78a7c5a76db15189e3d7fc318fd6f9d")
2627
version("14.0.0", sha256="fadc7ee99472ff3ac5d4b3f3e507123e32bd9fb89c4c6b48fbd2dca8aeb8b8d6")

repos/spack_repo/builtin/packages/sst_elements/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ class SstElements(AutotoolsPackage):
1515

1616
homepage = "https://github.com/sstsimulator"
1717
git = "https://github.com/sstsimulator/sst-elements.git"
18-
url = "https://github.com/sstsimulator/sst-elements/releases/download/v15.0.0_Final/sstelements-15.0.0.tar.gz"
18+
url = "https://github.com/sstsimulator/sst-elements/releases/download/v15.1.0_Final/sstelements-15.1.0.tar.gz"
1919

2020
maintainers("berquist", "jmlapre", "naromero77")
2121

2222
license("BSD-3-Clause")
2323

24+
version("15.1.0", sha256="e7162bb8719341230217dd5ab9d36bb9529ed9ce3d206ca74948044290080c93")
2425
version("15.0.0", sha256="98f7fbd4bce16f639616edb889fb3c6667b50899273114854e77fcdb26bcddd6")
2526
version("14.1.0", sha256="433994065810d3afee4e355173e781cd76171043cce8835bbc40887672a33350")
2627
version("14.0.0", sha256="68eab77febdd0138a497249d854e1cb0c3a67b1c56c4d51f1fe35df12dcd1b9c")

repos/spack_repo/builtin/packages/sst_macro/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ class SstMacro(AutotoolsPackage):
1818

1919
homepage = "https://github.com/sstsimulator"
2020
git = "https://github.com/sstsimulator/sst-macro.git"
21-
url = "https://github.com/sstsimulator/sst-macro/releases/download/v15.0.0_Final/sstmacro-15.0.0.tar.gz"
21+
url = "https://github.com/sstsimulator/sst-macro/releases/download/v15.1.0_Final/sstmacro-15.1.0.tar.gz"
2222

2323
maintainers("berquist", "jmlapre")
2424

25+
version("15.1.0", sha256="6ec4e2e79993672329063bb2e4b70f5b0f1317f7bdd46e9898a46d346d8b3a1d")
2526
version("15.0.0", sha256="ce4bdb28b1500f2fd6875e3ff7a630e24ae381b58c72ae24a5157181d9546d53")
2627
version("14.1.0", sha256="241f42f5c460b0e7462592a7f412bda9c9de19ad7a4b62c22f35be4093b57014")
2728
version("14.0.0", sha256="3962942268dd9fe6ebd4462e2d6d305ab757f3f510487e84687146a8d461be13")

0 commit comments

Comments
 (0)