Nicholas Malaya
43660e4c0c
[cantera2.0]: all tests now compile, from makefile.am modifications
2012-06-18 16:42:46 +00:00
Nicholas Malaya
70db937d32
[cantera2.0]: 2nd round of test makefiles edited
2012-06-18 16:16:55 +00:00
Nicholas Malaya
cbeb9f9d1b
[cantera2.0]: updating all regression test makefile.ams
2012-06-18 15:29:44 +00:00
Nicholas Malaya
4a80712846
[cantera2.0]: more makefile.am fixes--very close to compiling regression tests, now
2012-06-18 15:14:58 +00:00
Nicholas Malaya
cb7730479f
[cantera2.0]: fixing a stupid error in the libexecstream makefile, and adding f2c_math
2012-06-18 14:55:39 +00:00
Nicholas Malaya
b37083651e
[cantera2.0]: adding a missing makefile.am
2012-06-18 14:19:03 +00:00
Nicholas Malaya
d5432c4f8d
[cantera2.0]: updating makefile.am, still more work on libexec to be done
2012-06-18 04:46:51 +00:00
Nicholas Malaya
ece7e870b6
[cantera2.0]: fixing all the missing lapack files
2012-06-18 03:06:58 +00:00
Nicholas Malaya
255c1453db
[cantera2.0]: more makefile.am adjustments... cantera autotools version is very nearly functioning now
2012-06-18 02:56:59 +00:00
Nicholas Malaya
92c5f5c57f
[cantera2.0]: updating a few makefiles for the autotools version. Not yet working without link errors, but getting close
2012-06-18 02:29:29 +00:00
Nicholas Malaya
927e128257
[cantera]: updating test makefile include line
2012-06-18 00:34:12 +00:00
Nicholas Malaya
9eb6f72f88
[cantera]: fixing kinetic makefile include line
2012-06-18 00:33:18 +00:00
Nicholas Malaya
ac2cad4d1e
[cantera]: commit to fix doxygen dir
2012-06-17 21:36:08 +00:00
Ray Speth
1a22835ad4
Added support for specifying forward reaction orders in ck2cti.py
2012-06-15 21:56:56 +00:00
Ray Speth
0da94ea0c2
Added support for explicit reverse rate constants to ck2cti.py
2012-06-15 21:56:53 +00:00
Ray Speth
1a60d55135
Added support for SRI falloff parameterization to ck2cti.py
2012-06-15 21:56:49 +00:00
Nicholas Malaya
f353fcbc16
[cantera]: adding patch that adds support for two methods in C++ to fortran, both getMixDiffCoeffs{Mass,Mole}
2012-06-15 18:53:39 +00:00
Nicholas Malaya
724baced8b
[cantera]: fixing up the build system in prep for the 2.0 release. Should be shiny.
2012-06-14 23:00:58 +00:00
Ray Speth
f49ce03f88
Added documentation on using pkg-config
2012-06-14 21:06:46 +00:00
Ray Speth
0f04aaf0be
Updated documentation to resolve some Doxygen warnings
2012-06-14 21:06:30 +00:00
Ray Speth
61fce224af
Updated compilation / installation documentation
2012-06-14 21:06:23 +00:00
Ray Speth
e72524218d
Fixed setting of LIBPATH when linking the Python module
...
This resolves some problems when building with non-default Python
installations.
2012-06-14 21:06:18 +00:00
Ray Speth
8b3f9c2c1c
Fix compilation in some cases where no Fortran compiler is present
2012-06-14 21:06:15 +00:00
Nicholas Malaya
4e7de3ad9f
[cantera2.0]: updating the doxygen headers for the GasTransport phase. It appears that the latex was written as \Sum, instead of \sum, which makes the doxygen documentation improperly render. Fixing, will check up on documentation later. This change affects methods getMixDiffCoeffsMole as well as getMixDiffCoeffsMass
2012-06-14 14:33:42 +00:00
Ray Speth
ae572058e0
Python module files are also uninstalled with 'scons uninstall'
2012-06-12 22:49:05 +00:00
Ray Speth
35f694a681
File extension on executable Python scripts is now OS-dependent
2012-06-12 22:49:02 +00:00
Ray Speth
103a1d0e4e
Added support for different installation layouts
2012-06-12 22:49:00 +00:00
Ray Speth
89f47a1965
Added an 'uninstall' target to SCons
2012-06-12 22:48:57 +00:00
Ray Speth
5e8cf5bd66
Fixed installation of man pages
2012-06-12 22:48:55 +00:00
Ray Speth
205312e632
Generate cantera.pc for use with pkg-config
2012-06-12 22:48:51 +00:00
Ray Speth
824a364af8
Regenerated some blessed test output to reflect updated physical constants
2012-06-12 22:48:46 +00:00
Ray Speth
584b9fe6f5
Replaced hard-coded values of physical constants with named constants
2012-06-12 22:48:38 +00:00
Ray Speth
aab72379fe
Updated physical constants to be consistent with 2010 CODATA recommendations
2012-06-12 22:48:32 +00:00
Ray Speth
5a2e2567f5
Miscellaneous cleanup
2012-06-12 22:48:28 +00:00
Ray Speth
2806907060
Fixed size_t conversion warnings related to class Adsorbate
2012-06-05 19:56:46 +00:00
Ray Speth
6cddd8a87a
Fixed 'unused variable' warninings when compiling without thread safety
2012-06-05 19:56:42 +00:00
Ray Speth
e084bd9c8d
Removed duplicate Doxygen stub
2012-06-05 19:56:37 +00:00
Ray Speth
1fb14fc86a
Skip building/installing some targets when layout=debian
...
Do not build the shared library.
Do not build csvdiff.
Do not install install_tsc
Do not install man pages (handled by debhelper)
Skip csvdiff for Debian package
More things not installed with Debian
2012-06-05 19:56:34 +00:00
Ray Speth
ec1abb55a1
Added debian file layout option
2012-06-05 19:56:30 +00:00
Ray Speth
f3c3f47bc5
Incremented version number (2.0.0b3)
2012-06-05 19:56:26 +00:00
Ray Speth
3ffaaeae4f
Remove debug symbols from Python extension when not in debug mode
2012-06-05 19:56:24 +00:00
Ray Speth
96114edb46
Fixed names of some executable scripts
...
Also added shebang line to ctml_writer
2012-06-05 19:56:21 +00:00
Ray Speth
8b497e2e97
Fixed some things that weren't cleaned up by 'scons clean'
2012-06-05 19:56:18 +00:00
Ray Speth
7709978392
Cleanup of MixMaster/Units package
2012-06-05 19:56:10 +00:00
Ray Speth
847e1ed0bd
Added missing man pages for mechanism conversion scripts / programs
2012-06-05 19:56:06 +00:00
Ray Speth
d2b0a92cd9
Fixed an error in ck2cti man page (and reformatted)
2012-06-05 19:56:02 +00:00
Ray Speth
02fdb22b2e
Fixed Matlab extension name on 32-bit platforms
2012-05-31 14:58:11 +00:00
Ray Speth
d645eaf418
Aggregate all test results into the summary printed after 'scons test'
...
In addition, if any of the Python, Matlab, or gtest tests fail, the test
process will not be aborted. SCons will still exit with a non-zero status.
2012-05-31 14:58:07 +00:00
Ray Speth
9f6c79eaf8
Fixed thread safety of TransportFactory
2012-05-31 14:58:03 +00:00
Ray Speth
2970e0c693
Added a ScopedLock typedef that can be used without requiring extra any #ifdefs
2012-05-31 14:57:54 +00:00