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.83
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 .. 11 12 13 14 15 16 17 18 19 20 21 Next › Last »

Archetyp commented on 2013-03-20 12:18 (UTC)

@TrialnError That script changed it into .so files, though it copied them into the build directory, so he did not find them. Therefore I concluded that setting it to 0 would force him to search for them locally (which he did). I also thought that setting USE_SYSTEM_SUITESPARSE to 0 as you suggest may help, but that would mean I installed the suitsparse uselessly, so I took the longer way :D So I was wondering whether I am the only one missing the .so libraries (because quite some people already use it and nobody complained about it) or also others have that problem. In the latter case the easiest way would be to fix the PKGBUILD by either generating the .so libraries or setting USE_SYSTEM_SUITESPARSE to 0. (And, on the contrary, I think that until the answer the 1 should be changed :D)

TrialnError commented on 2013-03-19 18:49 (UTC)

@Archetyp: Just change those USE_SYSTEM_SUITESPARSE to 0. You don't need to fiddle with the extra script. Those scripts will be invoked if you change the 1 to 0. And I asked if it's possible to change suitesparse officially to shared libs package. Until the answer the 1 shouldn't be changed

TrialnError commented on 2013-03-19 02:04 (UTC)

@Archetype: After running that script, why did you change USE_SYSTEM_SUITESPARSE=1 into 0. You changed it with that script into .so files, so that line should still be 1. Didn't throw it errors like: "Existing in the filesystem"? Also, checked the suitesparse package and it seems that is truly statically build. Maybe the maintainer should be contacted and asked to change it into shared. IIRC shared is the preferred way. in my opinion using the script is semi-optimal. Because it's highly possible, that uninstalling suitesparse might now fail, because you altered the files on top of pacman. But I didn't look at the script and I don't know what it's doing. Maybe it copies them to another location und it's necessary to change the line. But at first glance it doesn't make much sense and could cause problems

Archetyp commented on 2013-03-17 17:24 (UTC)

mihi, I just tried to compile but got following error: LoadError("sysimg.jl",159,LoadError("linalg.jl",157,LoadError("linalg/umfpack.jl",47,ErrorException("error compiling anonymous: could not load module libumfpack: libumfpack: cannot open shared object file: No such file or directory")))) For me the solution was as mentioned in docs: "SuiteSparse [...] is typically only installed as a static library, while USE_SYSTEM_SUITESPARSE=1 requires that it is a shared library. Running the script contrib/repackage_system_suitesparse4.make will copy your static system SuiteSparse installation into the shared library format required by Julia." Running that script and then compiling with USE_SYSTEM_SUITESPARSE=0 did the trick for me. So I am wondering whether I'm the only one seeing this :D

mihi commented on 2013-03-09 12:39 (UTC)

@burntsushi, I can't verify the problem. Works fine for me.

burntsushi commented on 2013-03-07 02:38 (UTC)

Build is failing on my machine (x86_64): make[1]: Entering directory `/tmp/yaourt-tmp-andrew/aur-julia-git/src/julia-build/ui/webserver' CC ui/webserver/webserver.o CC ui/webserver/server.o server.cpp: In function ‘void scgi::run_server(int, scgi::callback)’: server.cpp:666:29: error: too few arguments to function ‘int uv_run(uv_loop_t*, uv_run_mode)’ In file included from server.h:4:0, from server.cpp:2: ../../deps/libuv/include/uv.h:261:15: note: declared here make[1]: *** [server.o] Error 1 make[1]: Leaving directory `/tmp/yaourt-tmp-andrew/aur-julia-git/src/julia-build/ui/webserver' make: *** [webrepl] Error 2

mihi commented on 2013-02-17 11:00 (UTC)

Merged pull reqeust by github user Narrat.

<deleted-account> commented on 2013-01-22 14:58 (UTC)

I'm getting an out of memory error when building with makepkg during the linking phase. FYI I have 32 GB of RAM and I've tried playing around with ulimit to no avail. It works fine when I do the usual make && sudo make install. I've posted the issue on Github. Here's a link: https://github.com/JuliaLang/julia/issues/2102

<deleted-account> commented on 2012-12-07 05:46 (UTC)

This is fantastic. Thank you!

TrialnError commented on 2012-11-28 17:16 (UTC)

I cannot confirm this. Probably you got a bad moment https://github.com/JuliaLang/julia/commit/a6e75e3bfec32a989407587581cfe737d06d0191 https://github.com/JuliaLang/julia/issues/1616 Around that time they worked at the lib/uv / libuv thing