From 99cd09b2b25c1455225417b9a15c9ed43f8f7933 Mon Sep 17 00:00:00 2001 From: Justin M Wozniak Date: Tue, 18 May 2021 13:02:31 -0500 Subject: Swift/T Release 1.5.0 (#23702) Add versions to adlbx (1.0.0), exmcutils (0.6.0), stc (0.9.0), and turbine (1.3.0). --- var/spack/repos/builtin/packages/adlbx/package.py | 4 +++- var/spack/repos/builtin/packages/exmcutils/package.py | 3 ++- var/spack/repos/builtin/packages/stc/package.py | 3 ++- var/spack/repos/builtin/packages/turbine/package.py | 4 +++- 4 files changed, 10 insertions(+), 4 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/adlbx/package.py b/var/spack/repos/builtin/packages/adlbx/package.py index 2d8bc5ad43..a2197e15b8 100644 --- a/var/spack/repos/builtin/packages/adlbx/package.py +++ b/var/spack/repos/builtin/packages/adlbx/package.py @@ -11,14 +11,16 @@ class Adlbx(AutotoolsPackage): """ADLB/X: Master-worker library + work stealing and data dependencies""" homepage = 'http://swift-lang.org/Swift-T' - url = 'http://swift-lang.github.io/swift-t-downloads/spack/adlbx-0.9.2.tar.gz' + url = 'http://swift-lang.github.io/swift-t-downloads/spack/adlbx-1.0.0.tar.gz' git = "https://github.com/swift-lang/swift-t.git" version('master', branch='master') + version('1.0.0', sha256='9d547b1d36e5af1b11c97d0b700c6cb1fec2661cf583553e22b090e3619caba7') version('0.9.2', sha256='524902d648001b689a98492402d754a607b8c1d0734699154063c1a4f3410d4a') version('0.9.1', sha256='8913493fe0c097ff13c721ab057514e5bdb55f6318d4e3512692ab739c3190b3') depends_on('exmcutils@master', when='@master') + depends_on('exmcutils@:0.5.7', when='@:0.9.2') depends_on('exmcutils@:0.5.3', when='@:0.8.0') depends_on('exmcutils', when='@0.9.1:') depends_on('autoconf', type='build', when='@master') diff --git a/var/spack/repos/builtin/packages/exmcutils/package.py b/var/spack/repos/builtin/packages/exmcutils/package.py index 57a62744e2..563d908bc1 100644 --- a/var/spack/repos/builtin/packages/exmcutils/package.py +++ b/var/spack/repos/builtin/packages/exmcutils/package.py @@ -11,10 +11,11 @@ class Exmcutils(AutotoolsPackage): """ExM C-Utils: Generic C utility library for ADLB/X and Swift/T""" homepage = 'http://swift-lang.org/Swift-T' - url = 'http://swift-lang.github.io/swift-t-downloads/spack/exmcutils-0.5.7.tar.gz' + url = 'http://swift-lang.github.io/swift-t-downloads/spack/exmcutils-0.6.0.tar.gz' git = "https://github.com/swift-lang/swift-t.git" version('master', branch='master') + version('0.6.0', sha256='43812f79ae83adcacc05d4eb64bc8faa1c893994ffcdfb40a871f6fa4c9c1435') version('0.5.7', sha256='6b84f43e8928d835dbd68c735ece6a9b7c648a1a4488ec2b1d2f3c4ceec508e8') version('0.5.6', sha256='296ba85cc828bd816c7c4de9453f589da37f32854a58ffda3586b6f371a23abf') diff --git a/var/spack/repos/builtin/packages/stc/package.py b/var/spack/repos/builtin/packages/stc/package.py index e521d9fcdd..fea9442d1c 100644 --- a/var/spack/repos/builtin/packages/stc/package.py +++ b/var/spack/repos/builtin/packages/stc/package.py @@ -11,10 +11,11 @@ class Stc(AutotoolsPackage): """STC: The Swift-Turbine Compiler""" homepage = 'http://swift-lang.org/Swift-T' - url = 'http://swift-lang.github.io/swift-t-downloads/spack/stc-0.8.3.tar.gz' + url = 'http://swift-lang.github.io/swift-t-downloads/spack/stc-0.9.0.tar.gz' git = "https://github.com/swift-lang/swift-t.git" version('master', branch='master') + version('0.9.0', sha256='edf187344ce860476473ab6599f042cd22ed029aa186d512135990accb9d260f') version('0.8.3', sha256='d61ca80137a955b12e84e41cb8a78ce1a58289241a2665076f12f835cf68d798') version('0.8.2', sha256='13f0f03fdfcca3e63d2d58d7e7dbdddc113d5b9826c9357ab0713b63e8e42c5e') diff --git a/var/spack/repos/builtin/packages/turbine/package.py b/var/spack/repos/builtin/packages/turbine/package.py index 3050cb0b09..2a1c3ac6fe 100644 --- a/var/spack/repos/builtin/packages/turbine/package.py +++ b/var/spack/repos/builtin/packages/turbine/package.py @@ -13,11 +13,12 @@ class Turbine(AutotoolsPackage): """Turbine: The Swift/T runtime""" homepage = 'http://swift-lang.org/Swift-T' - url = 'http://swift-lang.github.io/swift-t-downloads/spack/turbine-1.2.3.tar.gz' + url = 'http://swift-lang.github.io/swift-t-downloads/spack/turbine-1.3.0.tar.gz' git = "https://github.com/swift-lang/swift-t.git" configure_directory = 'turbine/code' version('master', branch='master') + version('1.3.0', sha256='9709e5dada91a7dce958a7967d6ff2bd39ccc9e7da62d05a875324b5089da393') version('1.2.3', sha256='a3156c7e0b39e166da3de8892f55fa5d535b0c99c87a9add067c801098fe51ba') version('1.1.0', sha256='98fad47597935a04d15072e42bf85411d55ef00cb6f953e9f14d6de902e33209') @@ -28,6 +29,7 @@ class Turbine(AutotoolsPackage): variant('hdf5', default=False, description='Enable HDF5 support') depends_on('adlbx@master', when='@master') + depends_on('adlbx@:0.9.2', when='@:1.2.3') depends_on('adlbx@:0.8.0', when='@:1.1.0') depends_on('adlbx', when='@1.2.1:') depends_on('adlbx') -- cgit v1.2.3-60-g2f50