-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add notice for licenses of dependencies #45
Conversation
54a2ca4
to
3eaf526
Compare
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.
Just one comment. Also for static linking do we need to worry about licenses of dependencies pulled in by the direct dependencies listed in this file? I know the build pulls in boost, for example.
Signed-off-by: Tim Paine <[email protected]>
Yeah i tweaked how to generate so we can pull in everything, its a big file but seems fine |
also added a quick tweak for #48 while i was modifying the makefile |
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.
Looks good to me now, makes sense to automate this.
@@ -114,7 +122,7 @@ major: | |||
######## | |||
# DIST # | |||
######## | |||
.PHONE: dist-py dist-py-sdist dist-py-wheel dist-py-cibw dist-check dist publish-py publish | |||
.PHONY: dist-py dist-py-sdist dist-py-wheel dist-py-cibw dist-check dist publish-py publish |
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.
oops, nice catch
No description provided.