Skip to content

Commit eac58aa

Browse files
authored
Merge pull request #14 from jharlow-intel/fix/license
fix: license name
2 parents d1d1a02 + 27b8966 commit eac58aa

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

recipe/meta.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package:
77

88
build:
99
noarch: generic
10-
number: 1
10+
number: 2
1111
skip: True # [not linux]
1212

1313
requirements:
@@ -27,22 +27,21 @@ 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,
3933
disclaimers or license terms for third party or open source software
4034
included in or with the software.</strong>
4135
<br/><br/>
42-
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">LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools</a>
36+
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:
47-
- oleksandr-pavlyk
48-
- ZzEeKkAa
47+
- ndgrigorian

0 commit comments

Comments
 (0)