We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c155f80 commit 5da14cbCopy full SHA for 5da14cb
packages/m/mkl/xmake.lua
@@ -200,6 +200,10 @@ package("mkl")
200
os.tryrm(archivefile)
201
end
202
-- 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
+ )
207
os.trycp("../" .. package:name() .. "-" .. package:version_str(), "../" .. lib_filename .. ".conda")
208
-- Process library files
209
extract_conda("../" .. lib_filename .. ".conda")
0 commit comments