Daniel Høegh

Results 11 comments of Daniel Høegh

I use your package because it install the miniconda and therefore I do not think you should remove it. If you do could you make a new package? My purpose...

I see, good to know. I am promoting your package as the easiest way of getting IJulia installed.

Yes, I pushed the use of Conda in IJulia, PyCall and PyPlot forward.

I think the reason for this is that `BuildExecutable` requires write access to the path returned by: `abspath(dirname(Libdl.dlpath("libjulia")))`

Do you call the function like: `MyModule.alk()`. Full qualification of the objects in a module is necessary see https://github.com/dhoegh/BuildExecutable.jl/blob/master/README.md

Do you still have an issue, if so could you provide more information?

Could you provide some more info about how it fails? Yes packages are supported, this is also tested in https://github.com/dhoegh/BuildExecutable.jl/blob/master/test/test.jl. Please do only use `import` statement and not `using` as...

Sorry for the late response. You do not need to use `using` to get it working in REPL, you just need to qualify all call to library function with the...

I have no plans of development in this direction, but a PR would be very welcome.

Yes that's correct and hence it will still require jit compilation of the methods. But technically you could get rid of the jit, by ensuring all functions in a module...