From 19da031304936d7bf8f8d2b87d2d84e0cfa95bce Mon Sep 17 00:00:00 2001 From: "Komarova, Evseniia" Date: Wed, 13 Aug 2025 18:45:26 +0200 Subject: [PATCH 1/2] Add description to the recipe to meet internal validation checks --- conda-recipe/meta.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index d2010df..8238eef 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -49,3 +49,12 @@ about: license: BSD-3-Clause license_file: LICENSE.txt summary: NumPy-based implementation of Fast Fourier Transform using Intel® oneAPI Math Kernel Library (OneMKL) + description: | + 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: BSD-3-Clause +

From 92f00b684e650b8dc1c1e8bd908722a41cf7199d Mon Sep 17 00:00:00 2001 From: Vahid Tavanashad <120411540+vtavana@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:35:17 -0500 Subject: [PATCH 2/2] Update conda-recipe/meta.yaml --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 8238eef..743f847 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -48,7 +48,7 @@ about: home: http://github.com/IntelPython/mkl_fft license: BSD-3-Clause license_file: LICENSE.txt - summary: NumPy-based implementation of Fast Fourier Transform using Intel® oneAPI Math Kernel Library (OneMKL) + summary: NumPy-based implementation of Fast Fourier Transform using Intel® oneAPI Math Kernel Library (oneMKL) description: | LEGAL NOTICE: Use of this software package is subject to the software license agreement (as set forth above, in the license section of