From 87a3b72ef0f6ee3842114752b7f9ddd439b20acb Mon Sep 17 00:00:00 2001 From: "Mark W. Krentel" Date: Wed, 16 Feb 2022 11:08:51 -0600 Subject: Add 'stable' to the list of infinity version names. (#28772) * Add 'stable' to the list of infinity version names. Rename libunwind 1.5-head to 1.5-stable. * Add stable to the infinite version list in packaging_guide.rst. --- var/spack/repos/builtin/packages/libunwind/package.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/libunwind/package.py b/var/spack/repos/builtin/packages/libunwind/package.py index b72fbfa58e..09ea68730e 100644 --- a/var/spack/repos/builtin/packages/libunwind/package.py +++ b/var/spack/repos/builtin/packages/libunwind/package.py @@ -16,7 +16,7 @@ class Libunwind(AutotoolsPackage): maintainers = ['mwkrentel'] version('master', branch='master') - version('1.5-head', branch='v1.5-stable') + version('1.5-stable', branch='v1.5-stable') version('1.5.0', sha256='90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017') version('1.4.0', sha256='df59c931bd4d7ebfd83ee481c943edf015138089b8e50abed8d9c57ba9338435') version('1.3.1', sha256='43997a3939b6ccdf2f669b50fdb8a4d3205374728c2923ddc2354c65260214f8') @@ -62,10 +62,10 @@ class Libunwind(AutotoolsPackage): # The libunwind releases contain the autotools generated files, # but the git repo snapshots do not. - depends_on('autoconf', type='build', when='@master,1.5-head') - depends_on('automake', type='build', when='@master,1.5-head') - depends_on('libtool', type='build', when='@master,1.5-head') - depends_on('m4', type='build', when='@master,1.5-head') + depends_on('autoconf', type='build', when='@master,1.5-stable') + depends_on('automake', type='build', when='@master,1.5-stable') + depends_on('libtool', type='build', when='@master,1.5-stable') + depends_on('m4', type='build', when='@master,1.5-stable') depends_on('xz', type='link', when='+xz') depends_on('zlib', type='link', when='+zlib') -- cgit v1.2.3-70-g09d2