-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
bazarr: update to 1.4.0 #5911
bazarr: update to 1.4.0 #5911
Conversation
Working fine on a DS215j and a DS218j |
Those models are not ARMv7L Only models with hi3535 CPU are ARMv7L, i.e.
Details see https://github.com/SynoCommunity/spksrc/wiki/Synology-and-SynoCommunity-Package-Architectures EDIT: |
Flagging as draft as, even if it does compile and build successfully we don't really have any client for testing it, as of now. |
ac6984c
to
ddc693c
Compare
* Add back support for ARMv7 architecture * Relax hardcoded version constraint on python dependency
83ca74f
to
791b91f
Compare
@ngthwi I think this ought to be ready for merge & release. Do you think you could have time to test the latest 1.4.0 binaries ? They are available here: https://github.com/SynoCommunity/spksrc/pull/5911/checks @th0ma7 any objection to merging ? (things I wouldn't have spotted for example...) All apologies for the delays |
Just to be clear: we have the definitions in
None of the Diskstation Models have So the title of this PR is missleading since armv7 support for DSM was never dropped. Was there any request to support this package on NVR1218, NVR216 or VS360HD?.
and to remove the If you want to keep the ARMv7L_ARCHS then please update the changelog to |
I think I got confused here with the custom logic for numpy which was related to those Will be reverting the change and removing the therefore useless tricks for numpy. |
# [numpy] <= 1.22.4 (armv7l) | ||
ifeq ($(findstring $(ARCH),$(ARMv7L_ARCHS)),$(ARCH)) | ||
WHEELS += src/requirements-crossenv-numpy-armv7l.txt |
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.
It seems that ARMv7L_ARCHS
are actually part of the unsupported architectures and this line is therefore useless
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
Already tested that... |
Hello @smaarn, I've successfully published the builds for the merged PR on the website. The By the way, I've observed that the recent commits you've merged were published by other contributors. While we're more than willing to provide assistance, if you encounter any challenges with your publishing process, feel free to reach out to me on Discord for support. |
Description
ARMv7L_ARCHS
logics for numpyChecklist
all-supported
completed successfullyType of change