cms-patatrack / cmssw

CMSSW fork of the Patatrack project
https://patatrack.web.cern.ch/patatrack/index.html
Apache License 2.0
2 stars 5 forks source link

building dxr does not work #142

Open felicepantaleo opened 6 years ago

felicepantaleo commented 6 years ago

scram b dxr does not work with the following dxr.config:

[DXR]
enabled_plugins = clang pygmentize
temp_folder     = /data/user/fpantale/CMSSW_10_2_2_Patatrack/dxr/temp
target_folder   = /data/user/fpantale/CMSSW_10_2_2_Patatrack/dxr/target
nb_jobs         = 16
wwwroot         = /data/user/fpantale/www/

[CMSSW]
source_folder   = /data/user/fpantale/CMSSW_10_2_2_Patatrack/src
object_folder   = /data/user/fpantale/CMSSW_10_2_2_Patatrack/src
build_command   = SCRAM_DXR_RUN=yes scram b -f -k -j $jobs compile COMPILER=llvm-analyzer SCRAM_IGNORE_MISSING_COMPILERS=yes; exit 0
cmsbot commented 6 years ago

A new Issue was created by @felicepantaleo Felice Pantaleo.

can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

makortel commented 6 years ago

Out of curiosity, could you share how it fails?

fwyzard commented 6 years ago

I think it fails because we pass the wrong flags to clang when attempting to build .cu files.