-
I have almost most of the dependencies installed, but I still can't manage to finish the compilation process. There seems to be a problem in linking stage of the process. Because object files are comp…
-
$ make
make[2]: **\* [random/dsfmt-2.2.tar.gz] Error 1
make[1]: **\* [julia-release] Error 2
make: **\* [release] Error 2
I am on windows using the msysgit
-
Here's the error I receive when running
`brew install --HEAD --64-bit julia`
```dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
==> Cloning…
-
when you have python2.7 and 3.2 installed with python being a symlink to python2.7 it will detect python3.2 instead of 2.7 causing clashes with numpy (for 2.7...) later.
the compile error in the end …
-
@staticfloat Do you think we could have PPAs for patchelf and openlibm? That should simplify the travis environment considerably.
Also, ARPACK is now at 3.1.3, but it really doesn't matter for linux…
-
If I call `Base.Profile.clear()`, I can't figure out how to get the profiler to work anymore. It either never seems to record any samples, (always giving me the "No samples recorded" error, even if I…
-
On my system, the following diagnostic suggests that our alias table is much slower than a naive sampler for a small number of categories.
```
using Distributions
d = fit(Categorical, [1, 1, 2, 3])
…
-
Here is the output:
[notas (master)]$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install --HEAD julia 2>&1
==> Cloning https://github.com/JuliaLang/julia.git
git --git-dir /Library/Caches/Homebrew/julia--gi…
-
Hi,
I just tried to install Julia from source using the procedure on github, starting with
1) git clone git://github.com/JuliaLang/julia.git
and then
2) make
It proceeds for awhile, but then sto…
-
I followed the readme but the compilation stopped with the following error.
==> make release PREFIX=/usr/local/Cellar/julia/HEAD USE_LIB64=1 FC=/usr/local/bin/gfortran USECLANG=1 USE_SYSTEM_ZLIB=1 US…