-
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
update cmake version being checked to one that works (was: Issue Installing NCEPLIBS-ip) #258
Comments
The issue was caused by the wrong version of cmake |
OK, but we check for cmake version, so is our check incorrect? What was the version of cmake which failed? |
I have 3.16.3 installed on the system but had to compile 3.31.0 separately. The check is for 3.15 in your CMakeLists.txt so that would pass but the build produced the above errors. |
According to the docs, the LAPACK::LAPACK target was added in CMake 3.18, so I'll start my testing there... |
OK, we don't have to have the absolutely earliest version that works, but it seems like the one we have now is not correct, so just find some later version that is correct and use that. |
I'm trying to install this to get to grib2io-interp. I'm on Ubuntu 20.4 and have installed libblas-dev and liblapack-dev. Here are the errors I get:
The text was updated successfully, but these errors were encountered: