Skip to content
Discussion options

You must be logged in to vote

I think I have found the solution and is working for me. For those in future, try these steps and let me know in case of any issues.

  • Installing pySNOPT in docker

    • Open the base docker image as, (don't use --rm, not sure if this will affect this installation)
      docker run -it -u dafoamuser --mount "type=bind,src=$(pwd),target=/home/dafoamuser/mount" -w /home/dafoamuser/mount dafoam/opt-packages:v5.0.0 bash
    • Get pyOptSparse v2.10.1 and extract them as
      cd ~/dafoam/repos
      wget https://github.com/mdolab/pyoptsparse/archive/refs/tags/v2.10.1.tar.gz
      tar -xzf v2.10.1.tar.gz
      rm -rf v2.10.1.tar.gz
    • Clone build_pyoptsparse in ~/dafoam/repo
      git clone https://github.com/OpenMDAO/build_pyoptsparse.git
      p…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Ananth-Narayan-IITM
Comment options

@krotname
Comment options

@Ananth-Narayan-IITM
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Ananth-Narayan-IITM
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants