Ray Speth
aeb16e0bc9
Fixed some signed/unsigned comparison warnings
2012-01-17 04:13:04 +00:00
Ray Speth
bc9ec48516
Fixing compiler warnings, part 5
2012-01-17 04:11:51 +00:00
Ray Speth
7a30bfc9fd
Pass the VS*COMNTOOLS environment variable when building the Python module
2012-01-17 04:10:23 +00:00
Ray Speth
453576f0ad
Removed MSVC-specific compiler warning suppression
2012-01-17 04:09:18 +00:00
Ray Speth
9e1fdfe39a
Eliminated CVS keyword cruft
2012-01-09 17:32:01 +00:00
Ray Speth
f645c4248c
Fixes for building with the MS Platform SDK
2012-01-05 22:21:58 +00:00
Ray Speth
0df15021a2
Fix for using empty Python configuration variables
2012-01-05 22:21:54 +00:00
Ray Speth
11f277b71b
Python installer now requires correct Python version
2012-01-03 23:08:32 +00:00
Ray Speth
a650168f3e
SCons 'msi' target builds an installer for the Python module
2012-01-03 23:08:18 +00:00
Ray Speth
c3ba91ca6f
Fixed SCons compatibility with the Intel compiler
...
Still not working with the Python module.
2011-12-23 02:14:58 +00:00
Ray Speth
8045e68d86
Added .gitignore files
...
Helpful for git-svn users
2011-12-16 16:22:15 +00:00
Ray Speth
e205c27475
Simplified numpy/numarray include to avoid confusing SCons
2011-12-14 19:42:23 +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
ccaf3f5e08
Move config.h out of the main directory
2011-12-14 19:41:07 +00:00
Ray Speth
71588d307d
Remove files for Autotools and Visual Studio build systems
2011-12-14 19:38:10 +00:00
Ray Speth
d8529fea15
Build a static version of clib to use with Python on Linux
2011-12-14 19:36:08 +00:00
Ray Speth
ec0c45d8fb
Removed some unused files
2011-12-14 19:35:40 +00:00
Ray Speth
49ee5391e0
Fixed building / installation of Python module in Windows
2011-12-14 19:34:53 +00:00
Ray Speth
b0d75cafea
Fixed discovery of Numpy directories under Windows
2011-12-14 19:34:43 +00:00
Ray Speth
b78fa7c9de
Build clib as a shared library
2011-12-14 19:34:36 +00:00
Ray Speth
99a0dc5f0f
Removed incomplete CMake build scripts
2011-12-14 03:54:19 +00:00
Ray Speth
79b7686e63
More robust installation of the Python package with SCons
...
SCons now checks for an array package (numpy by default) and builds
the full Python module if it finds it, otherwise it builds the minimal
package.
2011-12-14 03:53:50 +00:00
Ray Speth
e2176738cc
SCons builds and installs the C++, Python and Fortran demos and examples
2011-12-14 03:52:41 +00:00
Ray Speth
667b8c3cb6
SCons installs the Python module
2011-12-14 03:52:35 +00:00
Ray Speth
702ae7251d
Added SCons installation targets for libraries and binaries
2011-12-14 03:52:19 +00:00
Ray Speth
81fb345b96
Use PreAction/PostAction to simplify python module build
2011-12-14 03:52:13 +00:00
Ray Speth
53cfa84670
SCons now builds the Python module
2011-12-14 03:04:18 +00:00
Ray Speth
b796e83f81
Improved behavior of Python module when python isn't in the path
2011-12-14 02:20:19 +00:00
Ray Speth
4aa54c3419
Export the Transport::getMassFluxes function
2011-12-14 02:08:49 +00:00
Ray Speth
54315d4472
Fixed segfault in Func module when using numpy
...
The C++ py_func_new function assumes it's being passed a 1-dimensional
array, but numpy generates 0-dimensional arrays for scalar inputs to
array / asarray, e.g. when using Func.Sin.
2011-12-14 01:47:40 +00:00
Ray Speth
382de2d865
Fixed unused pressure in npflame1 Python demo
2011-12-14 01:36:25 +00:00
Ray Speth
f69484c5cb
Fixed incorrect object name in the Python 'elementMoles' function
2011-12-14 00:46:47 +00:00
Harry Moffat
e381001c95
Merged changes from the 1.8.0 branch ontl the main trunk.
2010-01-04 00:46:26 +00:00
Harry Moffat
a0cdf79771
Reduced the accuracy on the comparisons
2010-01-03 23:56:43 +00:00
Harry Moffat
fd287e1d89
reduced the precision on the comparisons
2010-01-03 23:54:24 +00:00
Harry Moffat
2cb7eb7580
Added two new files that will be used in the windows debug compile.
2009-12-30 23:08:17 +00:00
Harry Moffat
c03e7c2ab5
Merged the changes made in the 1.8.0 branch into the main trunk.
2009-12-29 02:47:28 +00:00
Harry Moffat
0ddc9d4186
Finished adding to the ignore lists...
2009-12-29 02:34:56 +00:00
Harry Moffat
01852ed442
Worked on the ignore file list
2009-12-29 02:09:01 +00:00
Harry Moffat
9cf35bff4f
Removed errors in the makefiles.
2009-12-29 01:41:41 +00:00
Harry Moffat
7113dd53da
Reblessed this solution -> may be changing arbitrarily and problematically
2009-12-29 01:41:01 +00:00
Harry Moffat
3a7cca584c
Rebaselined a few tests.
...
Worked on changing the solution for 2 problematic tests:
catcomb_stagflow
surf_rxn
The catcomb problem actually needed the surface mechanism to be
changed for it to become a reliable solve.
2009-12-29 01:28:09 +00:00
Harry Moffat
5b725eec64
Fixed the problem so that convergence would occur.
...
The time step in the inner loop was decreased by a factor of 100.
Previously, there were convergence problems with this example problem.
2009-12-28 23:04:55 +00:00
Harry Moffat
2b56d54a09
Added some sample scripts for compiling under cygwin.
...
The most important is the numpy script, as numpy now comes bundled with cygwin.
2009-10-22 21:48:32 +00:00
Harry Moffat
9593d2996e
Another update aimed at getting a SimpleTransport model up and running.
...
SimpleTransport now can read its XML file.
2009-10-13 00:27:48 +00:00
Harry Moffat
3f630e56a6
Eliminated a possible error that could wipe out the directory when make clean is invoked, if the build directory doesn't exist.
2009-09-26 02:13:34 +00:00
Harry Moffat
6d13695c54
Changed the default CANTERA_BIN value
2009-08-22 23:08:36 +00:00
Harry Moffat
e1690cfb9c
ignore list maintenance.
2009-07-29 15:03:30 +00:00
Harry Moffat
3ad74e7d04
Maintaining ignore information
2009-07-29 15:00:29 +00:00
Harry Moffat
d28b2badcc
Maintaining ignore information.
2009-07-29 14:58:15 +00:00