lines 6-55 of file: bin/get_colpack.sh # {xrst_begin get_colpack.sh} # {xrst_comment_ch #} # # Download and Install ColPack in Build Directory # ############################################### # # Syntax # ****** # ``bin/get_colpack.sh`` # # Purpose # ******* # If you are using Unix, this command will download and install # :ref:`Colpack` # in the CppAD ``build`` directory. # # Distribution Directory # ********************** # This command must be executed in the # :ref:`download@Distribution Directory` . # # Source Directory # **************** # The ColPack source code is downloaded into the sub-directory # ``external/colpack.git`` below the distribution directory. # # Prefix # ****** # The :ref:`get_optional.sh@prefix` # in the file ``bin/get_optional.sh`` is used for this install. # # Version # ******* # This will install the following version of ColPack # {xrst_spell_off} # {xrst_code sh} version='1.0.10' # {xrst_code} # {xrst_spell_on} # # Configuration # ************* # If the file # # ``external/colpack-`` *version* . ``configured`` # # exists, the configuration will be skipped. # Delete this file if you want to re-run the configuration. # # {xrst_end get_colpack.sh}