From 40f076258aa0d93ca5adbfbe18c0ff50a2619c4a Mon Sep 17 00:00:00 2001 From: "Harlow, Jordan" Date: Tue, 11 Feb 2025 08:47:24 -0700 Subject: [PATCH 1/2] fix: license name --- recipe/meta.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d0c6b83..c7990ca 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 From 27b896657ac532719e8b9f58ed62668ff7a82c16 Mon Sep 17 00:00:00 2001 From: "Harlow, Jordan" Date: Tue, 11 Feb 2025 09:03:52 -0700 Subject: [PATCH 2/2] chore: increment build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c7990ca..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: