Commit ac72943
committed
fix(mkl): add install loop for static linking to fix Python wheel build
- Static linking (MKL_STATIC_LINK=ON) is used by Python wheel builds
- Missing install loop caused Python Build X86 CI to fail
- Add foreach loop to install static MKL libraries (libmkl_intel_lp64.a, libmkl_intel_thread.a, libmkl_core.a, libiomp5.a)
Signed-off-by: LHT129 <tianlan.lht@antgroup.com>1 parent 558a037 commit ac72943
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
0 commit comments