-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[10_6_X-gcc820] Added cepgen 1.2.1patch1 to standard CMSSW tools #9045
[10_6_X-gcc820] Added cepgen 1.2.1patch1 to standard CMSSW tools #9045
Conversation
- cloned from CLHEP spec-file - with interfacing libraries for HepMC2/3 (event output), LHAPDF (partonic photon PDF), and Pythia 6 ("legacy" proton remnant dissociation) - requires GSL, OpenBLAS, bzlib2 - collateral damages: CMake bumped to version 3.25.2, Ninja bumped to version 1.10.0
A new Pull Request was created by @forthommel for branch IB/CMSSW_10_6_X/gcc820. @iarspider, @cmsbuild, @smuzaffar, @aandvalenzuela can you please review it and eventually sign? Thanks. |
cms-bot internal usage |
please test |
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b2fd61/37852/summary.html External BuildI found compilation error when building: Generated cache: external+davix+0.6.7-c45ef47d4dc654aafd6f03c571059a81 FATAL: malformed spec found while quering it. Command: source /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc700/rpm-env.sh ; rpm -q --specfile /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/tmpspec-xrootd --info --define "cmsdist_directory /data/cmsbld/jenkins/workspace/ib-run-pr-tests/cmsdist" --define "compilerv 700" --define "cmscompilerv 700" --define "cmsos slc7_amd64" --define "package_vectorization %{nil}" --define "cmsswdata_version_link 1" --define 'buildroot /foo' Resulted in: error: line 334: Unknown tag: <<<<<<< HEAD error: query of specfile /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/tmpspec-xrootd failed, can't parse Traceback (most recent call last): File "./pkgtools/cmsBuild", line 4603, in build(opts, args[1:], PKGFactory) File "./pkgtools/cmsBuild", line 3877, in build |
Interesting! there does not seem to be any merge conflicts leftovers in here... |
please test for CMSSW_10_6_X/slc7_amd64_gcc820 |
please test |
please abort |
please test for CMSSW_10_6_X/slc7_amd64_gcc820 |
There weren't any recent builds of 10_6 with gcc820, only with gcc700, so bot can't find an IB to test against. |
Oh I see! Thanks for the explanation, @iarspider. It therefore looks like these adaptations to gcc700 are indeed needed on the CepGen side to properly integrate with 10_6_X, then... |
Closing it for now, and switching (back) to gcc700 branch (see #9042). |
This attempts to build CepGen 1.2.1patch1 using gcc820, as #9042 shows an important refactoring is needed to be able to build with gcc700.
Main features:
Backport of #8023, #8089, #8319, #8329, #9030, #9033
FYI: @bbilin