Skip to content

Commit 399ffcb

Browse files
committed
Bumps in ionic : ci_matching_branch/bump_ionic_sdformat15
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 638ce22 commit 399ffcb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/ci/packages.apt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
libgz-cmake4-dev
2-
libgz-math7-dev
2+
libgz-math8-dev
33
libgz-tools2-dev
44
libgz-utils3-dev
55
libgz-utils3-cli-dev
@@ -8,7 +8,7 @@ liburdfdom-dev
88
libxml2-utils
99
python3-dev
1010
python3-distutils
11-
python3-gz-math7
11+
python3-gz-math8
1212
python3-psutil
1313
python3-pybind11
1414
python3-pytest

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ if (BUILD_SDF)
113113
########################################
114114
# Find gz math
115115
# Set a variable for generating ProjectConfig.cmake
116-
gz_find_package(gz-math7 VERSION REQUIRED)
117-
set(GZ_MATH_VER ${gz-math7_VERSION_MAJOR})
116+
gz_find_package(gz-math8 VERSION REQUIRED)
117+
set(GZ_MATH_VER ${gz-math8_VERSION_MAJOR})
118118

119119
########################################
120120
# Find gz utils

python/test/gz_test_deps/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ bindings such that the version number only has to be changed in this package.
33
Here's an example of how to use this in a python test:
44

55
```python
6-
from gz_test_deps import math # instead of from gz import math7
7-
from gz_test_deps.math import Vector3d # instead of from gz.math7 import Vector3d
6+
from gz_test_deps import math # instead of from gz import math8
7+
from gz_test_deps.math import Vector3d # instead of from gz.math8 import Vector3d
88
```

python/test/gz_test_deps/math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from gz.math7 import *
1+
from gz.math8 import *

0 commit comments

Comments
 (0)