From 9952c1e56e96788df874f8cc9ab57a3a02ed2273 Mon Sep 17 00:00:00 2001 From: Stefan Vigerske Date: Tue, 8 Feb 2022 16:11:10 +0100 Subject: [PATCH] change linear solver dependencies to "Recommended" - coinbrew will then build these by default unless some option is set - see also coin-or/coinbrew#70 --- .coin-or/config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.coin-or/config.yml b/.coin-or/config.yml index 71ebe03f3..596b2228f 100644 --- a/.coin-or/config.yml +++ b/.coin-or/config.yml @@ -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