Most of the C flags taken from the GT.M makefile and hard-coded
in CMAKE_C_FLAGS were already added in other places. Default to
"Release" configuration so the flags are used when no configuration
is selected.
ENH: Switch offending header files to use angle brackets instead of quotation marks so that the include behavior is defined by the C spec. This was done to eliminate the reliance on the deprecated compiler option -I- when header file names collided between the current directory of a source file and the desired include path.
ENH: Changed CMakeLists.txt to use the libmumps.list for 32bit builds
Dropped the generated files portion since that was committed to the source tree
Attempted to generate gtm_threadgbl_deftypes.h (it's not working)
ENH: Regenertaed the libmumps.list file for 32bits. Will need to generate this on demand.
ENH: The FIS OSS tarball was updated to include the generated _ctl.c, ttt.c and _ansi.h files.
ENH: The tarball also contains an updated comlist.mk which should have been in the original release.
BUG: security patched gtmsecshr_wrapper.c from FIS