Commit graph

90 commits

Author SHA1 Message Date
Harry Moffat
bed3b3c352 Installed a rule to check if the install command uses the flag -v.
I found an openbsd system where this was not the case.
2006-08-22 00:31:42 +00:00
Harry Moffat
3b529d293a Added lines to remove a temporary file f90out 2006-08-17 16:24:58 +00:00
Harry Moffat
eeee955d21 Took out a Makefile creation rule that was a duplicate. 2006-08-17 15:46:43 +00:00
Dave Goodwin
ca65c77427 *** empty log message *** 2006-07-11 16:07:46 +00:00
Harry Moffat
aeffcf60d6 Turned on and documented the DEBUG_MODE capability.
It will now create a config.h entry, and a Makefile.in substitution
variable, CANTERA_DEBUG_MODE, which can be used in the test suite.
2006-07-07 18:07:53 +00:00
Harry Moffat
918710f495 Added additional test directories. 2006-07-07 00:28:49 +00:00
Harry Moffat
4ca64eaccf Added another test directory makefile. 2006-07-05 21:25:55 +00:00
Harry Moffat
b330040128 Added a couple of test directory Makefiles that were ommitted. 2006-07-05 14:35:02 +00:00
Harry Moffat
d311f84913 Added another test directory. 2006-07-04 01:04:42 +00:00
Harry Moffat
a6294b4760 Added a couple more tests for electrochemistry. 2006-07-04 00:41:11 +00:00
Harry Moffat
cdec1ffeee Added a new test. 2006-07-03 19:57:58 +00:00
Harry Moffat
19b1def17f Fixed an error in figuring out what time stamp program, tscompare, works
on the current system.
2006-06-22 13:47:49 +00:00
Dave Goodwin
de47fa7774 added LatticePhase to configure.in 2006-05-31 18:06:47 +00:00
Dave Goodwin
cbb2eb6beb *** empty log message *** 2006-05-08 15:43:20 +00:00
Dave Goodwin
163267f39a support for Python-free environments 2006-05-04 02:13:56 +00:00
Harry Moffat
3c7ea84b49 Solaris Port: the config/configure.in file has been pushed up one directory.
The previous configure file is now called preconfig.
2006-04-30 23:07:18 +00:00
Dave Goodwin
3a25b2250b added capability to build without Python. Features requiring Python in the build process (Python and MATLAB interfaces) are skipped, and Python tests are skipped also. 2006-04-30 00:14:27 +00:00
Harry Moffat
568ca4d067 Changed the environmental variable, WITH_ELECTROLYTES, so that it
can be set from a preconfig routine.
2006-04-27 21:39:11 +00:00
Dave Goodwin
53cbe7e119 *** empty log message *** 2006-04-11 07:15:48 +00:00
Dave Goodwin
33fbbf0b93 removed critical and saturation properties from ThermoPhase 2005-12-09 17:49:33 +00:00
Dave Goodwin
3c3f7d47ec *** empty log message *** 2005-12-07 10:21:18 +00:00
Dave Goodwin
d90c9efe6b *** empty log message *** 2005-11-28 00:28:56 +00:00
Dave Goodwin
623dba2b67 misc minor fixes 2005-11-26 16:08:40 +00:00
Dave Goodwin
4ed7e64194 *** empty log message *** 2005-11-10 20:48:27 +00:00
Harry Moffat
65e3066fac Added the WITH_ELECTROLYTE keyword into the script. However, I
have made the default so that the thermo directory is not
compiled.
2005-10-20 23:30:28 +00:00
Dave Goodwin
3f3ca7d62c *** empty log message *** 2005-09-30 18:02:59 +00:00
Dave Goodwin
14efd3f77c minor cleanup 2005-09-27 12:12:05 +00:00
Harry Moffat
14463dbdb1 Changed the default back to the case where Cantera will make its own
lapack and blas libraries.
2005-08-26 16:28:39 +00:00
Dave Goodwin
37c3df28d6 minor cleanup 2005-08-18 18:16:22 +00:00
Dave Goodwin
83501b5d72 *** empty log message *** 2005-08-18 14:44:35 +00:00
Dave Goodwin
95dc86cd2c *** empty log message *** 2005-07-25 03:55:32 +00:00
Dave Goodwin
0fa2a3ee9b cleanup 2005-07-22 13:33:58 +00:00
Dave Goodwin
9e54a6857e *** empty log message *** 2005-07-22 04:02:05 +00:00
Dave Goodwin
d6611f5878 *** empty log message *** 2005-07-14 18:54:10 +00:00
Harry Moffat
3cbd87e8b1 Took out an extraneous line that might be confusing. 2005-07-02 18:30:46 +00:00
Dave Goodwin
9bd690ae04 Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
Dave Goodwin
4158c19375 changed C++ demos 2005-01-24 15:06:36 +00:00
Dave Goodwin
a3b92eb61f added HFC134a 2005-01-14 13:41:37 +00:00
Dave Goodwin
363cce0203 *** empty log message *** 2005-01-09 20:38:41 +00:00
Dave Goodwin
7e869c9953 *** empty log message *** 2005-01-08 22:28:01 +00:00
Dave Goodwin
b35121c673 misc cleanup 2004-12-13 14:42:05 +00:00
Dave Goodwin
f5837c0031 *** empty log message *** 2004-12-10 19:54:49 +00:00
Dave Goodwin
b3df568a46 *** empty log message *** 2004-12-02 19:58:06 +00:00
Dave Goodwin
488f84970e changed f90 mod file handling in Makefiles 2004-11-15 02:33:21 +00:00
Harry Moffat
bafe8debe9 Uncommented out PYTHON_CMD.
It's now set to "default", if unspecified. Then, this default is treated in
config/configure with special code.
2004-10-01 19:30:39 +00:00
Harry Moffat
c6108e1d32 Added USE_DLL variable and its controls.
Takes care of a bug that krept in for compiles with MSVC++v.6.0 while
trying to stand up MSVC++v7.0 compiles.
2004-09-24 20:16:56 +00:00
Dave Goodwin
330e50eb65 *** empty log message *** 2004-09-13 11:22:21 +00:00
Dave Goodwin
81f5771b59 improvements to the configuration process 2004-08-09 05:10:18 +00:00
Dave Goodwin
8da6622c31 *** empty log message *** 2004-08-07 06:06:21 +00:00
Harry Moffat
e9aa0e734d Added support for build_with_f2c. 2004-08-06 21:53:42 +00:00