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! |
scpeters
left a comment
There was a problem hiding this comment.
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
|
|
||
| gz_configure_project( | ||
| REPLACE_IGNITION_INCLUDE_PATH gz/math | ||
| REPLACE_INCLUDE_PATH gz/math |
There was a problem hiding this comment.
I think this line can be removed since the default path is gz/math as of gazebosim/gz-cmake#277
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
| conda search libgz-math* --channel conda-forge --info | ||
| ``` | ||
| 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.
this conda link doesn't work with the change. I'm not sure if any of the conda portion should be migrated actually
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