robotology / idyntree

Multibody Dynamics Library designed for Free Floating Robots
BSD 3-Clause "New" or "Revised" License
155 stars 65 forks source link

CI Failure in MATLAB Tests begin of September 2023 #1098

Closed traversaro closed 10 months ago

traversaro commented 10 months ago
1/1 Test #62: matlab_idyntree_tests ............***Failed   35.04 sec

    Sponsored License -- for use in support of a program or activity sponsored by MathWorks.
Errors while running CTest
    Not for government, commercial or other non-sponsored organizational use.

{Error using iDynTree.Position (line 10)
Invalid MEX-file '/home/runner/work/idyntree/idyntree/build/lib/iDynTreeMEX.mexa64': /usr/local/MATLAB/R2020b/bin/glnxa64/../../sys/os/glnxa64/libgfortran.so.5: version
`GFORTRAN_10' not found (required by /usr/share/miniconda3/envs/test/lib/./libspral.so)

Error in PositionUnitTest>test_sum_of_positions (line 15)
    pos1 = iDynTree.Position();

Error in PositionUnitTest (line 7)
    test_sum_of_positions

Same problem of https://github.com/robotology/robotology-superbuild/issues/1461, let's do the same fix.