intel-oneapi-compilers: update description with current compilers (#45348)

* intel-oneapi-compilers: update description with current compilers

* Update var/spack/repos/builtin/packages/intel-oneapi-compilers/package.py

Co-authored-by: Robert Cohn <robert.s.cohn@intel.com>

* intel-oneapi-compilers: break docstring line

---------

Co-authored-by: Robert Cohn <robert.s.cohn@intel.com>
This commit is contained in:
Wouter Deconinck 2024-07-26 09:20:21 -04:00 committed by GitHub
parent 1e6bef079d
commit 690bcf5d47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -234,7 +234,8 @@
@IntelOneApiPackage.update_description
class IntelOneapiCompilers(IntelOneApiPackage, CompilerPackage):
"""Intel oneAPI Compilers. Includes: icc, icpc, ifort, icx, icpx, and ifx."""
"""Intel oneAPI Compilers. Includes: icx, icpx, ifx, and ifort.
Releases before 2024.0 include icc/icpc"""
maintainers("rscohn2")