Commit graph

104 commits

Author SHA1 Message Date
Harry Moffat
f28bf27518 Solaris port: Changing directory structure to put configure.in in top
directory.
2006-04-30 23:03:46 +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
Dave Goodwin
27e89d7f9b cleaned up configure.in 2006-04-23 06:41:21 +00:00
Dave Goodwin
53cbe7e119 *** empty log message *** 2006-04-11 07:15:48 +00:00
Harry Moffat
a01ddcedcc This is the start of trying to handle 32 bit vs. 64 bit compilation
on select platforms. For example, on linux you can compile 32 bit
and 64 bit if the os and hardware can handle 64 bits. In many cases
you want to stick to 32 bit compilations. One reason is that
python may only be set up for 32 bit add-on modules.
   e.g see the SIZEOF_VOID_P defn in pyconfig.h

So, I added BITCOMPILE BITHARDWARE, and BITCHANGE variables
I also added the variable ldemulationarg, because it's needed in
one case for 32 bit compilations on 64 bit linux boxes.

Later I will add the default compiler flags that make this 32 bit
compilation work. Now they are brought in through a prep script.
2006-03-03 18:03:22 +00:00
Harry Moffat
97185bbf0e EXTRA_LINK can now come in with a default value. Am using this for
the 32 bit compile on a 64 bit linux operating system.
2006-03-03 16:42:09 +00:00
Dave Goodwin
3c3f7d47ec *** empty log message *** 2005-12-07 10:21:18 +00:00
Dave Goodwin
87961902de fixed sundials test 2005-12-06 19:23:32 +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
b7ee709be7 Added support for compiling the src/thermo directory. 2005-10-20 23:31:16 +00:00
Dave Goodwin
3f3ca7d62c *** empty log message *** 2005-09-30 18:02:59 +00:00
Harry Moffat
5588b85589 Added an ending 'fi' 2005-08-26 14:59:49 +00:00
Dave Goodwin
eef674a644 corrected minor bugs in windows versions of files 2005-08-19 03:17:16 +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
61099aa51f *** empty log message *** 2005-07-22 12:50:52 +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
c9de44e318 Fixed an error in the configure.in file, where the F90 interface was
requested to be not built, but an attempt to build it is made anyway
-> windows cygwin interface.
2005-07-02 18:46:09 +00:00
Harry Moffat
10601d916f Took out the version number from the path directories.
Simplified the installation variability in the process by taking out
the choice for a distributed installation. Now, everything looks the
same under the "Cantera Installation Directory Tree" hood, no matter
what version is used.
This should reduce the number of installation problems encountered.
2005-06-23 15:14:36 +00:00
Dave Goodwin
9bd690ae04 Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
Dave Goodwin
02074161dc *** empty log message *** 2004-12-13 15:10:41 +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
e7a6155da2 *** empty log message *** 2004-12-02 23:07:17 +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
692a3ce4a8 Added rule to make bin/install_tsc 2004-10-05 16:20:42 +00:00
Harry Moffat
7bf6638ce2 Added more handling of the PYTHON_CMD variable. 2004-10-01 19:31:28 +00:00
Dave Goodwin
6efd9ffc91 *** empty log message *** 2004-09-29 11:00:39 +00:00
Harry Moffat
9b0b360398 Added USE_CLIB_DLL evaluation. 2004-09-24 20:15:27 +00:00
Dave Goodwin
330e50eb65 *** empty log message *** 2004-09-13 11:22:21 +00:00
Harry Moffat
1df3900198 Added a default 0 to BUILD_PARTICLES value 2004-08-27 16:45:52 +00:00
Harry Moffat
3be8d53677 Added support for the new python_win_prefix variable.
-> This needs to be backslashed.
  -> all other variables on all other platforms (and on OS_IS_WIN)
     need to be forward slashed.
2004-08-10 18:18:25 +00:00
Harry Moffat
bd33a52835 Several changes:
CYGWIN is now undefined, not just 0
   WINMSVC is now undefined, not just 0

   OS_IS_CYGWIN is now 0 when OS_IS_WIN = 1
2004-08-10 17:28:12 +00:00
Harry Moffat
e5faac2a47 arith.h needs to be created for win 2004-08-10 01:09:30 +00:00
Harry Moffat
485d0f8b19 Changed cygpath -a -w to cygpath -a -m. This causes backslashes to
be replaced with regular slashes. Backslashes in strings were causing
a lot of problems, as they are interpreted as escape sequences.
Regular slashes in c++ on the pc operate just like backslashes in all
cases.
2004-08-09 17:41:24 +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
Harry Moffat
d2db6f7725 Added a dir. 2004-08-06 21:31:20 +00:00
Harry Moffat
df5690605b Added a check to see if the fortran 90 compiler is available.
Added a few defines to config.h. This is needed to implement the
fix to the directory sync problem I found on cygwin.
2004-08-06 20:22:11 +00:00
Dave Goodwin
7db7af9902 minor cleanup 2004-08-05 16:42:59 +00:00
Dave Goodwin
d23e5ce699 *** empty log message *** 2004-08-05 14:26:37 +00:00
Dave Goodwin
3dc9f40097 *** empty log message *** 2004-08-03 16:41:05 +00:00
Dave Goodwin
6632519536 *** empty log message *** 2004-08-03 16:35:37 +00:00
Dave Goodwin
2959b2735e cleanup 2004-08-03 11:16:20 +00:00
Dave Goodwin
3e7e28b6fb *** empty log message *** 2004-08-03 10:25:03 +00:00
Harry Moffat
ab721fab12 Added support for ck2cti_test 2004-07-28 23:44:08 +00:00