lines 8-73 of file: bin/get_cppad_mixed.sh # {xrst_begin get_cppad_mixed.sh} # {xrst_comment_ch #} # # Get cppad_mixed # ############### # # Syntax # ****** # ``bin/get_cppad_mixed.sh`` # # cppad_mixed.git # *************** # This program must be run from the :ref:`setup.py@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 :ref:`get_cppad.sh-name`. # # Settings # ******** # This scripts uses the settings in :ref:`install_settings.py-name` . # # 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 # # | |tab| ``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 :ref:`setup.py@cppad_py.git` # # .. csv-table:: # :header-rows: 1 # # 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 # ********* # {xrst_toc_table # bin/rm_cppad_mixed.sh # } # # {xrst_end get_cppad_mixed.sh}