Skip to content

MATPOWER/action-build-ipopt-macos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build IPOPT (macOS)

GitHub Action to build IPOPT from source on macOS

Builds and installs COIN-OR's IPOPT from source on macOS runners using coinbrew with the build prefix of $HOME/install.

Inputs / Outputs

None.

Example Usage

    steps:
    - name: Build Octave from source
      uses: MATPOWER/action-build-ipopt-macos@v1

    - name: Display installed files
      run: |
        ls -al $HOME/install/
        ls -al $HOME/install/bin
        ls -al $HOME/install/include
        ls -al $HOME/install/lib
        ls -al $HOME/install/share

About

GitHub Action to build IPOPT from source on macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published