-
Notifications
You must be signed in to change notification settings - Fork 11
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
Runtime cxxmodules aarch64 #212
Runtime cxxmodules aarch64 #212
Conversation
Seems to be headless usage of Firefox not yet testet there
1. Fix - do not force style 8 for hist markers 2. Fix - ensure minimal hist title height 3. Fix - proper font-size handling in latex
OpenGL is required by various graf3d features that are enabled with opengl=ON, or by the Cocoa-related code that always requires it. The `opengl` build flag had an awkward double responsability: it is used to enable these OpenGL graf3d features, and also it is required to be ON when building with Cocoa because the Cocoa code depends on OpenGL. That means, if you want to build with `cocoa=ON`, you had no way to disable the graf3d features even if you don't want them. One way to disentangle this problem is to look for OpenGL also when `cocoa=ON`, independent of the `opengl` flag. This commit makes it possible to disable the OpenGL graf3d features on macOS when building with `cocoa=ON`.
The opengl flag enables the graf3d features that depend on OpenGL, and these features also depend on asimage. Therefore, the configuration should fail if `asimage` is OFF and `opengl` is ON. An alternative would have been to automatically enable `asimage` then, but `asimage=ON` is already the default. So if it's actually off, it's probably set to OFF by the user with some intention, and we better raise awareness about this inconsistency with a configuration error. Closes root-project#16250.
It was disabled in commit a67863d ("Disable modules on aarch64 due to ODR violation") in 2019. I cannot reproduce these problems on lxplus-arm, so try to turn it back on.
please test for CMSSW_14_2_ROOT6_X/el8_aarch64_gcc12 |
A new Pull Request was created by @smuzaffar for branch cms/master/df563f6c8e. @aandvalenzuela, @iarspider, @smuzaffar can you please review it and eventually sign? Thanks. |
cms-bot internal usage |
test parameters:
|
please test for CMSSW_14_2_ROOT6_X/el8_aarch64_gcc12 |
-1 Failed Tests: UnitTests RelVals 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: Unit TestsI found 1 errors in the following unit tests: ---> test TestDQMOfflineConfigurationGotAll had ERRORS RelVals
|
cmssw tests for root-project#16401