- Dec 01, 2022
-
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
Unify PPM CORE location interface and check whether the library is really available in the configure script.
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
Unify YAXT location interface and check whether the library is really available in the configure script.
-
Sergey Kosukhin authored
See https://github.com/Unidata/netcdf-c/blob/cd39b9d2d83fed40a45e8a8dd748a6bceae5ddfa/include/netcdf_par.h#L13-L18 Also, get rid of ac_fn_c_check_header_mongrel in the configure script.
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
-
* This also allows for overrides at make invocation.
-
* When CXX=CC and FC=ftn are used simultaneously on a CCE 8.7 system, ftn inherits the output_verbose_link_cmd as postdeps from the C++ tests and everything goes wrong afterwards even for non-shared archives.
-
* This was needed to get working builds on Piz Daint, libtool 2.4.2 generated bogus dependencies on libquadmath.so.
-
* Apparently craycc also makes some optimistic assumptions about the effect of comparing -0.0 to 0.0.
-
-
-
* For some reason gcc 9.1 does not detect that status is never used uninitialized.
-
* Given how many lines documenting the confusing pattern and how many compiler warnings are eliminated by this change...
-
-
-
-
-
-
-
-
-
* There is no caller for the newly removed function stubs anyway.
-
* GCC 8.x and newer warn about the previously used "void (*)()", use "void (*)(void)" instead.
-
-
-
-
-
-
-
* collSpec is meant to be a dumb data collection, none of its member should be subject to change.
-