get_cppad_mixed.sh#

View page source

Get cppad_mixed#

Syntax#

bin/get_cppad_mixed.sh

cppad_mixed.git#

This program must be run from the cppad_py.git directory.

Purpose#

If you are going to use the python cppad_mixed module, you will need to run this script to install the corresponding C++ module. This script includes the installation of cppad so it is not necessary to also run get_cppad.sh.

Settings#

This scripts uses the settings in install_settings.py .

Caching#

This script caches previous builds so that when you re-run the script it does not re-do all the work. If you have trouble, try deleting the directory

      external/cppad_mixed.git

and re-running this script.

example_install#

The file names below are relative to the cppad_py.git/external/cppad_mixed.git directory; see cppad_py.git

File

Purpose

bin/example_install.sh

install script that comes with cppad_mixed

example_install.log

log of example_install.sh actions

example_install.err

log of example_install.sh errors

get_cppad_mixed.log#

The example_install.log file (see above) is copied to cppad_py.git/get_cppad_mixed.log .

get_cppad_mixed.err#

The example_install.err file (see above) is copied to cppad_py.git/get_cppad_mixed.err .

Uninstall#

Name

Title

rm_cppad_mixed.sh

Uninstall get_cppad_mixed.sh