Skip to content

Commit

Permalink
change ThirdParty-Xyz dependencies to Required
Browse files Browse the repository at this point in the history
- works better with coinbrew's understanding of "optional"
- fixes coin-or/coinbrew#70
  • Loading branch information
svigerske committed Feb 8, 2022
1 parent c967728 commit af5dc7a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .coin-or/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,18 @@ Dependencies:
- Description: ThirdParty wrapper for building ASL
URL: https://github.com/coin-or-tools/ThirdParty-ASL
Version: stable/2.0
Required: Optional
# actually optional, but then coinbrew would skip over it unless --enable-optional is set
Required: Required
- Description: ThirdParty wrapper for building Mumps
URL: https://github.com/coin-or-tools/ThirdParty-Mumps
Version: stable/3.0
Required: Optional
# actually optional, but then coinbrew would skip over it unless --enable-optional is set
Required: Required
- Description: ThirdParty wrapper for building HSL codes
URL: https://github.com/coin-or-tools/ThirdParty-HSL
Version: stable/2.2
Required: Optional
# actually optional, but then coinbrew would skip over it unless --enable-optional is set
Required: Required
- Description: Parallel Sparse Direct Solver from Pardiso-Project
URL: http://www.pardiso-project.org/
Required: Optional
Expand Down

0 comments on commit af5dc7a

Please sign in to comment.