Re: [julia-users] Julia with fewer dependencies?

2016-09-09 Thread Joaquim Dias Garcia
Thanks! That is a great start!

Joaquim

> On 6 de set de 2016, at 03:24, Michele Zaffalon  
> wrote:
> 
> Is this maybe what you are looking for 
> https://groups.google.com/d/msg/julia-users/WStpLtrKiFA/JhiAbc-vAwAJ?
> 
>> On Mon, Sep 5, 2016 at 11:10 PM, Joaquim Masset Lacombe Dias Garcia 
>>  wrote:
>> 
>> The basic question is "Can I compile a smaller version of julia?"
>> 
>> For instance, I want to ship some program as an executable, something 
>> similar to what BuildExecutable.jl does, btw its very nice!
>> The only problem is that with BuildExecutable.jl or even with the pure 
>> usrimg.jl trick create a huge folder with all the julia main libs.
>> 
>> I looked for an existing post but all I could find is this archived old 
>> post: 
>> https://www.reddit.com/r/Julia/comments/2da03c/julia_with_fewer_dependencies/
>> 
>> Can I compile julia without some of those libs?
>> 
>> One nice use would be if I have a program with no use of libopenblas that I 
>> could ship without having to send a 40Mb lib...
>> 
>> Thanks in advance!
> 


Re: [julia-users] Julia with fewer dependencies?

2016-09-06 Thread Michele Zaffalon
Is this maybe what you are looking for
https://groups.google.com/d/msg/julia-users/WStpLtrKiFA/JhiAbc-vAwAJ?

On Mon, Sep 5, 2016 at 11:10 PM, Joaquim Masset Lacombe Dias Garcia <
joaquimdgar...@gmail.com> wrote:

>
> The basic question is "Can I compile a smaller version of julia?"
>
> For instance, I want to ship some program as an executable, something
> similar to what BuildExecutable.jl does, btw its very nice!
> The only problem is that with BuildExecutable.jl or even with the pure
> usrimg.jl trick create a huge folder with all the julia main libs.
>
> I looked for an existing post but all I could find is this archived old
> post: https://www.reddit.com/r/Julia/comments/2da03c/julia_
> with_fewer_dependencies/
>
> Can I compile julia without some of those libs?
>
> One nice use would be if I have a program with no use of libopenblas that
> I could ship without having to send a 40Mb lib...
>
> Thanks in advance!
>


[julia-users] Julia with fewer dependencies?

2016-09-05 Thread Joaquim Masset Lacombe Dias Garcia

The basic question is "Can I compile a smaller version of julia?"

For instance, I want to ship some program as an executable, something 
similar to what BuildExecutable.jl does, btw its very nice!
The only problem is that with BuildExecutable.jl or even with the pure 
usrimg.jl trick create a huge folder with all the julia main libs.

I looked for an existing post but all I could find is this archived old 
post: 
https://www.reddit.com/r/Julia/comments/2da03c/julia_with_fewer_dependencies/

Can I compile julia without some of those libs?

One nice use would be if I have a program with no use of libopenblas that I 
could ship without having to send a 40Mb lib...

Thanks in advance!