Commit Graph

140 Commits

Author SHA1 Message Date
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
Luis Ibanez 73ca0ce64d WIP: Remove hard-coded install prefix 2012-06-13 16:46:23 -04:00
Luis Ibanez d9202f09b9 WIP: Generate/install gpgagent.tab 2012-06-13 16:40:10 -04:00
Luis Ibanez b5882ec541 WIP: Install gtc and hlp files 2012-06-13 16:23:26 -04:00
Luis Ibanez ffb3604121 WIP: Factor source search into function 2012-06-13 16:20:51 -04:00
Luis Ibanez a0cf4a49a7 WIP: Install public headers 2012-06-13 16:12:24 -04:00
Luis Ibanez af42ca9173 WIP: Install routines 2012-06-13 16:04:53 -04:00
Luis Ibanez 1496608c30 WIP: Add most exes, configure arch_path 2012-06-13 15:43:42 -04:00
Luis Ibanez a1139141f9 WIP: Build encryption plugin with gcrypt 2012-06-13 15:26:09 -04:00
Luis Ibanez 8385dc953d WIP: Add libgtmshr 2012-06-13 15:05:16 -04:00
Luis Ibanez 71e23ff965 WIP: Sample shlib export link script 2012-06-13 14:51:57 -04:00
Luis Ibanez 005e1e1103 WIP: add more executables 2012-06-13 14:50:06 -04:00
Luis Ibanez 88a5bf3894 WIP: dse linked 2012-06-13 14:11:21 -04:00
Luis Ibanez f8183f64f3 WIP: Fix mumps.list 2012-06-13 14:10:29 -04:00
Luis Ibanez ff6dbf1f99 WIP: Sample exe export link script 2012-06-13 14:09:53 -04:00
Luis Ibanez 5aad0c540d WIP: Working our way through list of sources. 2012-06-13 11:43:15 -04:00
Luis Ibanez 07cf50de47 WIP: Notes on automatic libmumps.list generation 2012-06-13 11:36:57 -04:00
Luis Ibanez 34e00319ce WIP: all .a except mumps 2012-06-13 11:28:38 -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