Skip to content

install packages from intel channel for build using pip #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 12, 2025

Conversation

vtavana
Copy link
Collaborator

@vtavana vtavana commented Jul 11, 2025

When tbb-devel is installed from conda-forge channel, $CONDA_PREFIX/lib/cmake/tbb/TBBConfig.cmake does not exist and it causes issue because when TBBConfig.cmake is not present, find_package(MKL REQUIRED) sets MKL_FOUND=FALSE with this reason: TBB not found for the specified MKL_THREADING: tbb_thread.
Installing tbb-devel from intel channel includes $CONDA_PREFIX/lib/cmake/tbb/TBBConfig.cmake.

CC=icx is also added to make sure The C compiler identification is IntelLLVM 2025.2.0 and not GNU cc.

@vtavana vtavana force-pushed the update-workflow branch 3 times, most recently from f11b37f to 025903f Compare July 11, 2025 17:05
@IntelPython IntelPython deleted a comment from antonwolfy Jul 11, 2025
Copy link
Collaborator

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @vtavana

@vtavana vtavana merged commit 8436bd6 into main Jul 12, 2025
64 checks passed
@vtavana vtavana deleted the update-workflow branch July 12, 2025 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants