Package Details: julia-git 1.11.0.r56788.g501a4f25c2b-1

Git Clone URL: https://aur.archlinux.org/julia-git.git (read-only, click to copy)
Package Base: julia-git
Description: High-level, high-performance, dynamic programming language
Upstream URL: https://julialang.org/
Licenses: MIT
Conflicts: julia
Provides: julia
Submitter: mihi
Maintainer: TrialnError (fusion809, mar)
Last Packager: TrialnError
Votes: 54
Popularity: 0.29
First Submitted: 2012-02-22 08:57 (UTC)
Last Updated: 2024-10-12 19:47 (UTC)

Required by (19)

Sources (7)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 21 Next › Last »

TrialnError commented on 2014-09-05 23:57 (UTC)

Didn't follow upstream closely. So what is the status with llvm? llvm3.5 is in [staging] and this was the next version they want to support. Is the change to 3.5 done?

xyproto commented on 2014-08-24 21:07 (UTC)

Splitting out the documentation for the official julia package has already been reported and I'm planning to do so. https://bugs.archlinux.org/task/41194

TrialnError commented on 2014-07-11 23:19 (UTC)

Now this PKGBuild is a splitpackage. One for julia and one for the documentation. Since the doc needs to be built too (Sourcefiles in a finished package isn't pretty, so I removed them completly for julia package). The Doc is available in a lot of formats. I decided to add 4 of them to the PKGBuild (pdf, info, man and html files) Building the doc source introduces some makedepends, but no real depends. But they're in case of the texlive packages everything else but small. And one package is just on AUR. So the doc package build is disabled by default. It will be created, but it's empty. If someone wants the doc he just needs to remove the # before the second makedepends line, the make calls and before the lines in the julia-doc package function. The best would be, if the repo julia package could provide the generated docs. Or I could upload the package I created if someone can name an uploader that allows binaries and isn't crappy.

csousa commented on 2014-05-05 23:18 (UTC)

@pwl Just before I read your comment, I've filled a bug report at Community Julia package about that same issue [https://bugs.archlinux.org/task/40231] making the same suggestion of yours.

pwl commented on 2014-05-05 14:40 (UTC)

There is a bug[1] (or just incompatibility) that prevents julia profiler to work with llvm 3.4. With llvm 3.3 the profiler works just fine, but the build time is significantly increased as julia has to build llvm 3.3 from scratch each time it is installed. So I suggest setting USE_SYSTEM_LLVM=0 if you want to avoid this (and possibly other) bugs in future. [1] https://github.com/JuliaLang/julia/issues/6275

csousa commented on 2014-04-10 17:55 (UTC)

Although not heavily tested, Julia seems to be working ok with USE_SYSTEM_LLVM=1 (LLVM 3.4).

TrialnError commented on 2014-04-08 05:57 (UTC)

Thanks for the info. Will upload an updated PKGBuild asap (which can take a few hours, as I'm not at home and not having an arch system at hand)

alyst commented on 2014-04-06 13:19 (UTC)

There are a few changes in julia/master: 1) it looks like they've fixed the incompatibility with LLVM 3.4, so the system one could be used once again (although I hadn't done extensive testing) 2) they have dropped out the support for system Rmath, now there's only Rmath-julia (and its building is turned on as of yesterday) 3) readline is no longer needed since now julia has her own implementation of REPL Here [1] you can find the updated PKGBUILD. [1] http://pastebin.com/QgHu789N

JoiDegn commented on 2014-03-23 12:16 (UTC)

The PKGBUILD in its current form installs julia version 0.3.0-prerelease+2146.

devmotion commented on 2014-03-14 04:41 (UTC)

I managed to build julia 0.2.1 with this PKGBUILD: https://gist.github.com/devmotion/9542152 I used the following patches: https://gist.github.com/devmotion/9542181 https://gist.github.com/devmotion/9542168