Commit Graph

13 Commits

Author SHA1 Message Date
YuCheng Hu be2e36aa56 added missing files 2024-07-19 16:45:44 -04:00
YuCheng Hu 833892caf7 update missed file 2024-07-19 11:44:10 -04:00
YuCheng Hu 5dfa4084d6 Update to newest CSV check out 2024-07-19 11:43:27 -04:00
Amul Shah f3945e7197 Remove files deleted from V5.5-000 sources 2012-06-15 14:09:55 -04:00
Amul Shah e7f480d540 ENH: Use <> instead of quotation marks for header includes
The following header files are present multiple times in the directories
list.
	rtnhdr.h        sr_unix sr_unix_nsb
	zbreaksp.h      sr_unix sr_i386
	emit_code.h     sr_port sr_i386
	auto_zlink.h    sr_unix sr_i386
	obj_filesp.h    sr_unix sr_unix_nsb
	opcode_def.h    sr_port sr_unix_nsb

This over lap meant that a #include "header.h" chose the header in the
same directory as a C file instead of the one listed in the compile line
include directory listing.
2012-06-15 13:29:37 -04:00
Brad King 03b3d1d439 Compute libmumps sources automatically
While at it, add missing dbcertify executable.
2012-06-15 11:22:27 -04:00
Brad King ae65d8bbb2 Merge remote-tracking branch 'origin/hackathonjune2012' into hackathonjune2012-brad
Conflicts:
	CMakeLists.txt
2012-06-15 09:41:04 -04:00
Amul Shah bcec7c59cf Generated files are platform specific.
Copied i386 and x86_64 versions of the generated files from the FIS
distribution servers and placed them in the architecture specific directories.
2012-06-14 14:40:42 -04:00
Amul Shah 06126cbdb0 32bit builds
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.
2012-06-14 08:47:20 -04:00
Luis Ibanez f8183f64f3 WIP: Fix mumps.list 2012-06-13 14:10:29 -04:00
Luis Ibanez 5aad0c540d WIP: Working our way through list of sources. 2012-06-13 11:43:15 -04:00
Luis Ibanez dee71008dd ENH: Version 5.5000 from sourceforge.
Source code taken from here:
http://sourceforge.net/projects/fis-gtm/files/GT.M-x86-Linux-src/V5.5-000/
2012-03-24 14:06:46 -04:00
Luis Ibanez 9299623e19 ENH: Initial import from sourceforge.
These source tree was directly imported from
http://sourceforge.net/projects/fis-gtm/files/GT.M-x86-Linux-src/V5.4-002B/

by extracting the file:
gtm_V54002B_linux_i686_src.tar.gz
2012-02-05 11:35:58 -05:00