Kristoffer Carlsson
Kristoffer Carlsson
I think this should be fixed now. Would be good if someone can confirm.
``` InitError(mod=:IntelOpenMP_jll, error=ErrorException("could not load library "C:\Users\Administrator\win01\share\julia\artifacts\350e71568ca7eb29f07862d75216c6bb9f91398e\bin\libiomp5md.dll" The specified module could not be found. ")) ``` Usually means that there is some symbol in some dependent library that is not...
I think it is fine for code in Base to be compiled with the default arguments. The app/library specific code will then be compiled with whatever specific options are given....
The code restructuring sounds like a good idea to me but I don't see how that helps with the fact that the entry points we have (`create_XXX`) have a lot...
I think with this implementation, this will fail to include e.g. LinearAlgebra when `filter_stdlibs = false`.
It should yes, let's split this PR into two so we can get that part in directly.
Can you try with Julia 1.8?
Only creating a sysimage does not bundle any artifacts. You can do a `Pkg.instantiate()` to install those in the container (with the same environment active as the sysimage was built...
As of right now yes. There is nothing in the sysimage that contains the information needed to download the artifacts. As you mentioned, it should be possible to create a...
This is a Julia bug though so while it could potentially be useful to track it here, the fix has to be done in Julia.