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
a72dfa53
Commit
a72dfa53
authored
Feb 16, 2024
by
Rhees Crouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Freeze release
parent
08bdc527
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
MODULE.bazel
+2
-12
README.md
+1
-1
No files found.
MODULE.bazel
View file @
a72dfa53
...
...
@@ -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(
bazel_dep(
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"],
version = "2.11.1.bzl.2"
)
#### DEV ONLY DEPENDENCIES BELOW HERE ####
...
...
README.md
View file @
a72dfa53
...
...
@@ -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