Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11_abseil
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11_abseil
Commits
70f8b693
Unverified
Commit
70f8b693
authored
Feb 16, 2024
by
Rhees Crouse
Committed by
GitHub
Feb 16, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16 from david-crouse/releases
Freeze release 202402.0
parents
08bdc527
a72dfa53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
14 deletions
+4
-14
MODULE.bazel
+3
-13
README.md
+1
-1
No files found.
MODULE.bazel
View file @
70f8b693
...
...
@@ -29,19 +29,9 @@ bazel_dep(
version = "0.0.8"
)
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "pybind11_bazel",
strip_prefix = "pybind11_bazel-master",
urls = ["https://github.com/pybind/pybind11_bazel/archive/refs/heads/master.tar.gz"],
)
http_archive(
name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD",
strip_prefix = "pybind11-master",
urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"],
bazel_dep(
name = "pybind11_bazel",
version = "2.11.1.bzl.2"
)
#### DEV ONLY DEPENDENCIES BELOW HERE ####
...
...
README.md
View file @
70f8b693
...
...
@@ -37,7 +37,7 @@ To depend on a release:
```
bazel_dep(
name = "pybind11_abseil",
version = "
<selected_version>
",
version = "
202402.0
",
)
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment