Closed teteumac closed 5 months ago
cms-bot internal usage
A new Issue was created by @teteumac.
@iarspider, @smuzaffar, @aandvalenzuela can you please review it and eventually sign/assign? Thanks.
cms-bot commands are listed here
I am closing this issue ( see https://cms-talk.web.cern.ch/t/crab-cannot-find-plugin/42688/22 ). CMS prefer to link against OpenBLAS (which is provided via CMS software stack)
Description: I am working on a CMSSW project that requires
liblapack.so.3
for proper functionality. Currently, this library is not included in thecmssw-el7
container, which leads to dependency issues when building and running my project.Request: Please include
liblapack.so.3
and its dependencies in thecmssw-el7
container. This will ensure that the environment is consistent and all necessary libraries are available for development and execution.Context: This library is essential for the plugin
pluginMonopolesMonoAnalysis.so
which fails to load due to the missingliblapack.so.3
dependency.Thank you for your assistance.