Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bazel: Define a minimal Bazel module#269

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
egorich239 wants to merge1 commit intorandy408:master
base:master
Choose a base branch
Loading
fromegorich239:master

Conversation

@egorich239
Copy link

This defines the very minimal integration with Bazel build system. The definitions follow the spirit of README.md in that the build rules package the library such that it can be included with

#include<spng.h>

This defines the very minimal integration with Bazel build system.The definitions follow the spirit of README.md in that the build rulespackage the library such that it can be included with```c```
compatibility_level = 1,
)

bazel_dep(name = "zlib", version = "1.3.1")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'm not familiar with bazel, does this specify 1.3.1 and only 1.3.1 or the minimum version?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Iflibspng is the only user ofzlib in a bazel workspace, then it would mean 1.3.1 exactly.
If there is anotherbazel_dep with, say,zlib 1.3.2 in its dependencies, then

Full details:

randy408 reacted with thumbs up emoji
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@randy408randy408randy408 left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@egorich239@randy408

[8]ページ先頭

©2009-2025 Movatter.jp