-
I'm running on Mac 10.9. When I run make in ccv/lib, I get the following errors (both on the stable and unstable branches). Make invoked from ccv/bin works fine. I make on only a couple targets (swtde…
-
Our monthly stable release is looming. Please discuss the inclusion of issues into this release that haven't already been merged. The 0.3.3 milestone is set for Nov 21st, so let's shoot for that bar…
-
Output of:
1. $ cat /proc/cpuinfo: https://dpaste.de/KbJp
2. versioninfo()
Julia Version 0.3.0-rc1+94
Commit 43ef954 (2014-07-20 14:04 UTC)
Platform Info:
System: Linux (i686-linux-gnu)
CPU: Intel…
-
The issue seems to be with the fortran compiler but I have no idea how to fix it.
`````` bash
$ brew install --default-fortran-flags --HEAD julia
==> Installing dependencies for julia: staticfloat/ju…
atoop updated
10 years ago
-
This is of course not completely unexpected, as the `rand(1:10, 100)` returns an array of `Int`s, which are WORD_SIZE dependent, but it will bite users from time to time, e.g. #5548
But on the other …
-
```
/usr/bin/mkdir -p '/home/idunning/pkgtest/julia/usr/include'
/usr/bin/install -c -m 644 mpfr.h mpf2mpfr.h '/home/idunning/pkgtest/julia/usr/include'
Making install in tests
Making install in tu…
-
Arch Linux has decided not to include sys.so in their package of Julia 0.3. They delete sys.so as part of the packaging process: https://projects.archlinux.org/svntogit/community.git/tree/trunk/sysfix…
-
I'm in the process of writing a port for julia to install it with MacPorts. I recently ran into a problem. I saw you tagged some releases, but when someone downloads the .tgz from a tag, it won't incl…
g5pw updated
10 years ago
-
I failed to compile julia on 10.8.3, it shows a error related with install_name_tool:
```
brew install --HEAD julia
==> Cloning https://github.com/JuliaLang/julia.git
Cloning into '/Libra…
-
I just realized this issue.
Currently, some basic random number generation functions like `rand` and `randn` are based on the DSFMT that come with the Julia base, while others such as those for spec…