xsdk: deprecate versions 0.4.0, 0.5.0 (#25428)

This commit is contained in:
Satish Balay 2021-08-14 20:06:18 -05:00 committed by GitHub
parent e911f8ab3c
commit c7ba2e9663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,8 @@ class Xsdk(BundlePackage):
version('develop')
version('0.6.0')
version('0.5.0')
version('0.4.0')
version('0.3.0')
version('0.4.0', deprecated=True)
version('0.3.0', deprecated=True)
variant('debug', default=False, description='Compile in debug mode')
variant('cuda', default=False, description='Enable CUDA dependent packages')