liquidTransportDevelop into the main trunk. This seemed like a good time
to do it. And, there were some fundamental bugs that were fixed just on
the change branch.
Added compatibility for sundials 2.4 along the 1.8.0 branch. I'll
add it to the main trunk as well shortly. This hasn't been fully tested
except for the cxx_examples problem.
LAPACK_NAME_LOWERCASE, and LAPACK_FTN_TRAILING_UNDERSCORE in the
config.h.in file. Previously they defaulted to being "defined". Now
they are user-configurable, with the default being that they are
"defined".
INSTALL_LIBS_DEP
and
RAW_LIBS_DEP
These are lists of dependencies. The INSTALL_LIBS_DEP contains
the dependency list for LOCAL_LIBS based on the installation
directory.
The RAW_LIBS_DEP contains a list of libraries without the
any absolute path name. See the Chemequil_red1 Makefile.in for
an example of their usage
added libctf2c to the LCXX_END_LIBS variable when it is needed. f2c is more
of a system level variable.
Changed the default PIC setting to empty for cygwin environments.
declaration/definition of static variables in templatized classes.
There is an irreconcilable difference between cygwin and Solaris, that
I handled by creating a compiler define in config.h.
solaris.
preconfig now sets it to null.
Unless the user has set it to something nonnull,
configure then resets it to -fPIC for all platforms except for Solaris,
where it set to null. Solaris doesn't require -fPIC.
a FULL python installation, but will inevitably fail because neither the numarray
or numeric package has been installed.
Now, a check is made during the raw preconfig run to see if the include
files for the numarray package can be found. If they can't be found and the
python installation option is set to default, then the python build variable
is set to 1, reducing python to a minimal installation.
In most cases, the raw out-of-the-box
preconfig
make
make test
steps will now work. Whereas before, there were compile errors occurring because
the numarray include files were not able to be found.
More information about the SUNDIALS installation is now printed out.
CVS
the macro AC_PROG_INSTALL to the program config/install-sh, which was
the backup option for AC_PROG_INSTALL anyway.
The driving reason for this was that the default /usr/bin/install
program on linux had problems when directories under $(CANTERA_ROOT)/build
weren't owned by installing user. Note, this can happen in a
collaborative environment when multiple people have group rw
on the source/build directory.
However, in general, this should help cross-platform variability
issues, since there is less variability now.
The user can override config/install-sh choice by setting the
environmental variable INSTALL_BIN in the preconfig script.