dev-lang / julia

High-performance programming language for technical computing

Official package sites : https://github.com/JuliaLang/julia/ · https://julialang.org/ ·

Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. The library, mostly written in Julia itself, also integrates mature, best-of-breed C and Fortran libraries for linear algebra, random number generation, FFTs, and string processing. Julia programs are organized around defining functions, and overloading them for different combinations of argument types (which can also be user-defined).

v1.9.4 :: 0 :: gentoo

Modified
License
MIT

v1.9.0 :: 0 :: gentoo

Modified
License
MIT

v1.8.5-r1 :: 0 :: gentoo

Modified
License
MIT
Keywords
~amd64 ~x86

v1.8.3-r4 :: 0 :: gentoo

Modified
License
MIT
Keywords
~amd64 ~x86

app-arch / p7zip : Port of 7-Zip archiver for Unix

app-misc / ca-certificates : Common CA Certificates PEM files

dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers

dev-libs / libgit2 : A linkable library for Git

dev-libs / libutf8proc : A clean C Library for processing UTF-8 Unicode data

dev-libs / mpfr : Library for multiple-precision floating-point computations with exact rounding

dev-util / patchelf : Small utility to modify the dynamic linker and RPATH of ELF executables

net-libs / mbedtls : Cryptographic library for embedded systems

net-misc / curl : A Client that groks URLs

sci-libs / amd : Library to order a sparse matrix prior to Cholesky factorization

sci-libs / arpack : Arnoldi package library to solve large scale eigenvalue problems

sci-libs / camd : Library to order a sparse matrix prior to Cholesky factorization

sci-libs / ccolamd : Constrained Column approximate minimum degree ordering algorithm

sci-libs / cholmod : Sparse Cholesky factorization and update/downdate library

sci-libs / colamd : Column approximate minimum degree ordering algorithm

sci-libs / fftw : Fast C library for the Discrete Fourier Transform

sci-libs / openblas : Optimized BLAS library based on GotoBLAS2

sci-libs / openlibm : High quality system independent, open source libm

sci-libs / spqr : Multithreaded multifrontal sparse QR factorization library

sci-libs / umfpack : Unsymmetric multifrontal sparse LU factorization library

sci-mathematics / dsfmt : Double precision SIMD-oriented Fast Mersenne Twister library

sys-libs / libunwind : Portable and efficient API to determine the call-chain of a program

sys-libs / zlib : Standard (de)compression library

virtual / blas : Virtual for FORTRAN 77 BLAS implementation

virtual / lapack : Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation

app-arch / p7zip : Port of 7-Zip archiver for Unix

app-misc / ca-certificates : Common CA Certificates PEM files

dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers

dev-libs / libgit2 : A linkable library for Git

dev-libs / libutf8proc : A clean C Library for processing UTF-8 Unicode data

dev-libs / mpfr : Library for multiple-precision floating-point computations with exact rounding

dev-util / patchelf : Small utility to modify the dynamic linker and RPATH of ELF executables

net-libs / mbedtls : Cryptographic library for embedded systems

net-misc / curl : A Client that groks URLs

sci-libs / amd : Library to order a sparse matrix prior to Cholesky factorization

sci-libs / arpack : Arnoldi package library to solve large scale eigenvalue problems

sci-libs / camd : Library to order a sparse matrix prior to Cholesky factorization

sci-libs / ccolamd : Constrained Column approximate minimum degree ordering algorithm

sci-libs / cholmod : Sparse Cholesky factorization and update/downdate library

sci-libs / colamd : Column approximate minimum degree ordering algorithm

sci-libs / fftw : Fast C library for the Discrete Fourier Transform

sci-libs / openblas : Optimized BLAS library based on GotoBLAS2

sci-libs / openlibm : High quality system independent, open source libm

sci-libs / spqr : Multithreaded multifrontal sparse QR factorization library

sci-libs / umfpack : Unsymmetric multifrontal sparse LU factorization library

sci-mathematics / dsfmt : Double precision SIMD-oriented Fast Mersenne Twister library

sys-libs / libunwind : Portable and efficient API to determine the call-chain of a program

sys-libs / zlib : Standard (de)compression library

virtual / blas : Virtual for FORTRAN 77 BLAS implementation

virtual / lapack : Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation

kde-apps / cantor : Interface for doing mathematics and scientific computing

781242
dev-lang/julia-1.6.0 build fails due to a missing library dependence in libsuitesparseconfig.so
784245
dev-lang/julia: enable polly and polly-openmp support for automatic parallelization
788943
dev-lang/julia-1.8.5-r1 does not respect CFLAGS/LDFLAGS
788946
dev-lang/julia-1.8.5-r1 installs files that contain writable and executable sections
792744
dev-lang/julia-1.6.0 when compiled with -D_GLIBCXX_ASSERTIONS: signal (6): Aborted in expression starting at none:0 gsignal at /lib64/libc.so.6
814806
dev-lang/julia-1.6.3-r1 fails tests
814809
dev-lang/julia-1.6.3 calls gfortran directly
830570
dev-lang/julia-1.8.5-r1 fails to compile: Make.inc:1207: "Attempting to build OpenBLAS or SuiteSparse without a functioning fortran compiler!"
835629
dev-lang/julia-1.7.1-r4 hangs during install
885435
dev-lang/julia-1.8.5-r1 one or more CMake variables were not used by the project
890166
dev-lang/julia-1.8.3-r2 missing libopenblas64_.so file to use Arpack_jll
894190
dev-lang/julia-1.8.3-r4 fails to compile: System library symlink failure: Unable to locate libspqr.so on your system!
905448
dev-lang/julia-1.8.5-r1 adds -Werror flag on its own
906355
dev-lang/julia-1.8.5-r1 fails to compile (MUSL-SYSTEM): raw_ostream.cpp:807:11: error: ::lseek64 has not been declared
921323
dev-lang/julia-1.8.5-r1 error: failed to decompress '.debug_aranges', zlib is not available
923882
dev-lang/julia-1.8.5-r1 fails to compile: clang++: error: unknown argument: -fno-gnu-unique
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: add missing <cstdint> includes
Thanks to Ted Rodgers for the patch! Closes: https://bugs.gentoo.org/940233 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Eli Schwartz · gentoo
dev-lang/julia: mark as LTO-unsafe
julia has many problems, at many levels. Among these, it fails to build with LTO due to various errors somewhat more inventive than the norm when it comes to LTO issues. Iteration time on building and testing it is, of course, horrifically bad as it bundles its own private LLVM. I won't even try to run the testsuite. I tried that years ago on Arch. "Flaky" doesn't even begin to describe it -- an actual passing test result sometimes took me 7 builds in a row, and one is never sure why it actually passed for once. "Fortunately", the ebuild restricts tests anyway. Needless to say, who knows if it actually works. It seems to build. Probably. At least better than when -flto is used, so that's a win. On which note, it is worth pointing out: the ebuild *tried* to filter lto, but didn't do so early enough. This change simply lifts the filter early enough that it runs before a sed inserts CFLAGS into a Makefile, so that the filter actually takes effect. Bug NOT reported upstream. Julia is a language of all time, and reporting bugs gets you nowhere except the receiving end of a thorough gaslighting. I do not volunteer for this. The software is most likely broken (LTO warnings don't indicate a flawless codebase) but I simply don't care -- it's not my problem if this programming language is broken, as long as it isn't an obstacle to other, more useful packages, being safe to build by default with LTO enabled in make.conf. Closes: https://bugs.gentoo.org/855602 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Move {dev-util → dev-build}/cmake
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34792 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alexis Praga · gentoo
dev-lang/julia: adding new version 1.9.4
Signed-off-by: Alexis Praga <alexis.praga@proton.me> Closes: https://github.com/gentoo/gentoo/pull/34314 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: add 1.9.0
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: properly pick up python
Closes: https://bugs.gentoo.org/766947 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Maciej Barć · gentoo
dev-lang/julia: patch for GCC 13
Closes: https://bugs.gentoo.org/895710 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: bump to 1.8.5
Closes: https://bugs.gentoo.org/905153 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: remove libpcre dependency
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: build libpcre
Closes: https://bugs.gentoo.org/893336 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: add ca-certificates dependency
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: link ca-certificates.crt
Closes: https://bugs.gentoo.org/888978 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: drop old 1.8.2
Closes: https://bugs.gentoo.org/876184 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: bump to 1.8.3
Uses a patch from: https://github.com/JuliaLang/julia/pull/47862 Bug: https://bugs.gentoo.org/876184 Bug: https://github.com/JuliaLang/julia/pull/47862 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: use 1 job to compile and install Julia
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-lang/julia: drop 1.7.1-r4, 1.7.3
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: bump to 1.8.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: filter LTO (type mismatch)
Closes: https://bugs.gentoo.org/855602 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: drop 1.6.5-r2
Closes: https://bugs.gentoo.org/840592 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Jose Storopoli · gentoo
dev-lang/julia: add 1.7.3
Closes: https://bugs.gentoo.org/847820 Closes: https://github.com/gentoo/gentoo/pull/25496 Signed-off-by: Jose Storopoli <jstoropoli@protonmail.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-lang/julia: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: pin curl <7.81
Closes: https://bugs.gentoo.org/834152 Closes: https://bugs.gentoo.org/835499 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-lang/julia: fix build with libgit >=1.4.0
Another patch from Arch fixing libgit2 interface Closes: https://bugs.gentoo.org/834152 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: rename patches
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Matthias Maier · gentoo
dev-lang/julia: remove old versions and patches
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Janusz Andrzejewski · gentoo
dev-lang/julia: more LLVM 13 patches for 1.7.1
- I also minimized julia-1.7.1-do_not_set_rpath.patch Bug: https://bugs.gentoo.org/819381 Closes: https://github.com/gentoo/gentoo/pull/23652 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Janusz Andrzejewski <janusz.andrzejewski@gmail.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Janusz Andrzejewski · gentoo
dev-lang/julia: ebuild maintenance, use system suitesparse
- add version constraint for libutf8proc and patchelf - add explicit option for USE_SYSTEM_LIBBLASTRAMPOLINE - actually use system libraries for suitesparse Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Janusz Andrzejewski <janusz.andrzejewski@gmail.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: version bump to 1.7.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Janusz Andrzejewski · gentoo
dev-lang/julia: julia-1.6.5 ebuild
- version bump to 1.6.5 - patches for llvm 13 compatiblity - misc patches and compilation fixes Closes: https://github.com/gentoo/gentoo/pull/23542 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Janusz Andrzejewski <janusz.andrzejewski@gmail.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Janusz Andrzejewski · gentoo
dev-lang/julia: version bump to 1.7.0
The ebuild for julia 1.7.0 with patches: - llvm 13 compatibility - libgit1.2 compatibility - avoid hardcoded libraries - do not build the library a second time - do not set rpaths Some patches come from Arch Linux. [Matthias Maier] - renamed patches - misc cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Janusz Andrzejewski <janusz.andrzejewski@gmail.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-lang/julia: fix build with glibc 2.34
Closes: https://bugs.gentoo.org/824486 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: version bump to 1.6.3
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeffrey Lin · gentoo
dev-lang/julia: remove hardcoded lib versions
Closes: https://bugs.gentoo.org/799071 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Alessandro Barbieri · gentoo
dev-lang/julia: julia doesn't work if cjk is in utf8proc
Closes: https://bugs.gentoo.org/782919 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20479 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: ebuild maintenance
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Matthias Maier · gentoo
dev-lang/julia: default enable USE=sytem-llvm
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Matthias Maier · gentoo
dev-lang/julia: drop old version 1.5.2
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeffrey Lin · gentoo
dev-lang/julia: add 1.6.0
- dSFMT patches have been upstreamed, so split that into a package used by ::science. Also use system version of dev-libs/libutf8proc. - LLVM 11 is now supported. - Add curl as a direct dependency. The ssh USE flag is not strictly required unless cloning packages over ssh, but it will suppress errors and should be relatively small. Also, p7zip is needed for Pkg. - Remove some old baggage: - dev-libs/double-conversion: compiles fine without. - dev-libs/openspecfun: compiles fine without. - net-libs/libssh2: indirect dependency; add curl[ssh] instead. - sci-mathematics/glpk: hasn't been a dependency in years. - sci-mathematics/z3: doesn't seem to be an explicit dependency. - sys-libs/readline: hasn't been a dependency in years. - No need for separate stdlibs as upstream packs them into tarball. - Delete some sed commands where the lines to be changed no longer exist. Replace a patch+sed with a single sed. - Remove QA warning suppression now that upstream allows using system compiler support libraries (proper support for this was added after the 1.6.0 release, so patch is backported). - Sync Make.user with Make.inc and move make variables there. Closes: https://bugs.gentoo.org/728726 Closes: https://bugs.gentoo.org/735764 Closes: https://bugs.gentoo.org/778503 Closes: https://bugs.gentoo.org/780444 Closes: https://bugs.gentoo.org/780642 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Patrick Lauer · gentoo
dev-lang/julia: Bump to 1.6.0
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: fix dependency
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: fix compilation
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: do not install into appdata
Closes: https://bugs.gentoo.org/747433 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Matthias Maier · gentoo
dev-lang/julia: version bump to 1.5.3
* export AR environment variable * silence warning about unused CFLAGS - julia modules are not compiled using the CFLAGS environment variable Closes: https://bugs.gentoo.org/747430 Closes: https://bugs.gentoo.org/746254 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: drop old
Closes: https://bugs.gentoo.org/746257 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: add libssh2 dependency
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: fix broken dependency
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeffrey Lin · gentoo
dev-lang/julia: version bump to 1.5.2
Closes: https://bugs.gentoo.org/741498 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Jeffrey Lin · gentoo
dev-lang/julia: make sci-visualization/gr optional
This avoids pulling in around 70 dependencies on a clean install, the bulk of them being X libraries. Closes: https://github.com/gentoo/gentoo/pull/17149 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas K. Huettel · gentoo
dev-lang/julia: Fix typo
Thanks to Xianwen Chen (陈贤文) CC: gentoo-dev@lists.gentoo.org In-Reply-To: <5f31cb3fb57b721de77ed68a2c8bb39e@chen.ac> Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas K. Huettel · gentoo
dev-lang/julia: Re-keyword 1.4.0-r2
Closes: https://bugs.gentoo.org/725862 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas K. Huettel · gentoo
dev-lang/julia: Revbump with system-llvm useflag, unkeyworded
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: really download all bundled tarballs
Closes: https://bugs.gentoo.org/716434 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: fix build and try to fix http-parser incompatibility
Closes: https://bugs.gentoo.org/716000 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: drop live ebuild
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
*/*: slotmove sys-libs/libunwind from SLOT=7 to SLOT=0
SLOT=7 does not mean much nowadays. Let's default to SLOT=0. Reported-by: Arfrever Frehtes Taifersar Arahesis Bug: https://bugs.gentoo.org/693250 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Jeffrey Lin · gentoo
dev-lang/julia: version bump to 1.4.0
Closes: https://bugs.gentoo.org/714616 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
dev-lang/julia: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
dev-lang/julia: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeffrey Lin · gentoo
dev-lang/julia: don't rename llvm tarball
Closes: https://bugs.gentoo.org/696994 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Jeffrey Lin · gentoo
dev-lang/julia: drop old 1.1.0, 1.1.1
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Jeffrey Lin · gentoo
dev-lang/julia: version bump to 1.3.0
Closes: https://bugs.gentoo.org/701330 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeffrey Lin · gentoo
dev-lang/julia: version bump to 1.2.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: [QA] remove unncesessary slash strip
Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: version bump to 1.1.1
Closes: https://github.com/gentoo/gentoo/pull/12058 Closes: https://bugs.gentoo.org/686628 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: drop old
Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Matthias Maier · gentoo
dev-lang/julia: version bump to 1.1.0
Closes: https://bugs.gentoo.org/677524 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: version bump to 1.1.0-rc1
* give up and bundle llvm-6 Bug: https://bugs.gentoo.org/665192 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Matthias Maier · gentoo
dev-lang/julia: drop old 0.6* and 0.7 versions
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Matthias Maier · gentoo
dev-lang/julia: drop old version 1.0.0
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Matthias Maier · gentoo
dev-lang/julia: version bump to 1.0.3
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeffrey Lin · gentoo
dev-lang/julia: version bump to 1.0.1
Closes: https://github.com/gentoo/gentoo/pull/10028 Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: add version 0.7
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Matthias Maier · gentoo
dev-lang/julia: Update live ebuild
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Matthias Maier · gentoo
dev-lang/julia: Update ebuild
Closes: https://github.com/gentoo/gentoo/pull/9553 Package-Manager: Portage-2.3.48, Repoman-2.3.10
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: fix terrible terrible QA violation
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: Fix dependencies
Closes: https://bugs.gentoo.org/660596 Package-Manager: Portage-2.3.48, Repoman-2.3.10
Matthias Maier · gentoo
dev-lang/julia: Update live ebuild
Bug: https://bugs.gentoo.org/660596 Package-Manager: Portage-2.3.48, Repoman-2.3.10
Matthias Maier · gentoo
dev-lang/julia: version bump to 1.0.0
Closes: https://bugs.gentoo.org/663266 Package-Manager: Portage-2.3.48, Repoman-2.3.10
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: update live ebuild
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Matthias Maier · gentoo
dev-lang/julia: drop old version 0.6.2
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Matthias Maier · gentoo
dev-lang/julia: fix library installation path
Closes: https://bugs.gentoo.org/655072 Package-Manager: Portage-2.3.41, Repoman-2.3.9
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: version bump to 0.6.3
Closes: https://bugs.gentoo.org/658196 Package-Manager: Portage-2.3.41, Repoman-2.3.9
Repository mirror & CI · gentoo
Merge updates from master
Matthias Maier · gentoo
dev-lang/julia: relax version constraint
Closes: https://bugs.gentoo.org/650940 Package-Manager: Portage-2.3.41, Repoman-2.3.9
Fabian Groffen · gentoo
dev-lang/julia: fix Prefix installation, thanks Chris Rorvick, bug #651954
Closes: https://bugs.gentoo.org/651954 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Matthias Maier · gentoo
dev-lang/julia: drop 0.6.1-r1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Matthias Maier · gentoo
dev-lang/julia: version bump to 0.6.2
* fix LLVM_MAXSLOT so that llvm/clang-4 is used for compilation Closes: https://bugs.gentoo.org/631978 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Matthias Maier · gentoo
dev-lang/julia: Update broken dependency.
Let's bring the tree into a clean state. Package-Manager: Portage-2.3.24, Repoman-2.3.6
Matthias Maier · gentoo
dev-lang/julia: update live ebuild
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Matthias Maier · gentoo
dev-lang/julia: drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Matthias Maier · gentoo
dev-lang/julia: use llvm.eclass, clean up ebuild
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Matthias Maier · gentoo
dev-lang/julia: use get_libdir...
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Matthias Maier · gentoo
dev-lang/julia: use LLVM:4
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Matthias Maier · gentoo
dev-lang/julia: version bump to 0.6.1
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Matthias Maier · gentoo
dev-lang/julia: update dependencies, drop R
Thanks to Jonas for pointing this out. Package-Manager: Portage-2.3.8, Repoman-2.3.3
Patrick Lauer · gentoo
dev-lang/julia: Disable doc fetching #628358
This is a dirty hack and most likely not a good solution. Package-Manager: Portage-2.3.10, Repoman-2.3.3
Patrick Lauer · gentoo
dev-lang/julia: Fix some build errors #628148 #628308
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Matthias Maier · gentoo
dev-lang/julia: Update live ebuild
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Matthias Maier · gentoo
dev-lang/julia: Update live ebuild
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Matthias Maier · gentoo
dev-lang/julia: update llvm dependencies
Package-Manager: Portage-2.3.6, Repoman-2.3.3
David Hicks · gentoo
dev-lang/julia: use HTTPS for GitHub and HOMEPAGE domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Matthias Maier · gentoo
dev-lang/julia: finish 0.6.0 ebuild, add git workaround
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Matthias Maier · gentoo
dev-lang/julia: add new ebuild for 0.6.0
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Patrick Lauer · gentoo
dev-lang/julia: Restrict libgit dep #616016
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Matthias Maier · gentoo
dev-lang/julia: depend on llvm-3.9 or newer, bug #597806
Package-Manager: Portage-2.3.3, Repoman-2.3.2
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Matthias Maier · gentoo
dev-lang/julia: Respect $(get_libdir) and install libjulia.so at right place
Package-Manager: portage-2.2.28
Matthias Maier · gentoo
dev-lang/julia: add a live ebuild
Package-Manager: portage-2.2.28
Matthias Maier · gentoo
dev-lang/julia: drop old versions 0.4.3, 0.4.6
Package-Manager: portage-2.2.28
Matthias Maier · gentoo
dev-lang/julia: update blas dependency
Package-Manager: portage-2.2.28
Matthias Maier · gentoo
dev-lang/julia: version bump to 0.5.0
Package-Manager: portage-2.2.28
Matthias Maier · gentoo
dev-lang/julia: version bump to 0.4.6
Package-Manager: portage-2.2.28
Michał Górny · gentoo
dev-lang/julia: Nuke old requiring llvm = 3.4*
Austin English · gentoo
dev-lang/julia: require USE=threads for sci-libs/fftw
Package-Manager: portage-2.2.26
Matthias Maier · gentoo
dev-lang/julia: Set up blas/lapack dependencies correctly, bug 572546
Package-Manager: portage-2.2.26
Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-verbump-to-0.15.0'
Pull request: https://github.com/gentoo/gentoo/pull/675
Matthias Maier · gentoo
dev-lang/julia: Update SRC_URI for 0.4.3
Package-Manager: portage-2.2.26
Matthias Maier · gentoo
dev-lang/julia: drop old 0.2* versions
Package-Manager: portage-2.2.26
Matthias Maier · gentoo
dev-lang/julia: version bump to 0.4.3 (bug 564338)
Package-Manager: portage-2.2.26
Justin Lecher · gentoo
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed