OpenMDAO / build_pyoptsparse

python script to build/install pyoptsparse with IPOPT (and optionally SNOPT)
Apache License 2.0
9 stars 15 forks source link

Overhaul and change from shell script to Python script #32

Closed tadkollar closed 2 years ago

tadkollar commented 2 years ago

The original build_pyoptsparse.sh script has been removed and the new script is Python-based. It can be installed in a virtual environment with pip or run directly with python build_pyoptsparse.py. Conda is now supported for installing dependencies and it looks for mamba to accelerate things. If a conda or venv virtual environment is active, packages will be installed under the environment's directory. Many of the command-line switches have changed.