-
Notifications
You must be signed in to change notification settings - Fork 12
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
Intel Build Error cannot see libg2c.a (or libg2c.a missing components) #346
Comments
I don't understand why this is not working. g2c_compare is not needed and is not being found. It's used for extra testing and you don't need it. So that's all good. But g2c is not required for the NCEPLIBS-grib_util. So what is happening? Are you installing the latest version: https://github.com/NOAA-EMC/NCEPLIBS-grib_util/releases/tag/v1.5.0 |
This is not exclusive to intel. We see exactly the same with gcc/gfortran, on master and 1.5.0. |
Hello All
I have a build error at the first "cmake" level using the Intel openapi compilers (2024.2 base & HPC toolkits).
I had installed the NCEPLIBS-g2 and NCEPLIBS-g2c and other prerequisites before this with no errors and successful tests and installs.
The output is provided below.
Libraries libbacio.a; libpng.so /libz.so libjasper.so llibjpeg.so; libg2_4.a; libg2_d.a; libg2c.a; libw3emc_4.a & libw3emc_d.a are all present.
I am unsure if the cmake configuration script is looking for a g2c_compare.o routine in any of the files and I cannot find them in the inventories for libg2c.a, libg2_d.a, and libg2_d.a
I've included the contents of libg2c.a, libg2_d.a, and libg2_d.a and their inventories are
llibg2c.a
libg2_4.a
and
libg2_4.d
Ideas at this point are welcome. I've exausted my unix sleuthing skills.
Bill Capehart, SD Mines
The text was updated successfully, but these errors were encountered: