-
Notifications
You must be signed in to change notification settings - Fork 632
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
Bazel build system maintenance #1953
Comments
Currently, For OpenJPH we need a patch file that creates this content here:
Bazel also supports globbing - with globbing we would not required to list each source file individually. Only header files added to the UPDATE Add
Add
@palemieux I added above the two patch files needed for OpenJPH You need to add to the
I will add this also to the BCR the next days. You can also comment out the Bazel build jobs for now - and I can fix them later once OpenJPH related changes are merged... |
Thanks. Will implement and report. |
I created a PR to the BCR to add OpenJPH: bazelbuild/bazel-central-registry#3609 |
I am adding a new compressor (#1883) that depends on the OpenJPH open-source library.
Is there a way to auto-generate
bazel/*.patch
files? Similarly, is BUILD.bazel intended to be edited by hand? I ask because it duplicates much information already present in the CMake makefiles.@Vertexwahn
https://academysoftwarefdn.slack.com/archives/CMLRW4N73/p1736808979009609
The text was updated successfully, but these errors were encountered: