Skip to content
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

BLD: Sort input file list #19124

Merged
merged 1 commit into from Aug 24, 2023
Merged

BLD: Sort input file list #19124

merged 1 commit into from Aug 24, 2023

Conversation

bmwiedemann
Copy link
Contributor

Reference issue

N/A

What does this implement/fix?

Sort input file list so that scipy/special/tests/data/local.npz builds in a reproducible way in spite of non-deterministic filesystem readdir order.

See https://reproducible-builds.org/ for why this is good. This patch was done while working on reproducible builds for openSUSE.

Additional information

Together with fixes in #19123 and #18987 (pythran) this allowed for two bit-identical builds.

so that scipy/special/tests/data/local.npz builds in a reproducible way
in spite of non-deterministic filesystem readdir order

See https://reproducible-builds.org/ for why this is good.
This patch was done while working on reproducible builds for openSUSE.
@j-bowhay j-bowhay added the Build issues Issues with building from source, including different choices of architecture, compilers and OS label Aug 24, 2023
@andyfaff
Copy link
Contributor

Seems good to me. THank you @bmwiedemann

@andyfaff andyfaff merged commit 9ddd4b0 into scipy:main Aug 24, 2023
24 checks passed
@bmwiedemann bmwiedemann deleted the npz branch August 27, 2023 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build issues Issues with building from source, including different choices of architecture, compilers and OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants