Add a maintainer for Intel packages (#27465)

This commit is contained in:
Robert Cohn 2021-11-16 02:03:12 -05:00 committed by GitHub
parent 5a8271d0c6
commit 8c7fdadeba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,8 @@
class IntelDaal(IntelPackage):
"""Intel Data Analytics Acceleration Library."""
maintainers = ['rscohn2']
homepage = "https://software.intel.com/en-us/daal"
version('2020.2.254', sha256='08528bc150dad312ff2ae88ce12d6078ed8ba2f378f4bf3daf0fbbb9657dce1e',

View File

@ -10,6 +10,8 @@ class IntelLlvm(CMakePackage):
"""Intel's version of the LLVM compiler.
"""
maintainers = ['rscohn2']
homepage = 'https://github.com/intel/llvm'
git = 'https://github.com/intel/llvm.git'

View File

@ -11,6 +11,8 @@
class IntelMkl(IntelPackage):
"""Intel Math Kernel Library."""
maintainers = ['rscohn2']
homepage = "https://software.intel.com/en-us/intel-mkl"
version('2020.4.304', sha256='2314d46536974dbd08f2a4e4f9e9a155dc7e79e2798c74e7ddfaad00a5917ea5',

View File

@ -9,6 +9,8 @@
class IntelMpi(IntelPackage):
"""Intel MPI"""
maintainers = ['rscohn2']
homepage = "https://software.intel.com/en-us/intel-mpi-library"
version('2019.10.317', sha256='28e1b615e63d2170a99feedc75e3b0c5a7e1a07dcdaf0a4181831b07817a5346',

View File

@ -21,6 +21,8 @@ class IntelTbb(CMakePackage):
url_prefix = 'https://github.com/oneapi-src/oneTBB/'
url = url_prefix + 'archive/v2020.1.tar.gz'
maintainers = ['rscohn2']
# Note: when adding new versions, please check and update the
# patches, filters and url_for_version() below as needed.