add maintainers to legacy intel product pacakges (#23030)
This commit is contained in:
parent
546581aefe
commit
89e9e44bf2
@ -11,6 +11,8 @@ class IntelParallelStudio(IntelPackage):
|
||||
|
||||
homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"
|
||||
|
||||
maintainers = ['rscohn2', 'danvev']
|
||||
|
||||
# As of 2016, the product comes in three "editions" that vary by scope.
|
||||
#
|
||||
# In Spack, select the edition via the version number in the spec, e.g.:
|
||||
|
@ -12,6 +12,8 @@ class Intel(IntelPackage):
|
||||
|
||||
homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"
|
||||
|
||||
maintainers = ['rscohn2', 'danvev']
|
||||
|
||||
# Same as in ../intel-parallel-studio/package.py, Composer Edition,
|
||||
# but the version numbering in Spack differs.
|
||||
version('20.0.4', sha256='ac1efeff608a8c3a416e6dfe20364061e8abf62d35fbaacdffe3fc9676fc1aa3', url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/17117/parallel_studio_xe_2020_update4_composer_edition.tgz')
|
||||
|
Loading…
Reference in New Issue
Block a user