File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
1010Example = " 7876af07-990d-54b4-ab0e-23690620f79a"
1111HelloWorldC_jll = " dca1746e-5efc-54fc-8249-22745bc95a49"
1212LLVMExtra_jll = " dad2f222-ce93-54a1-a47d-0025e8a3acab"
13- MKL_jll = " 856f044c-d86e-5d09-b602-aeab76dc8ba7"
1413Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14+ micromamba_jll = " f8abcde7-e9b7-5caa-b8af-a437887ae8e4"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if VERSION >= v"1.7.0"
99 using LLVMExtra_jll
1010end
1111
12- using MKL_jll
12+ using micromamba_jll
1313
1414const myrand = rand ()
1515
@@ -93,10 +93,10 @@ function real_main()
9393 end
9494 end
9595
96- if isfile (MKL_jll . libmkl_core_path )
97- println (" MKL_jll path: ok!" )
96+ if isfile (micromamba_jll . micromamba_path )
97+ println (" micromamba_jll path: ok!" )
9898 else
99- println (" MKL_jll path: fail!" )
99+ println (" micromamba_jll path: fail!" )
100100 end
101101 return
102102end
Original file line number Diff line number Diff line change 141141 if VERSION >= v " 1.7-"
142142 @test occursin (" LLVMExtra path: ok!" , app_output)
143143 end
144- @test occursin (" MKL_jll path: ok!" , app_output)
144+ @test occursin (" micromamba_jll path: ok!" , app_output)
145145
146146 # Test second app
147147 app_output = read (` $(app_path (" SecondApp" )) ` , String)
You can’t perform that action at this time.
0 commit comments