Skip to content

Commit

Permalink
Merge IB/CMSSW_12_1_X/master into IB/CMSSW_12_1_X/gcc11.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsbuild committed Oct 25, 2021
2 parents 5b09656 + e6e083a commit 5a3fb7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 51 deletions.
2 changes: 1 addition & 1 deletion bootstrap-bundle.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rm -f %{i}/bin/xml2-config %{i}/lib/xml2Conf.sh
%ifos darwin
cp -P $GCC_ROOT/lib/lib{stdc++,gcc_s}*.%{soname} %{i}/lib
%else
cp -P $GCC_ROOT/%{libdir}/lib{stdc++,gcc_s}.%{soname}* %{i}/lib
cp -P $GCC_ROOT/%{libdir}/lib{stdc++,gcc_s,gomp}.%{soname}* %{i}/lib
cp -P $GCC_ROOT/lib/libelf.%{soname}* %{i}/lib
cp -P $GCC_ROOT/lib/libelf-*.%{soname} %{i}/lib
cp -P $GCC_ROOT/lib/libdw.%{soname}* %{i}/lib
Expand Down
43 changes: 0 additions & 43 deletions data-cmssw-package-build.file

This file was deleted.

7 changes: 2 additions & 5 deletions data/cmsswdata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ SimTransport-TotemRPProtonTransportParametrization=V00-01-00
SimG4CMS-HGCalTestBeam=V01-00-00
Fireworks-Geometry=V07-06-00
SimG4CMS-Forward=V02-04-00
GeneratorInterface-ReggeGribovPartonMCInterface=V00-00-02

#Never update any package here. Always move it to default section.
[cmssw-xmldata-build]
Expand Down Expand Up @@ -99,15 +100,11 @@ RecoHI-HiJetAlgos=V01-00-01
RecoParticleFlow-PFTracking=V13-01-00
SimTransport-HectorProducer=V01-00-01

#Never update any package here. Always move it to default section.
[data-cmssw-package-build]
GeneratorInterface-ReggeGribovPartonMCInterface=V00-00-02

#Never update any package here. Always move it to default section.
[data-package-build]
CalibCalorimetry-CaloMiscalibTools=V01-00-00
FastSimulation-MaterialEffects=V05-00-00
L1Trigger-RPCTrigger=V00-15-00
RecoParticleFlow-PFBlockProducer=V02-04-02
SimG4CMS-Calo=V03-04-00
Validation-Geometry=V00-07-00
Validation-Geometry=V00-07-00
3 changes: 1 addition & 2 deletions tensorflow-sources.file
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ BAZEL_OPTS="--batch --output_user_root ../build build -s --verbose_failures --di
BAZEL_OPTS="$BAZEL_OPTS --copt=%{vectorize_flag}"
%else
%ifarch ppc64le
BAZEL_OPTS="$BAZEL_OPTS --copt=-mcpu=native --copt=-mtune=native"
BAZEL_OPTS="$BAZEL_OPTS --copt=--param=l1-cache-size=64 --copt=--param=l1-cache-line-size=128 --copt=--param=l2-cache-size=512"
BAZEL_OPTS="$BAZEL_OPTS $(echo %{ppc64le_build_flags} | tr ' ' '\n' | grep -v '^$' | sed -e 's|^|--copt=|' | tr '\n' ' ')"
%else
BAZEL_OPTS="$BAZEL_OPTS --copt=-mcpu=native --copt=-mtune=native"
%endif
Expand Down

0 comments on commit 5a3fb7e

Please sign in to comment.