Prev Next get_colpack.sh

@(@\newcommand{\W}[1]{ \; #1 \; } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\B}[1]{ {\bf #1} } \newcommand{\D}[2]{ \frac{\partial #1}{\partial #2} } \newcommand{\DD}[3]{ \frac{\partial^2 #1}{\partial #2 \partial #3} } \newcommand{\Dpow}[2]{ \frac{\partial^{#1}}{\partial {#2}^{#1}} } \newcommand{\dpow}[2]{ \frac{ {\rm d}^{#1}}{{\rm d}\, {#2}^{#1}} }@)@ This is cppad-20221105 documentation. Here is a link to its current documentation .
Download and Install ColPack in Build Directory

Syntax
bin/get_colpack.sh


Purpose
If you are using Unix, this command will download and install Colpack in the CppAD build directory.

Distribution Directory
This command must be executed in the distribution directory .

Source Directory
The ColPack source code is downloaded into the sub-directory external/colpack.git below the distribution directory.

Prefix
The prefix in the file bin/get_optional.sh is used for this install.

Version
This will install the following version of ColPack

version='1.0.10'

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.
Input File: bin/get_colpack.sh