Skip to content

Commit 5da14cb

Browse files
mkl: fix bundle name. (#8180)
* mkl: fix bundle name. * Improve --------- Co-authored-by: star9029 <[email protected]>
1 parent c155f80 commit 5da14cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/m/mkl/xmake.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ package("mkl")
200200
os.tryrm(archivefile)
201201
end
202202
-- support for xmake 3.0.2
203+
os.trycp(
204+
format("../%s-%s.conda", package:name(), package:version_str()),
205+
format("../%s.conda", lib_filename)
206+
)
203207
os.trycp("../" .. package:name() .. "-" .. package:version_str(), "../" .. lib_filename .. ".conda")
204208
-- Process library files
205209
extract_conda("../" .. lib_filename .. ".conda")

0 commit comments

Comments
 (0)