Commit Graph

119 Commits

Author SHA1 Message Date
Brad King 4a0fcae506 Teach link rules to depend on export files 2012-06-15 15:35:48 -04:00
Amul Shah 53296b3d8c Merge branch 'hackathonjune2012-brad' of https://github.com/luisibanez/fis-gtm into hackathonjune2012-brad 2012-06-15 15:29:52 -04:00
Amul Shah 17aba6c8eb add more files for the install 2012-06-15 15:29:47 -04:00
Brad King 69f65cac9f Generate gtm(exe|shr)_symbols.export 2012-06-15 15:24:09 -04:00
Brad King 9bb446f882 Install to versioned directory under prefix 2012-06-15 15:06:59 -04:00
Amul Shah d6e605d40b correct dependencies
remove non-install mumps files
2012-06-15 14:58:08 -04:00
Amul Shah a6ecf365b8 mumps depends on libgtmshr
ttt and msg depend on their cmake files

add gtmroutines to ttt and msg cmake files

make libgtmshr and libgtmcrypt MODULES from SHARED
2012-06-15 14:45:20 -04:00
Amul Shah e472111dae Merge branch 'hackathonjune2012-brad' of 10.113.71.21:/home/shaha/fis-gtm into hackathonjune2012-brad 2012-06-15 14:15:51 -04:00
Amul Shah a7b72f0a05 ENH: all of the excluded files have been deleted, except for sr_unix/dtgbldir.c 2012-06-15 14:15:44 -04:00
Amul Shah f3945e7197 Remove files deleted from V5.5-000 sources 2012-06-15 14:09:55 -04:00
Amul Shah 02a7dfbb97 Merge branch 'hackathonjune2012-brad' of https://github.com/luisibanez/fis-gtm into hackathonjune2012-brad 2012-06-15 14:09:27 -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 ccecb425d6 WIP: Generate ttt.c with gtm 2012-06-15 11:52:10 -04:00
Brad King f061fe0c88 Remove leftover link reference comments 2012-06-15 11:25:41 -04:00
Brad King a8365b2001 Simplify and rename 'find_source' to 'select_file'
It is now used only for whole file names.
2012-06-15 11:24:34 -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 c478322179 gtmsecshr needs gtm_threadgbl_deftypes.h 2012-06-15 09:47:16 -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
Brad King 25d064d201 Cap optimization level at -O2 2012-06-14 16:10:11 -04:00
Brad King 4ebc1a898a WIP: Generate messages with gtm 2012-06-14 16:03:42 -04:00
Brad King 3edf590427 Remove unnecessary bootstrap files 2012-06-14 15:32:06 -04:00
Brad King 10d8961394 WIP: Generate gtm_threadgbl_deftypes.h 2012-06-14 15:25:22 -04:00
Brad King 0749a37ea3 gtm_threadgbl_deftypes generation should return success 2012-06-14 15:23:08 -04:00
Amul Shah fb9b6f69cf x86_64 platform specific xfer_desc.i
32 bit platforms do not use this file (yet)
2012-06-14 15:22:21 -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
Brad King d88ff6205e Pregenerated files 2012-06-14 14:11:49 -04:00
Brad King 49970f2a69 Notes on tarball contents 2012-06-14 14:07:45 -04:00
Brad King 22a6a4ac45 Merge branch 'upstream' into hackathonjune2012 2012-06-14 13:37:08 -04:00
Brad King 98fe0092cd Update from upstream 2012-06-14 13:35:46 -04:00
Brad King a47558fd99 Notes on cmake version 2012-06-14 13:34:21 -04:00
Brad King 2c45f0cb26 WIP: Make include dir order look like Makefile build 2012-06-14 10:53:26 -04:00
Amul Shah 6b07c9b7b8 Merge branch 'hackathonjune2012' of https://github.com/luisibanez/fis-gtm into hackathonjune2012
Brad King is committing me to git pull asylum
2012-06-14 10:30:50 -04:00
Brad King 1d01691ebc WIP: Install gtminstall script 2012-06-14 10:13:07 -04:00
Brad King b3378c77ea WIP: Install more headers and routines 2012-06-14 10:12:57 -04:00
Amul Shah 1bb9383e2a Merge branch 'hackathonjune2012' of https://github.com/luisibanez/fis-gtm into hackathonjune2012 2012-06-14 10:09:00 -04:00
Brad King 89f4532a74 WIP: Install more files 2012-06-14 09:59:48 -04:00
Brad King 2173430766 WIP: Install configure.gtc as executable 'configure' 2012-06-14 09:17:52 -04:00
Brad King 0bc0ec44f1 Factor C flags out to proper locations
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.
2012-06-14 08:59:14 -04:00
Brad King c4cdbce42c WIP: Configure gpgagent.tab for build and install trees 2012-06-14 08:55:43 -04:00
Brad King 6e1ef8e7fd WIP: Fix placement of gpgcrypt plugin files 2012-06-14 08:55:43 -04:00
Brad King 5a518073a5 WIP: Min req cmake 2.8.2 2012-06-14 08:55:41 -04:00
Amul Shah 4a09dd085d Defeat -I-
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.
2012-06-14 08:55:06 -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
Amul Shah 7e189c9224 OSS tarball import
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
2012-06-14 08:33:58 -04:00
Luis Ibanez a8fa5d6251 ENH: installing geteuid. removing message 2012-06-13 19:48:12 -04:00
Luis Ibanez 814e285f60 BUG: Remove installation of files in binary dir.
Explore new set of compilation flags taken from GTM makefile.
2012-06-13 19:30:43 -04:00
Luis Ibanez 6438924253 BUG: destination directory for installed files 2012-06-13 19:17:45 -04:00
Luis Ibanez bae4bcbd35 ENH: Fixing the set of M files to copy/install.
Reviewed with upstream team the list of .m files that must
be copied to the build directory and to the install directory.
2012-06-13 18:25:20 -04:00
Luis Ibanez 5b8c2babd3 WIP: Put crypt plugin in proper build tree location 2012-06-13 16:57:50 -04:00
Luis Ibanez 69b3d640ab WIP: Put renamed routines in build tree 2012-06-13 16:51:04 -04:00