Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions modules/gz-common/7.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## MODULE.bazel
module(
name = "gz-common",
version = "7.0.0",
compatibility_level = 6,
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "assimp", version = "5.4.3.bcr.3")
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
bazel_dep(name = "cdt", version = "1.4.0")
bazel_dep(name = "freeimage", version = "3.19.10")
bazel_dep(name = "googletest", version = "1.14.0")
bazel_dep(name = "remotery", version = "1.0.0")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "spdlog", version = "1.12.0")
bazel_dep(name = "tinyxml2", version = "10.0.0")
bazel_dep(name = "libuuid", version = "2.39.3.bcr.1")

# Gazebo Dependencies
bazel_dep(name = "rules_gazebo", version = "0.0.2")
bazel_dep(name = "gz-utils", version = "4.0.0")
bazel_dep(name = "gz-math", version = "9.0.0")
32 changes: 32 additions & 0 deletions modules/gz-common/7.0.0/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,7 +1,8 @@
## MODULE.bazel
module(
name = "gz-common",
- repo_name = "org_gazebosim_gz-common",
+ version = "7.0.0",
+ compatibility_level = 6,
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
@@ -18,17 +19,5 @@

# Gazebo Dependencies
bazel_dep(name = "rules_gazebo", version = "0.0.2")
-bazel_dep(name = "gz-utils")
-bazel_dep(name = "gz-math")
-
-archive_override(
- module_name = "gz-utils",
- strip_prefix = "gz-utils-gz-utils4",
- urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/gz-utils4.tar.gz"],
-)
-
-archive_override(
- module_name = "gz-math",
- strip_prefix = "gz-math-gz-math9",
- urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/gz-math9.tar.gz"],
-)
+bazel_dep(name = "gz-utils", version = "4.0.0")
+bazel_dep(name = "gz-math", version = "9.0.0")
25 changes: 25 additions & 0 deletions modules/gz-common/7.0.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
matrix:
platform:
- debian11
- ubuntu2204
- macos
- macos_arm64
bazel:
- 8.x
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--cxxopt=-std=c++17'
- '--host_cxxopt=-std=c++17'
build_targets:
- '@gz-common'
- '@gz-common//events:events'
- '@gz-common//geospatial:geospatial'
- '@gz-common//graphics:graphics'
- '@gz-common//io:io'
- '@gz-common//profiler:profiler'
- '@gz-common//testing:testing'
9 changes: 9 additions & 0 deletions modules/gz-common/7.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/gazebosim/gz-common/archive/refs/tags/gz-common7_7.0.0.tar.gz",
"integrity": "sha256-cjK4sUGwbL2QES6K3AsZ7FNIswx8LB0TYpwgfCug6v0=",
"strip_prefix": "gz-common-gz-common7_7.0.0",
"patches": {
"module_dot_bazel.patch": "sha256-bdF+2eUhqqFlab1C/eRP6RJPT2PFsqEXyYYjV0utcmE="
},
"patch_strip": 0
}
9 changes: 8 additions & 1 deletion modules/gz-common/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"github": "iche033",
"github_user_id": 4000684,
"name": "Ian Chen"
},
{
"email": "[email protected]",
"github": "shameekganguly",
"github_user_id": 2412842,
"name": "Shameek Ganguly"
}
],
"repository": [
Expand All @@ -15,7 +21,8 @@
"6.1.0",
"6.2.0",
"6.2.1",
"7.0.0-pre1"
"7.0.0-pre1",
"7.0.0"
],
"yanked_versions": {}
}
21 changes: 21 additions & 0 deletions modules/gz-fuel-tools/11.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module(
name = "gz-fuel-tools",
version = "11.0.0",
compatibility_level = 10,
)

bazel_dep(name = "curl", version = "8.8.0.bcr.3")
bazel_dep(name = "googletest", version = "1.15.2")
bazel_dep(name = "jsoncpp", version = "1.9.6")
bazel_dep(name = "libyaml", version = "0.2.5")
bazel_dep(name = "libzip", version = "1.11.4")
bazel_dep(name = "protobuf", version = "29.4", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "tinyxml2", version = "10.0.0")

# Gazebo Dependencies
bazel_dep(name = "rules_gazebo", version = "0.0.3")
bazel_dep(name = "gz-common", version = "7.0.0")
bazel_dep(name = "gz-math", version = "9.0.0")
bazel_dep(name = "gz-msgs", version = "12.0.0")
bazel_dep(name = "gz-utils", version = "4.0.0")
48 changes: 48 additions & 0 deletions modules/gz-fuel-tools/11.0.0/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,7 +1,7 @@
-## MODULE.bazel
module(
name = "gz-fuel-tools",
- repo_name = "org_gazebosim_gz-fuel-tools",
+ version = "11.0.0",
+ compatibility_level = 10,
)

bazel_dep(name = "curl", version = "8.8.0.bcr.3")
@@ -15,31 +15,7 @@

# Gazebo Dependencies
bazel_dep(name = "rules_gazebo", version = "0.0.3")
-bazel_dep(name = "gz-common")
-bazel_dep(name = "gz-math")
-bazel_dep(name = "gz-msgs")
-bazel_dep(name = "gz-utils")
-
-archive_override(
- module_name = "gz-common",
- strip_prefix = "gz-common-gz-common7",
- urls = ["https://github.com/gazebosim/gz-common/archive/refs/heads/gz-common7.tar.gz"],
-)
-
-archive_override(
- module_name = "gz-math",
- strip_prefix = "gz-math-gz-math9",
- urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/gz-math9.tar.gz"],
-)
-
-archive_override(
- module_name = "gz-msgs",
- strip_prefix = "gz-msgs-gz-msgs12",
- urls = ["https://github.com/gazebosim/gz-msgs/archive/refs/heads/gz-msgs12.tar.gz"],
-)
-
-archive_override(
- module_name = "gz-utils",
- strip_prefix = "gz-utils-gz-utils4",
- urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/gz-utils4.tar.gz"],
-)
+bazel_dep(name = "gz-common", version = "7.0.0")
+bazel_dep(name = "gz-math", version = "9.0.0")
+bazel_dep(name = "gz-msgs", version = "12.0.0")
+bazel_dep(name = "gz-utils", version = "4.0.0")
18 changes: 18 additions & 0 deletions modules/gz-fuel-tools/11.0.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
matrix:
platform:
- ubuntu2004
- macos
- macos_arm64
bazel:
- 8.x
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--cxxopt=-std=c++17'
- '--host_cxxopt=-std=c++17'
build_targets:
- '@gz-fuel-tools'
9 changes: 9 additions & 0 deletions modules/gz-fuel-tools/11.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/gazebosim/gz-fuel-tools/archive/refs/tags/gz-fuel-tools11_11.0.0.tar.gz",
"integrity": "sha256-UI7l8Mjpq0Pv+mzjB3NvFGkUuyJYDNFU1+CbZ+SDjFQ=",
"strip_prefix": "gz-fuel-tools-gz-fuel-tools11_11.0.0",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-0Fu2zW3X0INMPi4gxZaEuJwHIRvKnGd5CXco/zpJYeQ="
}
}
11 changes: 9 additions & 2 deletions modules/gz-fuel-tools/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"homepage": "https://github.com/gazebosim/gz-fuel-tools",
"maintainers": [
{
"email": "[email protected]",
"github": "iche033",
"github_user_id": 4000684,
"name": "Ian Chen"
},
{
"email": "[email protected]",
"github": "shameekganguly",
Expand All @@ -13,7 +19,8 @@
],
"versions": [
"10.1.0",
"11.0.0-pre1"
"11.0.0-pre1",
"11.0.0"
],
"yanked_versions": {}
}
}
15 changes: 15 additions & 0 deletions modules/gz-math/9.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module(
name = "gz-math",
version = "9.0.0",
compatibility_level = 0,
)

bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
bazel_dep(name = "googletest", version = "1.14.0")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "eigen", version = "3.4.0.bcr.3") # workaround for https://github.com/bazelbuild/bazel-central-registry/issues/4355
bazel_dep(name = "pybind11_bazel", version = "2.13.6")
bazel_dep(name = "rules_python", version = "0.36.0")
bazel_dep(name = "platforms", version = "0.0.11")
bazel_dep(name = "rules_gazebo", version = "0.0.6")
bazel_dep(name = "gz-utils", version = "4.0.0")
43 changes: 43 additions & 0 deletions modules/gz-math/9.0.0/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,7 +1,7 @@
-## MODULE.bazel
module(
name = "gz-math",
- repo_name = "org_gazebosim_gz-math",
+ version = "9.0.0",
+ compatibility_level = 0,
)

bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
@@ -11,29 +11,5 @@
bazel_dep(name = "pybind11_bazel", version = "2.13.6")
bazel_dep(name = "rules_python", version = "0.36.0")
bazel_dep(name = "platforms", version = "0.0.11")
-
-# Gazebo Dependencies
bazel_dep(name = "rules_gazebo", version = "0.0.6")
-bazel_dep(name = "gz-utils")
-archive_override(
- module_name = "gz-utils",
- strip_prefix = "gz-utils-gz-utils4",
- urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/gz-utils4.tar.gz"],
-)
-
-PYTHON_VERSIONS = [
- "3.9",
- "3.10",
- "3.11",
- "3.12",
-]
-
-python = use_extension("@rules_python//python/extensions:python.bzl", "python")
-
-[
- python.toolchain(
- is_default = python_version == PYTHON_VERSIONS[-1],
- python_version = python_version,
- )
- for python_version in PYTHON_VERSIONS
-]
+bazel_dep(name = "gz-utils", version = "4.0.0")
19 changes: 19 additions & 0 deletions modules/gz-math/9.0.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 8.x
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--cxxopt=-std=c++17'
- '--host_cxxopt=-std=c++17'
build_targets:
- '@gz-math//:*'
9 changes: 9 additions & 0 deletions modules/gz-math/9.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/gazebosim/gz-math/archive/refs/tags/gz-math9_9.0.0.tar.gz",
"integrity": "sha256-4erPwr9rh17CcLYyPPqo3+BDyar/nOuPh/9G4c3pR0o=",
"strip_prefix": "gz-math-gz-math9_9.0.0",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-1rHrWzsKXojuA1L6TXEMTl9nTlegQwztesg3NokxYO8="
}
}
3 changes: 2 additions & 1 deletion modules/gz-math/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"8.1.0",
"8.1.1",
"8.1.1.bcr.1",
"9.0.0-pre1"
"9.0.0-pre1",
"9.0.0"
],
"yanked_versions": {}
}
16 changes: 16 additions & 0 deletions modules/gz-msgs/12.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## MODULE.bazel
module(
name = "gz-msgs",
version = "12.0.0",
compatibility_level = 11,
)

bazel_dep(name = "googletest", version = "1.14.0")
bazel_dep(name = "protobuf", version = "30.1", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "rules_proto", version = "7.1.0")
bazel_dep(name = "rules_python", version = "0.36.0")
bazel_dep(name = "tinyxml2", version = "10.0.0")
bazel_dep(name = "rules_gazebo", version = "0.0.2")
bazel_dep(name = "gz-utils", version = "4.0.0")
bazel_dep(name = "gz-math", version = "9.0.0")
35 changes: 35 additions & 0 deletions modules/gz-msgs/12.0.0/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,7 +1,8 @@
## MODULE.bazel
module(
name = "gz-msgs",
- repo_name = "org_gazebosim_gz-msgs",
+ version = "12.0.0",
+ compatibility_level = 11,
)

bazel_dep(name = "googletest", version = "1.14.0")
@@ -10,20 +11,6 @@
bazel_dep(name = "rules_proto", version = "7.1.0")
bazel_dep(name = "rules_python", version = "0.36.0")
bazel_dep(name = "tinyxml2", version = "10.0.0")
-
-# Gazebo Dependencies
bazel_dep(name = "rules_gazebo", version = "0.0.2")
-bazel_dep(name = "gz-math")
-bazel_dep(name = "gz-utils")
-
-archive_override(
- module_name = "gz-math",
- strip_prefix = "gz-math-gz-math9",
- urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/gz-math9.tar.gz"],
-)
-
-archive_override(
- module_name = "gz-utils",
- strip_prefix = "gz-utils-gz-utils4",
- urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/gz-utils4.tar.gz"],
-)
+bazel_dep(name = "gz-utils", version = "4.0.0")
+bazel_dep(name = "gz-math", version = "9.0.0")
Loading
Loading