![]() |
Prev | Next | whats_new_12 |
pycppad.cppad_
was missing form the installation
(after testing).
This is due to be a bug in the python
distutils
package when the --inplace
option is specified.
The install
instructions have been
changed to avoid this problem.
--inplace
flag in
build
instructions.
with_debugging
option to
testing
so that test_more.py
does not fail when you build without debugging.
setup.py
script used during the
install
process.
This included having the user to download and install CppAD,
instead of having setup.py
do this task.