Commit graph

229 commits

Author SHA1 Message Date
Ray Speth
e960f715b7 Fixed a bunch of compiler warnings (MSVC) in the f2c code 2012-01-17 04:09:58 +00:00
Ray Speth
453576f0ad Removed MSVC-specific compiler warning suppression 2012-01-17 04:09:18 +00:00
Nicholas Malaya
cd2948d139 [cantera]: relocating for a moment, saving what i have here 2012-01-05 19:56:22 +00:00
Nicholas Malaya
2e697b3223 [cantera]: few more modifications to trunk of our tools, to enable regression testing with make check 2012-01-05 18:54:50 +00:00
Nicholas Malaya
0308bf9ab6 [cantera]: adding ext makefile.am to get an example going 2012-01-05 17:16:05 +00:00
Ray Speth
8045e68d86 Added .gitignore files
Helpful for git-svn users
2011-12-16 16:22:15 +00:00
Ray Speth
8e1cdc4ce4 Fixed attempt to link against libm with MSVC 2011-12-15 00:04:08 +00:00
Ray Speth
2cf75e969e Fixed linking order for libm when building arithchk 2011-12-14 19:41:28 +00:00
Ray Speth
4b114f020e Add stage_dir config option
This option stages "installed" files in a local directory which can
then be used to generate installation packages while $prefix still
references the final installed location.
2011-12-14 19:41:21 +00:00
Ray Speth
71588d307d Remove files for Autotools and Visual Studio build systems 2011-12-14 19:38:10 +00:00
Ray Speth
2f7fdd5066 Fix for building system-dependent headers in f2c_libs
SCons couldn't resolve dependencies on files created by CopyNoPrefix,
so now the paths to these headers are specified relative to the
project root.
2011-12-14 19:36:36 +00:00
Ray Speth
ef617af524 Fixed compilation issues when compiling without Sundials
ctnumerics and the included CVODE had been broken
2011-12-14 19:34:10 +00:00
Ray Speth
60a00546dc Added include directory for f2c code
Most f2c code needs the "f2c.h" file, which is only in the
ext/f2c_libs directory, but this error doesn't usually show up
because it is also in /usr/include on most Unix systems.
2011-12-14 19:34:04 +00:00
Ray Speth
098501cbe4 Fixed several platform-dependent preprocessor defines to work with Windows 2011-12-14 19:33:53 +00:00
Ray Speth
99a0dc5f0f Removed incomplete CMake build scripts 2011-12-14 03:54:19 +00:00
Ray Speth
2d8b1f4431 SCons install target now copies header files to the installation directory 2011-12-14 03:52:26 +00:00
Ray Speth
702ae7251d Added SCons installation targets for libraries and binaries 2011-12-14 03:52:19 +00:00
Ray Speth
53cfa84670 SCons now builds the Python module 2011-12-14 03:04:18 +00:00
Ray Speth
b6bfca8e94 SCons now builds the Cantera kernel 2011-12-14 03:03:57 +00:00
Ray Speth
2c4623e336 SCons can now build the contents of the 'ext' directory 2011-12-14 02:41:29 +00:00
Harry Moffat
b9c9f81761 Made the BandMatrix class and SquareMatrix inherit from a common
parent so that they can be used interchangeably in other software.

Removed PsuedBinaryVPSSTP in favor of MolarityIonicVPSSTP
2011-10-19 20:45:06 +00:00
Harry Moffat
198ab18640 Added a needed function 2011-05-02 16:13:03 +00:00
Harry Moffat
ac660e53c0 Added cholesky decomp routines. 2011-04-29 23:07:27 +00:00
Harry Moffat
24ac9bd133 Added in condition number routines for triangular matrices 2011-04-28 20:56:02 +00:00
Harry Moffat
36b44fd278 Fixed a Makefile error. 2011-04-18 16:46:40 +00:00
John Hewson
4b2b215da9 File named dlantr.o was misnamed in Makefile.in
--This line, and those dlantrbelow, will be ignored--

M    Makefile.in
2011-04-11 21:08:08 +00:00
Harry Moffat
62af5826ea Added a lapack routine 2011-04-07 15:58:01 +00:00
Harry Moffat
2abd551d71 Took out all using namespace calls from headers. 2011-03-28 21:12:25 +00:00
Harry Moffat
d1bc1e273c Took out namespaces in headers. 2011-03-28 19:51:35 +00:00
Harry Moffat
144c6b23bd Another delta on the dogleg implementation of the nonlinear solver.
Added lapack routines for calculation of condition number and to 
fill out the QR factorization capability.
2011-02-19 00:08:29 +00:00
Harry Moffat
367d1f90b0 Small changes that I found improved things 2010-10-02 04:51:00 +00:00
Harry Moffat
35f32314b9 Modifications to beat down the compiler warnings. Merged from the
liquidTransportDevelop
2009-12-29 03:01:18 +00:00
Harry Moffat
ee68428951 Added parenthesis to avoid warning messages. 2009-12-21 17:56:40 +00:00
Harry Moffat
44dc8c9084 Added parentheses to avind warning messages. 2009-12-21 17:53:44 +00:00
Harry Moffat
5c644ca58f Adding parenthesis to reduce warnings 2009-12-21 17:45:29 +00:00
Harry Moffat
a7fd7aa131 Added parenthesis to reduce warning levels. 2009-12-21 17:41:37 +00:00
Harry Moffat
24f94885c4 Added parenthesis to reduce warning messages 2009-12-21 17:34:13 +00:00
Harry Moffat
0708f2b942 Added parenthesis to reduce warning messages. || logical element always takes the least precedence. 2009-12-21 17:31:52 +00:00
Harry Moffat
7bf73c7db2 Reduced warning messages by adding operator precedence parenthesis. 2009-12-21 17:29:11 +00:00
Harry Moffat
35e4c9ea45 Turned on Keyword substition in all files. 2009-11-09 23:36:49 +00:00
Harry Moffat
e1dc08c48d Deleting .cvsignore files. 2009-07-28 18:34:16 +00:00
Harry Moffat
70647c85ed Initial Import 2009-07-27 23:17:19 +00:00
Harry Moffat
183b600572 Eliminated warning messages on vc++ 2009-07-13 18:37:34 +00:00
Harry Moffat
b5404d5907 Got rid of warnings on windows. 2009-04-22 00:40:31 +00:00
Harry Moffat
a8ade32602 Took out some files that are created during the compilation process 2009-04-20 14:26:53 +00:00
Harry Moffat
7cbe564d61 Fixed an error in the Makefile 2009-03-28 19:10:17 +00:00
Harry Moffat
7d7a9315fa General commit due to windows port. 2009-03-27 21:32:32 +00:00
Harry Moffat
7fc902373e Fix for a possible ubuntu problem. Will have to check with users to
see if this works.
2009-03-13 03:08:59 +00:00
Harry Moffat
c731d5a03c Added PIC flags to c compile statement. They were left out in
some places.
2009-01-12 19:34:14 +00:00
Harry Moffat
bcdfcc46d6 Changes to PURIFY. Doesn't take g77 as an option, so not instrumenting
the fortran routines.
2008-12-30 21:58:10 +00:00