[Cbc-tickets] [COIN-OR Branch-and-Cut MIP Solver] #118: configure script detects cl instead of clang

COIN-OR Branch-and-Cut MIP Solver coin-trac at coin-or.org
Mon Nov 7 23:29:11 EST 2011


#118: configure script detects cl instead of clang
-------------------+--------------------------------------------------------
Reporter:  fsaric  |       Owner:  tkr
    Type:  defect  |      Status:  new
Priority:  major   |   Component:  Cbc
 Version:  2.7     |    Keywords:     
-------------------+--------------------------------------------------------
 In a couple of places configure script contains detection code that tries
 to detect Microsoft's cl compiler by pattern matching cl*.

 Unfortunately, a new compiler called clang also matches cl*. The configure
 script sets COIN_CC_IS_CL_TRUE and COIN_CXX_IS_CL_TRUE to true, which
 breaks build with clang.

 * clang is the default compiler on macports (and will probably be a
 default compiler on Mac very soon).

-- 
Ticket URL: <https://projects.coin-or.org/Cbc/ticket/118>
COIN-OR Branch-and-Cut MIP Solver <http://projects.coin-or.org/Cbc>
An LP-based branch-and-cut MIP solver.



More information about the Cbc-tickets mailing list