diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d0c6b83..032e377 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -7,7 +7,7 @@ package: build: noarch: generic - number: 1 + number: 2 skip: True # [not linux] requirements: @@ -27,22 +27,21 @@ about: summary: 'Symlink system-wide OpenCL ICD file for Intel(R) GPUs to current environment' description: | - Since GPU drivers are installed system-wide, and the OpenCL loader in conda environment - is configured to look for ICD files in ``${CONDA_PREFIX}/etc/OpenCL/vendors`` to isolate - the conda environment from the system environment, enabling discovery of Intel GPU devices - by the OpenCL loader requires creation of appropriate ICD file in the conda environment's - own vendors folder. This metapackage creates such an ICD as a symbolic link to the ICD - installed system-wide. LEGAL NOTICE: Use of this software package is subject to the software license agreement (as set forth above, in the license section of the installed Conda package and/or the README file) and all notices, disclaimers or license terms for third party or open source software included in or with the software.

- EULA: LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools + EULA: Apache-2.0

+ Since GPU drivers are installed system-wide, and the OpenCL loader in conda environment + is configured to look for ICD files in ``${CONDA_PREFIX}/etc/OpenCL/vendors`` to isolate + the conda environment from the system environment, enabling discovery of Intel GPU devices + by the OpenCL loader requires creation of appropriate ICD file in the conda environment's + own vendors folder. This metapackage creates such an ICD as a symbolic link to the ICD + installed system-wide. extra: recipe-maintainers: - - oleksandr-pavlyk - - ZzEeKkAa + - ndgrigorian