Package Details: julia-git 1.10.2.r55077.gbd47eca2c8a-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.82
First Submitted: 2012-02-22 08:57 (UTC)
Last Updated: 2024-03-14 22:09 (UTC)

Required by (19)

Sources (7)

Latest Comments

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

DiegoAscanio commented on 2014-03-13 03:03 (UTC)

TrialnError, one strange thing, is that my build only worked when I checked out the entire repo and then pointed it to v0.2.1 tag. When i checked out directly this tag, the build broke So, it's not so stable as I suposed it was... Thanks for the sugestion!

TrialnError commented on 2014-03-09 18:48 (UTC)

You mean stable in the case you build a pointed release without the need to checkout the whole repo? (Or directly checkout just the tag not HEAD) In any case, put it up somewhere (directly on AUR, or another paste service) so someone can test it

DiegoAscanio commented on 2014-03-08 20:59 (UTC)

Hey everyone! I managed to build julia 0.2.1 (stable release, according to JuliaLang git page), based on this PKGBUILD, on readline 6.3 and on JuliaLang git source (i checked out a clone of the repo, to 0.2.1 tag. Also, I modified ui/repl-readline.c to fits readline 6.3) Does anyone wants to test it? It would really help me to build a PKGBUILD to the stable version of the language, according to Julia Developpers... Ps: Thanks to Mihi and TrialnError, for making it possible! Sorry for the poor english folks! Regards from Brazil!

vchuravy commented on 2014-03-02 02:30 (UTC)

Also I it seems that using llvm 3.4 works fine now.

vchuravy commented on 2014-03-01 15:45 (UTC)

Build breaks with readline = 6.3 https://github.com/JuliaLang/julia/issues/6000

TrialnError commented on 2014-02-09 16:01 (UTC)

@csousa Those segmentation faults were fixed[0]. So could you please test if it works good enough with llvm 3.4? ____ [0]https://github.com/JuliaLang/julia/commit/5c1b5ad24e745ec785c2bd32d036977fbd79b5e9

TrialnError commented on 2014-02-08 16:26 (UTC)

Thanks for the info alyst. It seems they pushed some commits today which alters the makefile and Make.inc[0]. PREFIX got renamed to prefix For the patchelf thing you must not do anything. It is just a fail while building. Normally no need to add it as a external package. And as they're tampering with the makefile problems can occur Edit: SYSCONFDIR seems to be lowercase too. Maybe DESTDIR will also change soon ____ [0] https://github.com/JuliaLang/julia/commit/30ba746f0dfd731d91f554c0e50e92c84c9ff451

alyst commented on 2014-02-08 15:26 (UTC)

I've got problems with the current PKGBUILD and julia-git head. I think the installation prefix has to be lowercase. The corrected PKGBUILD is here: http://pastebin.com/xbjynmuU