-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
I am trying to install SNOPT for use in OpenMDAO. The documentation is a bit unclear of how to complete this installation given the precompiled libraries. So far I have:
- Set the environment variable SNOPT_LICENSE to the file path of the .lic
set SNOPT_LICENSE "C:\Filepath\snopt7.lic"
- Download the modified setup.py file, added the location of my .dll and .lib files to the snopt7 path variable, and placed it in pyoptsparse\pyoptsparse\pySNOPT
- Set the environment variable PYOPTSPARSE_IMPORT_FROM to
pyoptsparse\pyoptsparse\pySNOPT\source\f2py
- Run the command
conda install -c conda-forge pyoptsparse
I have also tried following the installation script and documentation and documentation given by the OpenMDAO team, but could not get the -s option to work.
Are there more detailed instructions on how to complete this process? Perhaps more info on how to build the binding file would be helpful to ensure I'm completing this process correctly.
Metadata
Metadata
Assignees
Labels
No labels