Jeremy Maurer
Jeremy Maurer
A related/perhaps the same issue is relevant error reporting. I've run into issues where mintpy crashes and it turns out to be simple file naming conventions; e.g. underscores vs dashes...
I am willing to be a maintainer
less /usr/local/home/jlmd9g/software/minicondda3/envs/fringe/include/gdal_version.h: ... \# define GDAL_RELEASE_NAME "3.0.4" ... Based on [this page](https://cmake.org/cmake/help/latest/command/find_path.html), it looks like cmake may search the default path before searching the path at the environment variable, and...
Just as a follow-up, cmake is definitely using gdal at the default location: grep '2.2.3' /usr/include/gdal/gdal_version.h \# define GDAL_RELEASE_NAME "2.2.3" And yes, that command gives me the same error. Shell...
That did it...
It was using the cache. I'm feeling sheepish now. :)
Thanks for the help! I'll push an update to the environment variable list at some point.
If that is helpful!
Yes, that's what I was thinking. Sounds good.
Thanks @scottstanie I'll try that option out!