Skip to content

Commit

Permalink
Merge pull request #29162 from cms-sw/smuzaffar-patch-1
Browse files Browse the repository at this point in the history
[10.2.X] use openblas instead of lapack lib
  • Loading branch information
cmsbuild authored Mar 10, 2020
2 parents 631e002 + 4810871 commit f75b24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/MVATrainer/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<flags EDM_PLUGIN="1"/>
</library>
<library file="ProcMLP.cc MLP*.cc mlp*.cc" name="PhysicsToolsMVATrainerProcMLP">
<lib name="lapack"/>
<use name="openblas"/>
<flags EDM_PLUGIN="1"/>
</library>
<library file="ProcTMVA.cc" name="PhysicsToolsMVATrainerProcTMVA">
Expand Down

0 comments on commit f75b24d

Please sign in to comment.