lines 6-64 of file: bin/get_ipopt.sh # {xrst_begin get_ipopt.sh} # {xrst_spell # blas # lapack # } # {xrst_comment_ch #} # # Download and Install Ipopt in Build Directory # ############################################# # # Syntax # ****** # ``bin/get_ipopt.sh`` # # Purpose # ******* # If you are using Unix, this command will download and install # `Ipopt `_ in the # CppAD ``build`` directory. # # Requirements # ************ # This It is assumed that a copy of the Blas and Lapack is installed on # the system. # # Distribution Directory # ********************** # This command must be executed in the # :ref:`download@Distribution Directory` . # # Source Directory # **************** # The Ipopt source code is downloaded and compiled in the sub-directory # ``external/Ipopt-`` *version* 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 Ipopt # {xrst_spell_off} # {xrst_code sh} version='3.13.2' # {xrst_code} # {xrst_spell_on} # # Configuration # ************* # If the file # # ``external/ipopt-`` *version* . ``configured`` # # exists, the configuration will be skipped. # Delete this file if you want to re-run the configuration. # # {xrst_end get_ipopt.sh}