-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ign -> gz CMake, Python, Partial Source, and File Migrations : gz-math #462
ign -> gz CMake, Python, Partial Source, and File Migrations : gz-math #462
Conversation
@osrf-jenkins run tests please! |
1 similar comment
@osrf-jenkins run tests please! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interval python test failed:
128: Traceback (most recent call last):
128: File "/Users/jenkins/workspace/ignition_math-ci-pr_any-homebrew-amd64/ign-math/src/python_pybind11/test/Interval_TEST.py", line 17, in <module>
128: from ignition.math import Intervald
128: ModuleNotFoundError: No module named 'ignition.math'
128/165 Test #128: Interval_TEST.py ..................................***Failed 0.12 sec
the python test failures don't show up in homebrew CI unfortunately
CMakeLists.txt
Outdated
@@ -18,7 +18,7 @@ set(CMAKE_CXX_STANDARD 17) | |||
set(CMAKE_CXX_STANDARD_REQUIRED ON) | |||
|
|||
gz_configure_project( | |||
REPLACE_IGNITION_INCLUDE_PATH gz/math | |||
REPLACE_INCLUDE_PATH gz/math |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this line can be removed since the default path is gz/math
as of gazebosim/gz-cmake#277
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed here and everywhere else 008784a
4b6a0a4
to
008784a
Compare
New build has it passing: https://build.osrfoundation.org/job/ignition_math-ci-pr_any-homebrew-amd64/1826/consoleFull There was a bug in how the symlinks were being installed/created. Fixed here and in sim.
|
tutorials/installation.md
Outdated
``` | ||
See the [Conda release repository](https://github.com/conda-forge/libignition-math4-feedstock) for more information. | ||
See the [Conda release repository](https://github.com/conda-forge/libgz-math4-feedstock) for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this conda link doesn't work with the change. I'm not sure if any of the conda portion should be migrated actually
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed! bc118cb
008784a
to
bc118cb
Compare
@osrf-jenkins run tests please! |
1 similar comment
@osrf-jenkins run tests please! |
bc118cb
to
c5ade3a
Compare
Codecov Report
@@ Coverage Diff @@
## main #462 +/- ##
=======================================
Coverage 99.69% 99.69%
=======================================
Files 74 74
Lines 6845 6845
=======================================
Hits 6824 6824
Misses 21 21
Continue to review full report at Codecov.
|
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
c5ade3a
to
1d1be5c
Compare
Signed-off-by: methylDragon <methylDragon@gmail.com>
See: gazebo-tooling/release-tools#765