File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
libgz-cmake4-dev
2
- libgz-math7 -dev
2
+ libgz-math8 -dev
3
3
libgz-tools2-dev
4
4
libgz-utils3-dev
5
5
libgz-utils3-cli-dev
@@ -8,7 +8,7 @@ liburdfdom-dev
8
8
libxml2-utils
9
9
python3-dev
10
10
python3-distutils
11
- python3-gz-math7
11
+ python3-gz-math8
12
12
python3-psutil
13
13
python3-pybind11
14
14
python3-pytest
Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ if (BUILD_SDF)
113
113
########################################
114
114
# Find gz math
115
115
# 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 } )
118
118
119
119
########################################
120
120
# Find gz utils
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ bindings such that the version number only has to be changed in this package.
3
3
Here's an example of how to use this in a python test:
4
4
5
5
```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
8
8
```
Original file line number Diff line number Diff line change 1
- from gz .math7 import *
1
+ from gz .math8 import *
You can’t perform that action at this time.
0 commit comments