summaryrefslogtreecommitdiff
path: root/dev-lang/julia/files
AgeCommit message (Collapse)Author
2025-05-14dev-lang/julia: drop -Werror for mbedtls; respect AR/CC/CXX moreSam James
Bug: https://bugs.gentoo.org/905448 Closes: https://bugs.gentoo.org/955903 Signed-off-by: Sam James <sam@gentoo.org>
2024-11-03dev-lang/julia: add missing <cstdint> includesMatthias Maier
Thanks to Ted Rodgers for the patch! Closes: https://bugs.gentoo.org/940233 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2023-12-17dev-lang/julia: adding new version 1.9.4Alexis Praga
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>
2023-05-02dev-lang/julia: patch for GCC 13Maciej Barć
Closes: https://bugs.gentoo.org/895710 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2022-12-10dev-lang/julia: bump to 1.8.3Maciej Barć
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>
2022-10-28dev-lang/julia: drop 1.7.1-r4, 1.7.3Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-06-07dev-lang/julia: remove unused patchMichael Mair-Keimberger
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25794 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2022-06-06dev-lang/julia: drop 1.6.5-r2Matthias Maier
Closes: https://bugs.gentoo.org/840592 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2022-04-25dev-lang/julia: remove unused patchMichael Mair-Keimberger
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25199 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2022-04-24dev-lang/julia: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-03-17dev-lang/julia: fix build with libgit >=1.4.0Maciej Barć
Another patch from Arch fixing libgit2 interface Closes: https://bugs.gentoo.org/834152 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2022-01-05dev-lang/julia: rename patchesMatthias Maier
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2022-01-05dev-lang/julia: remove old versions and patchesMatthias Maier
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2022-01-05dev-lang/julia: more LLVM 13 patches for 1.7.1Janusz Andrzejewski
- 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>
2022-01-03dev-lang/julia: julia-1.6.5 ebuildJanusz Andrzejewski
- 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>
2022-01-03dev-lang/julia: version bump to 1.7.0Janusz Andrzejewski
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>
2021-11-19dev-lang/julia: fix build with glibc 2.34Sam James
Closes: https://bugs.gentoo.org/824486 Signed-off-by: Sam James <sam@gentoo.org>
2021-11-18dev-lang/julia: remove hardcoded lib versionsJeffrey Lin
Closes: https://bugs.gentoo.org/799071 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2021-04-15dev-lang/julia: remove unused patchMichael Mair-Keimberger
Closes: https://github.com/gentoo/gentoo/pull/20329 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2021-04-07dev-lang/julia: add 1.6.0Jeffrey Lin
- 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>
2021-04-05dev-lang/julia: Bump to 1.6.0Patrick Lauer
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
2020-04-02dev-lang/julia: drop live ebuildMatthias Maier
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2020-04-02dev-lang/julia: version bump to 1.4.0Jeffrey Lin
Closes: https://bugs.gentoo.org/714616 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2019-02-23dev-lang/julia: drop oldMatthias Maier
Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2019-02-23dev-lang/julia: version bump to 1.1.0Matthias Maier
Closes: https://bugs.gentoo.org/677524 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2019-01-07dev-lang/julia: version bump to 1.1.0-rc1Matthias Maier
* 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>
2019-01-07dev-lang/julia: drop old 0.6* and 0.7 versionsMatthias Maier
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2019-01-07dev-lang/julia: fix live ebuildMatthias Maier
Closes: https://bugs.gentoo.org/673980 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2019-01-07dev-lang/julia: drop old version 1.0.0Matthias Maier
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2019-01-07dev-lang/julia: version bump to 1.0.3Matthias Maier
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2018-09-03dev-lang/julia: Update ebuildMatthias Maier
Closes: https://github.com/gentoo/gentoo/pull/9553 Package-Manager: Portage-2.3.48, Repoman-2.3.10
2018-08-30dev-lang/julia: version bump to 1.0.0Matthias Maier
Closes: https://bugs.gentoo.org/663266 Package-Manager: Portage-2.3.48, Repoman-2.3.10
2018-06-30dev-lang/julia: update live ebuildMatthias Maier
Package-Manager: Portage-2.3.41, Repoman-2.3.9
2018-06-30dev-lang/julia: drop old version 0.6.2Matthias Maier
Package-Manager: Portage-2.3.41, Repoman-2.3.9
2018-06-30dev-lang/julia: fix library installation pathMatthias Maier
Closes: https://bugs.gentoo.org/655072 Package-Manager: Portage-2.3.41, Repoman-2.3.9
2017-12-06dev-lang/julia: remove unused fileMichael Mair-Keimberger
Closes: https://github.com/gentoo/gentoo/pull/6410
2017-11-28dev-lang/julia: drop oldMatthias Maier
Package-Manager: Portage-2.3.16, Repoman-2.3.6
2017-09-15dev-lang/julia: Update live ebuildMatthias Maier
Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-07-18dev-lang/julia: add new ebuild for 0.6.0Matthias Maier
Package-Manager: Portage-2.3.6, Repoman-2.3.2
2016-09-24dev-lang/julia: add a live ebuildMatthias Maier
Package-Manager: portage-2.2.28
2016-09-24dev-lang/julia: drop old versions 0.4.3, 0.4.6Matthias Maier
Package-Manager: portage-2.2.28
2016-09-20dev-lang/julia: version bump to 0.5.0Matthias Maier
Package-Manager: portage-2.2.28
2016-09-09dev-lang/julia: version bump to 0.4.6Matthias Maier
Package-Manager: portage-2.2.28
2016-01-16dev-lang/julia: drop old 0.2* versionsMatthias Maier
Package-Manager: portage-2.2.26
2016-01-16dev-lang/julia: version bump to 0.4.3 (bug 564338)Matthias Maier
Package-Manager: portage-2.2.26
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
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