rocm-arch / tensorflow-rocm

tensorflow-rocm AUR package
17 stars 12 forks source link

Add sed to resolve issue #51. #54

Closed mpeschel10 closed 1 year ago

mpeschel10 commented 1 year ago

This commit resolves ~1 megabyte of warnings generated by setuptools by replacing find_packages with find_namespace_packages in setup.py. It specifically addresses issue #51. Per StackOverflow, find_namespace_packages is an appropriate substitution for find_packages in this case.

Closes #51

acxz commented 1 year ago

Thanks for your investigation @mpeschel10 and the corresponding PR!

Just in the future, when updating PKGBUILDs it is also important to update the pkgrel and the .SRCINFO via makepkg --printsrcinfo > .SRCINFO