Align recipe's meta yaml with conda-forge#1868
Conversation
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
4ddcbb1 to
bd1d042
Compare
|
Array API standard conformance tests for dpctl=0.19.0dev0=py310h93fe807_147 ran successfully. |
|
Array API standard conformance tests for dpctl=0.19.0dev0=py310h93fe807_148 ran successfully. |
|
Hi, @oleksandr-pavlyk! We have created a task for this SAT-7477. So far, I have come to the conclusion that the problem may be |
Follow https://conda-forge.org/news/2024/03/24/stdlib-migration/ Also specify vs2019 and C++ compiler on Windows
f94965a to
91e8779
Compare
|
Array API standard conformance tests for dpctl=0.19.0dev0=py310h93fe807_296 ran successfully. |
|
This is not working yet in internal CI because it is still not using docker with the new version of conda build, we're working on this |
|
Alright, internal CI is using conda-build 3.28.4. Hopefully everything will now be smooth sailing for this PR :) |
|
We need to remove |
|
Array API standard conformance tests for dpctl=0.19.0dev0=py310h93fe807_297 ran successfully. |
|
Array API standard conformance tests for dpctl=0.19.0dev0=py310h93fe807_298 ran successfully. |
|
Lots of green checkmarks! Yay! |
The PR is indented to remove a temporary pinning to "windows-2019" and to revert changes from #1833. Besides Windows 2019 GitHub image is going to be fully unsupported by June 30, 2025. The impacted workflows are moved to use "windows-2022" GH runners. It requires updating `conda_build_config.yaml` where the version of the compiler as well as standard libraries have to be specified. While `{{ stdlib('c') }}` is installing into build environment as an alignment with recipe's meta yaml from conda-forge (see [dpctl#1868](IntelPython/dpctl#1868) as for reference).
The PR is indented to remove a temporary pinning to "windows-2019" and to revert changes from #1833. Besides Windows 2019 GitHub image is going to be fully unsupported by June 30, 2025. The impacted workflows are moved to use "windows-2022" GH runners. It requires updating `conda_build_config.yaml` where the version of the compiler as well as standard libraries have to be specified. While `{{ stdlib('c') }}` is installing into build environment as an alignment with recipe's meta yaml from conda-forge (see [dpctl#1868](IntelPython/dpctl#1868) as for reference). a4aa964
Install
{{ stdlib('c') }}into build environment.This requires adding
conda_build_config.yamlwhere the version of the compiler as well as standard libraries be specified.@ekomarova @xaleryb These changes break internal CI. Is there a way to align with conda-forge?