for multi-arch set SCRAM_TARGET to auto MULTIARCH/SKYLAKE otherwise to default#9154
for multi-arch set SCRAM_TARGET to auto MULTIARCH/SKYLAKE otherwise to default#9154smuzaffar merged 1 commit intoIB/CMSSW_14_1_X/masterfrom
Conversation
|
test parameters:
|
|
A new Pull Request was created by @smuzaffar for branch IB/CMSSW_14_1_X/master. @cmsbuild, @aandvalenzuela, @smuzaffar, @iarspider can you please review it and eventually sign? Thanks. |
|
cms-bot internal usage |
|
please test for CMSSW_14_1_MULTIARCHS_X |
|
+externals |
|
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_14_1_X/master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @rappoccio, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fc7aa7/39044/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
This PR contains the following updates
MULTIARCH/SKYLAKEIB/releases: setSCRAM_TARGETtoautoso that scram can automatically select the best set of libraries at runtime. This is what current MULTIARCHS IBs do (so no change in env logic for MULTIARCH/SKYLAKE builds)SCRAM_TARGETtodefaultso that scram only set default (sse3) set libraries at runtime.SCRAM_TARGET=auto. With this change, scram will build multi-arch libs forMULTIARCH/SKYLAKEIB/releases but will only build default (sse3) set of libraries for other IBs/releases.FYI @makortel , @fwyzard