You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, thanks for your amazing work on this lib.
Per the requirement of an open source project, the Orekit, which depends on Hipparchus, I need to install the Hipparchus into my local maven repository, by following commands:
git clone https://github.com/Hipparchus-Math/hipparchus.git
cd hipparchus
mvn install
But I got the following failure message:
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] FastMathTest.checkMissingFastMathClasses:1542 FastMath should implement all StrictMath methods ==> expected: but was:
[INFO]
[ERROR] Tests run: 6829, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hipparchus 4.1-SNAPSHOT:
[INFO]
[INFO] Hipparchus ......................................... SUCCESS [ 6.933 s]
[INFO] Hipparchus::Core ................................... FAILURE [01:48 min]
[INFO] Hipparchus::Statistics ............................. SKIPPED
[INFO] Hipparchus::Computational Geometry ................. SKIPPED
[INFO] Hipparchus::Ordinary Differential Equations ........ SKIPPED
[INFO] Hipparchus::Optimization ........................... SKIPPED
[INFO] Hipparchus::Fitting ................................ SKIPPED
[INFO] Hipparchus::Cluster Algorithms ..................... SKIPPED
[INFO] Hipparchus::Samples ................................ SKIPPED
[INFO] Hipparchus::Fast Fourier Transforms ................ SKIPPED
[INFO] Hipparchus::Filtering Algorithms ................... SKIPPED
[INFO] Hipparchus::Coverage ............................... SKIPPED
[INFO] Hipparchus ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:55 min
[INFO] Finished at: 2026-04-03T17:09:55+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.2:test (default-test) on project hipparchus-core: There are test failures.
[ERROR]
[ERROR] See /home/hanbing/Code/hipparchus/hipparchus-core/target/surefire-reports for the individual test results.
[ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :hipparchus-core
As I am really new to this lib, could someone give me a clue where I might get it wrong?
For your information, I am working this on a Ubuntu OS with Maven, the output of mvn -v are
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi the Hipparchus-Math team,
first of all, thanks for your amazing work on this lib.
Per the requirement of an open source project, the Orekit, which depends on Hipparchus, I need to install the Hipparchus into my local maven repository, by following commands:
But I got the following failure message:
As I am really new to this lib, could someone give me a clue where I might get it wrong?
For your information, I am working this on a Ubuntu OS with Maven, the output of
mvn -vareThanks a lot in advance for any comments.
Regards,
Hanbing
Beta Was this translation helpful? Give feedback.
All reactions