-
Notifications
You must be signed in to change notification settings - Fork 9
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
Issue at NCEPLIBS-ip-5.1.0 Installation #254
Comments
Can you provide the sequence of commands you're using for each. It looks like the ip library compiled successfully, and the failing tests are probably floating point differences though feel free to provide the verbose output of those just in case there's some other issue. The error you're getting makes me think there's some kind of installation issue on the ip end since clearly you're building the '_4' version of the library. |
Thank you for your reply. Interestingly, all tests of IP compilation were successful with the GFORTRAN compiler. However, despite encountering no errors with GFORTRAN, I faced the same issue mentioned earlier while trying to install wgrib2. Additionally, 21% of the tests failed with the Intel compiler, showing the same error during the wgrib2 installation. For Ipolates installation: Please note that the path selection is slightly different from the log file mentioned above. I repeated the process, so the paths differ from those in the previous log files. However, the overall procedure remains the same. Thank you |
I was able to reproduce the issue when using ip/build as the install path, but resolved the problem by changing the directory. Can you try installing to a separate, clean directory (say, ip/build/install) and see if that resolves the problem? For some reason when I installed to the build directory itself, it wasn't generating ip-target.cmake, which led to the same error about ip::ip_4 not being found. |
Thank you for your continuous support. I followed your suggestions and tried with both Intel and gfortran compilers.
Once again thank you for your support. |
Dear all,
I am trying to install the latest version of NCEPLIBS-ip-5.1.0, which is required for the installation of wgrib2-3.4.0. During the make and make test steps, I encountered errors/warnings, as shown in the attached log files:
make_test_log.txt
make_log.txt
Interestingly, despite the errors, make install was completed successfully. However, when I tried to compile wgrib2, it produced the following errors:
Error:
CMake Error at /home/user1/SRINIVAS/NCEPLIBS-ip-5.1.0/build/ip-config.cmake:53 (get_target_property):
get_target_property() called with non-existent target "ip::ip_4".
Call Stack (most recent call first):
CMakeLists.txt:90 (find_package)
Could you please provide suggestions on how to resolve these issues?"
Thank you,
Srinivas
The text was updated successfully, but these errors were encountered: