Skip to content

Commit

Permalink
change linear solver dependencies to "Recommended"
Browse files Browse the repository at this point in the history
- coinbrew will then build these by default unless some option is set
- see also coin-or/coinbrew#70
  • Loading branch information
svigerske committed Feb 8, 2022
1 parent af5dc7a commit 9952c1e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .coin-or/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,18 @@ Dependencies:
- Description: ThirdParty wrapper for building ASL
URL: https://github.com/coin-or-tools/ThirdParty-ASL
Version: stable/2.0
# actually optional, but then coinbrew would skip over it unless --enable-optional is set
Required: Required
Required: Recommended
- Description: ThirdParty wrapper for building Mumps
URL: https://github.com/coin-or-tools/ThirdParty-Mumps
Version: stable/3.0
# actually optional, but then coinbrew would skip over it unless --enable-optional is set
Required: Required
Required: Recommended
- Description: ThirdParty wrapper for building HSL codes
URL: https://github.com/coin-or-tools/ThirdParty-HSL
Version: stable/2.2
# actually optional, but then coinbrew would skip over it unless --enable-optional is set
Required: Required
Required: Recommended
- Description: Parallel Sparse Direct Solver from Pardiso-Project
URL: http://www.pardiso-project.org/
Required: Optional
Required: Recommended
- Description: Parallel Sparse Direct Solver from Intel MKL
URL: https://software.intel.com/content/www/us/en/develop/tools/math-kernel-library.html
Required: Optional
Expand Down

0 comments on commit 9952c1e

Please sign in to comment.