Re: [julia-users] new installation of julia

2016-08-07 Thread digxx

>
> Oh and what is the difference between make / make install
>
What do u need a make.user file for since I dont have it  


Re: [julia-users] new installation of julia

2016-08-07 Thread digxx

>
> Thx 


Do you know what these commands do:

git reset --hard #Forcibly remove any changes to any files under version 
control 

git clean -x -f -d #Forcibly remove any file or directory not under version 
control

I do not really get what that version control means?!?

In what cases/situations do u use this for example? 


Re: [julia-users] new installation of julia

2016-08-07 Thread Bart Janssens
Hi,

I think you need to do:
git checkout v0.4.6

You can also list the tags with git tag.

Cheers,

Bart

On Sun, Aug 7, 2016 at 10:55 AM digxx  wrote:

> So, now I freshly compiled julia again from the source after I specified:
> git checkout release-0.4 but then inside Julia I get by typing
> versioninfo()
>
> Julia Version 0.4.0
> Commit 0ff703b* (2015-10-08 06:20 UTC)
> Platform Info:
>   System: Windows (x86_64-w64-mingw32)
>   CPU: Intel(R) Core(TM) i5 CPU 750  @ 2.67GHz
>   WORD_SIZE: 64
>   BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Nehalem)
>   LAPACK: libopenblas64_
>   LIBM: libopenlibm
>   LLVM: libLLVM-3.3
>
> So why doesnt it install 0.4.6 automatically?
> git checkout release-0.4.6 doesnt work...
>


[julia-users] new installation of julia

2016-08-07 Thread digxx
So, now I freshly compiled julia again from the source after I specified:
git checkout release-0.4 but then inside Julia I get by typing 
versioninfo() 

Julia Version 0.4.0
Commit 0ff703b* (2015-10-08 06:20 UTC)
Platform Info:
  System: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i5 CPU 750  @ 2.67GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Nehalem)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.3

So why doesnt it install 0.4.6 automatically?
git checkout release-0.4.6 doesnt work...