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.
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 withpython build_pyoptsparse.py
. Conda is now supported for installing dependencies and it looks formamba
to accelerate things. If aconda
orvenv
virtual environment is active, packages will be installed under the environment's directory. Many of the command-line switches have changed.