Malik Shahzad Muzaffar
Malik Shahzad Muzaffar
@cms-sw/generators-l2 , we had disabled shapa to use `mcfm` ( see #6662 , https://github.com/cms-sw/cmsdist/pull/6662#issuecomment-784254160 ). But we still have `mcfm` in cmssw distribution. The version of `mcfm` in cmssw is...
CMSSW_COMMIT: CMSSW_14_0_7 ARCHITECTURE: el8_amd64_gcc12
@cms-sw/all-l2 , [CMSSW DXR](https://cmssdt.cern.ch/dxr) is not working properly[a] after moving to `LLVM 17`. Project has been archived as read only and there was no fix/update to [it](https://github.com/mozilla/dxr) for the last...
`AnalyzeTemporaryDtors` option was deprecated in llvm 16 and remove din llvm18 (https://github.com/llvm/llvm-project/issues/62020) This PR removes it from cmssw clang-tidy configuration.
Fixes https://github.com/cms-sw/cmssw/issues/44913 Fixes `used uninitialized variable` warnings reported by enabling `-O3` [GEANT4 IBs](https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/el8_amd64_gcc12/CMSSW_14_1_GEANT4_X_2024-05-22-1100/GeneratorInterface/AMPTInterface) and GCC13 #44913) ``` src/GeneratorInterface/AMPTInterface/src/hipyset1.35.f:11352:72: 11352 | ETARE=ETARE-3.*EJ*VJ*(FXYRE-0.25*F1RE) | ^ Warning: 'vj' may be used uninitialized [-Wmaybe-uninitialized]...
See https://github.com/cms-sw/cmsdist/issues/9202
CMSSW_COMMIT: CMSSW_14_0_HLTTest ARCHITECTURE: el8_amd64_gcc12 CMSDIST_COMMIT: REL/CMSSW_14_0_7/el8_amd64_gcc12 RELEASE_QUEUE: CMSSW_14_0_X
CMSSW_COMMIT: CMSSW_14_0_HLTTest ARCHITECTURE: el8_amd64_gcc12 CMSDIST_COMMIT: REL/CMSSW_14_0_7_MULTIARCHS/el8_amd64_gcc12 RELEASE_QUEUE: CMSSW_14_0_MULTIARCHS_X
Fixes https://github.com/cms-sw/cmssw/issues/45179 This PR suppresses the array-bound error for RecoTracker/PixelSeeding . It should fix the build errors we get in GCC 13 IBs
Hi, Yesterday we have built an IB where we pass `-Wl,--as-needed` linker flag to not link any libraries which are not explicitly needed. IB itself has built without any build/link...