Fixing provides directive for intel-oneapi-onedal package (#24108)

This commit is contained in:
Nikolay Petrov 2021-06-11 10:47:27 +03:00 committed by GitHub
parent c630594092
commit ec2d8a1571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ packages:
mpi: [openmpi, mpich]
mysql-client: [mysql, mariadb-c-client]
opencl: [pocl]
onedal: [intel-oneapi-dal]
osmesa: [mesa+osmesa, mesa18+osmesa]
pil: [py-pillow]
pkgconfig: [pkgconf, pkg-config]

View File

@ -29,6 +29,7 @@ class IntelOneapiDal(IntelOneApiLibraryPackage):
depends_on('intel-oneapi-tbb')
provides('daal')
provides('onedal')
@property
def component_dir(self):