Skip to content

Commit 46e5219

Browse files
committed
fix: license name
1 parent d24ce57 commit 46e5219

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

recipe/meta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ about:
2727
summary: 'Symlink system-wide OpenCL ICD file for Intel(R) GPUs to current environment'
2828

2929
description: |
30-
Since GPU drivers are installed system-wide, and the OpenCL loader in conda environment
31-
is configured to look for ICD files in ``${CONDA_PREFIX}/etc/OpenCL/vendors`` to isolate
32-
the conda environment from the system environment, enabling discovery of Intel GPU devices
33-
by the OpenCL loader requires creation of appropriate ICD file in the conda environment's
34-
own vendors folder. This metapackage creates such an ICD as a symbolic link to the ICD
35-
installed system-wide.
3630
<strong>LEGAL NOTICE: Use of this software package is subject to the
3731
software license agreement (as set forth above, in the license section of
3832
the installed Conda package and/or the README file) and all notices,
@@ -41,6 +35,12 @@ about:
4135
<br/><br/>
4236
EULA: <a href="https://www.intel.com/content/dam/develop/external/us/en/documents/pdf/intel-developer-tools-eula-09-03-19.pdf" target="_blank">Apache-2.0</a>
4337
<br/><br/>
38+
Since GPU drivers are installed system-wide, and the OpenCL loader in conda environment
39+
is configured to look for ICD files in ``${CONDA_PREFIX}/etc/OpenCL/vendors`` to isolate
40+
the conda environment from the system environment, enabling discovery of Intel GPU devices
41+
by the OpenCL loader requires creation of appropriate ICD file in the conda environment's
42+
own vendors folder. This metapackage creates such an ICD as a symbolic link to the ICD
43+
installed system-wide.
4444
4545
extra:
4646
recipe-maintainers:

0 commit comments

Comments
 (0)