-
Notifications
You must be signed in to change notification settings - Fork 23
Bump conda-build version from 25.1.1
to 25.1.2
#2327
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
Conversation
View rendered docs @ https://intelpython.github.io/dpnp/index.html |
It seems the compatibility fix of File "/home/runner/miniconda3/envs/build/lib/python3.12/site-packages/conda_build/os_utils/liefldd.py", line 1233, in get_linkages_memoized
return get_linkages(
^^^^^^^^^^^^^
File "/home/runner/miniconda3/envs/build/lib/python3.12/site-packages/conda_build/os_utils/liefldd.py", line 640, in get_linkages
result_lief = inspect_linkages_lief(
^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/miniconda3/envs/build/lib/python3.12/site-packages/conda_build/os_utils/liefldd.py", line 491, in inspect_linkages_lief
if binary.type == ELF_CLASS.CLASS64:
^^^^^^^^^^^^^^^^^
AttributeError: type object 'CLASS' has no attribute 'CLASS64' |
In this PR, test suit is updated to 1) use `generate_random_numpy_array` for generating inputs of a few functions, 2) avoid unnecessary conversion to numpy array where possible, 3) to modify the format. --------- Co-authored-by: Anton <[email protected]> Update build_conda_pkg.yml
d1c6df7
to
e0155fe
Compare
It has been resolved by the latest rebuild in conda-build feedstock, |
Array API standard conformance tests for dpnp=0.18.0dev0=py312he4f9c94_7 ran successfully. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you @antonwolfy
The PR proposes to switch
conda-build
version from25.1.1
to25.1.2
.