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

JakeDust commented on 2012-05-13 21:15 (UTC)

I'm getting the following error on x86_64 while running makepkg: Making install in tests libtool: link: gcc -std=gnu99 -pthread -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--hash-style=gnu -o .libs/bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/.libs/libfftw3f_threads.so ../.libs/libfftw3f.so ../libbench2/libbench2.a -lpthread -pthread -Wl,-rpath -Wl,/home/jake/pkg/julia-git/src/julia-build/usr/lib ../libbench2/libbench2.a(mflops.o): In function `mflops': mflops.c:(.text+0x80): undefined reference to `log' mflops.c:(.text+0xe8): undefined reference to `log' ../libbench2/libbench2.a(verify-lib.o): In function `aphase_shift': verify-lib.c:(.text+0x7c0): undefined reference to `sincos' ../libbench2/libbench2.a(verify-lib.o): In function `impulse': verify-lib.c:(.text+0x1108): undefined reference to `sqrt' verify-lib.c:(.text+0x1198): undefined reference to `sqrt' ../libbench2/libbench2.a(verify-lib.o): In function `accuracy_test': verify-lib.c:(.text+0x1c7b): undefined reference to `sqrt' verify-lib.c:(.text+0x1c8c): undefined reference to `sqrt' ../libbench2/libbench2.a(verify-r2r.o): In function `bench_sincos': verify-r2r.c:(.text+0x136a): undefined reference to `cos' verify-r2r.c:(.text+0x1392): undefined reference to `sin' ../libbench2/libbench2.a(mp.o): In function `compare': mp.c:(.text+0x1caa): undefined reference to `sqrt' collect2: error: ld returned 1 exit status make[4]: *** [bench] Error 1 make[3]: *** [install-recursive] Error 1 make[2]: *** [/home/jake/pkg/julia-git/src/julia-build/usr/lib/libfftw3f.3.so] Error 2 make[1]: *** [julia-release] Error 2 make: *** [release] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

mihi commented on 2012-05-12 22:50 (UTC)

Removed FFTW dependency and rely on the one julia compiles itself.

mihi commented on 2012-03-11 14:46 (UTC)

Removed arpack from system libraries (use the one build by julia linking to lapack with openblas for better performance)

mihi commented on 2012-03-11 13:15 (UTC)

Reverted back to using OpenBLAS and LAPACK provided by julia.

mihi commented on 2012-03-11 12:42 (UTC)

The new "release" uses more libraries already in Archlinux' repositories and compiles fine now. libunwind is available via AUR.

mihi commented on 2012-03-09 09:27 (UTC)

I've reported the issue upstream, shouldn't take long. In the meantime you could insert a "git checkout 3eea0c8ffd780290aa0f185f05e786aea42e2f49" just before the compilation in line 35 to use a known good state. HTH

mefistofeles commented on 2012-03-09 03:31 (UTC)

Getting the following error on arch x86_64: libtool: link: gcc -shared -Wl,--whole-archive kernel/.libs/libkernel.a dft/.libs/libdft.a dft/scalar/.libs/libdft_scalar.a dft/scalar/codelets/.libs/libdft_scalar_codelets.a rdft/.libs/librdft.a rdft/scalar/.libs/librdft_scalar.a rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a rdft/scalar/r2r/.libs/librdft_scalar_r2r.a reodft/.libs/libreodft.a api/.libs/libapi.a simd-support/.libs/libsimd_support.a simd-support/.libs/libsimd_sse2_nonportable.a dft/simd/sse2/.libs/libdft_sse2_codelets.a rdft/simd/sse2/.libs/librdft_sse2_codelets.a -Wl,--no-whole-archive -lm -Wl,-rpath -Wl,-soname -Wl,libfftw3.so.3 -o .libs/libfftw3.so.3.3.0 /usr/bin/ld: cannot find libfftw3.so.3: No such file or directory collect2: ld returned 1 exit status make[3]: *** [libfftw3.la] Error 1 make[2]: *** [install-recursive] Error 1 One "weird" thing is that it tries to download and compile at the same time (doing thins in parallel), I'm not sure if it's compiling something that needs the implementation of fftw3 that comes with julia but that fftw3 is not yet compiled when needed. Suggestions welcomed.

mihi commented on 2012-03-03 11:00 (UTC)

Changed to arch=('i686' 'x86_64') (Thanks, at0m13)

<deleted-account> commented on 2012-03-03 02:00 (UTC)

The package isn't architecture independent, so the arch line should be: arch=('i686' 'x86_64')