sollve: deprecate the sollve package (#21578)
This commit is contained in:
parent
a938cc512b
commit
ca6ec59a86
1 changed files with 3 additions and 2 deletions
|
@ -72,7 +72,7 @@ class Sollve(CMakePackage):
|
|||
depends_on('binutils+gold', when='+gold')
|
||||
|
||||
# develop version.
|
||||
version("develop")
|
||||
version("develop", deprecated=True)
|
||||
resource(name='compiler-rt',
|
||||
svn='http://llvm.org/svn/llvm-project/compiler-rt/trunk',
|
||||
destination='projects', when='@develop+compiler-rt',
|
||||
|
@ -99,7 +99,8 @@ class Sollve(CMakePackage):
|
|||
placement='libunwind')
|
||||
|
||||
# 1.0a2 based on LLVM 9.0+
|
||||
version("1.0a2", commit="cb4343bda9e57076a74dee23236ac9737e07594f")
|
||||
version("1.0a2", commit="cb4343bda9e57076a74dee23236ac9737e07594f",
|
||||
deprecated=True)
|
||||
resource(name='compiler-rt',
|
||||
svn='https://llvm.org/svn/llvm-project/compiler-rt/trunk',
|
||||
revision=373130, destination='projects',
|
||||
|
|
Loading…
Reference in a new issue