← Back to team overview

kaliveda-dev team mailing list archive

Re: [Question #249064]: Override CC/CXX to compile KaliVeda with clang/clang++?

 

Question #249064 on KaliVeda changed:
https://answers.launchpad.net/kaliveda/+question/249064

    Status: Open => Answered

John Frankland proposed the following answer:
Hi Peter,

CXX is defined in Makefile.general (either explicitly or via an 'include' of the ROOT Makefile.arch),
so passing a new value as an argument for 'make' works:

make CXX=toto

However this only seems to work for the core KaliVeda libraries, not the sublibraries like libfitltg and libGanTape.
The modification for libfitltg is trivial, for GanTape the Makefile is highly non-standard and would require a
small rewrite.

So the $64 million question is: Do you really need to compile with
clang/clang++?

-- 
You received this question notification because you are a member of
KaliVeda Development Team, which is an answer contact for KaliVeda.