Skip to content

Commit

Permalink
restore RISCV patch
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Aug 5, 2024
1 parent 2159744 commit 2001916
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,16 @@ use_pip = True
# order is important!
exts_list = [
('numpy', '1.26.4', {
'patches': ['numpy-1.22.3_disable-broken-override-test.patch'],
'patches': [
'numpy-1.22.3_disable-broken-override-test.patch',
'numpy-1.26.4_fix-riscv64-test-failures.patch',
],
'checksums': [
{'numpy-1.26.4.tar.gz': '2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010'},
{'numpy-1.22.3_disable-broken-override-test.patch':
'9c589bb073b28b25ff45eb3c63c57966aa508dd8b318d0b885b6295271e4983c'},
{'numpy-1.26.4_fix-riscv64-test-failures.patch':
'81bd487dbca6da8285971a16a2c7b488718a051d3cd66450277bed6ff21741de'},
],
}),
('ply', '3.11', {
Expand Down

0 comments on commit 2001916

Please sign in to comment.