File netcdf-no_date_time.patch of Package netcdf
diff -Naur netcdf-c-4.8.0-orig/libdispatch/derror.c netcdf-c-4.8.0/libdispatch/derror.c --- netcdf-c-4.8.0-orig/libdispatch/derror.c 2021-03-30 21:28:37.000000000 +0200 +++ netcdf-c-4.8.0/libdispatch/derror.c 2021-04-17 21:36:23.990394131 +0200 @@ -15,7 +15,7 @@ /** @internal The version string for the library, used by * nc_inq_libvers(). */ -static const char nc_libvers[] = PACKAGE_VERSION " of "__DATE__" "__TIME__" $"; +static const char nc_libvers[] = PACKAGE_VERSION " $"; /** Return the library version.