------------------------------------ lines 6-61 of file: bin/get_adolc.sh ------------------------------------ # {xrst_begin get_adolc.sh} # {xrst_comment_ch #} # # Download and Install Adolc in Build Directory # ############################################# # # Syntax # ****** # ``bin/get_adolc.sh`` # # Purpose # ******* # If you are using Unix, this command will download and install # :ref:`Adolc` # in the CppAD ``build`` directory. # # Requirements # ************ # You must first use :ref:`get_colpack.sh-name` to download and install # the ColPack coloring algorithms (used for sparse matrix derivatives). # # Distribution Directory # ********************** # This command must be executed in the # :ref:`download@Distribution Directory` . # # Source Directory # **************** # The Adolc source code is downloaded into the sub-directory # ``external/adolc.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 Adolc # {xrst_spell_off} # {xrst_code sh} version='e1fe476' # {xrst_code} # {xrst_spell_on} # This corresponds to the git master on Nov 13, 2020. # # Configuration # ************* # If the file # # ``external/adolc-`` *version* . ``configured`` # # exists, the configuration will be skipped. # Delete this file if you want to re-run the configuration. # # {xrst_end get_adolc.sh}