[MAINT] Add conda-recipe for conda-forge only dpctl builds - #2367
Open
ndgrigorian wants to merge 5 commits into
Open
[MAINT] Add conda-recipe for conda-forge only dpctl builds#2367ndgrigorian wants to merge 5 commits into
ndgrigorian wants to merge 5 commits into
Conversation
aligned with dpctl-feedstock on conda-forge's recipe and scripts
ndgrigorian
requested review from
antonwolfy and
vlad-perevezentsev
as code owners
August 19, 2026 07:07
Collaborator
antonwolfy
reviewed
Aug 19, 2026
|
View rendered docs @ https://intelpython.github.io/dpctl/pulls/2367/index.html |
use errorlevel 1 over %ERRORLEVEL% neq 0 Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
Remove INTEL_IPO_OVERRIDE from conda-recipe-cf meta.yaml
antonwolfy
reviewed
Aug 19, 2026
Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
antonwolfy
approved these changes
Aug 20, 2026
antonwolfy
left a comment
Collaborator
There was a problem hiding this comment.
Thank you @ndgrigorian
antonwolfy
reviewed
Aug 20, 2026
| conda list -n base | ||
| - name: Build conda package | ||
| env: | ||
| OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides |
antonwolfy
reviewed
Aug 20, 2026
| "%PYTHON%" setup.py clean --all | ||
|
|
||
| REM useful for building in resources constrained VMs (public CI) | ||
| set "CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=FALSE" |
Collaborator
There was a problem hiding this comment.
And I believe that can be dropped also, but we can do both in the follow-up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR proposes adding a workflow for conda-forge builds of the project, which test that the Conda packages for the compiler dependencies (and NumPy) brought in purely from conda-forge work with dpctl