summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/julia: remove unused patchMichael Mair-Keimberger2021-04-151-53/+0
| | | | | | | 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>
* dev-lang/julia: ebuild maintenanceMatthias Maier2021-04-072-7/+9
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: default enable USE=sytem-llvmMatthias Maier2021-04-071-1/+1
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: drop old version 1.5.2Matthias Maier2021-04-072-210/+0
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: update metadataMatthias Maier2021-04-071-6/+6
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: add maintainerJeffrey Lin2021-04-071-1/+5
| | | | | Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: add 1.6.0Jeffrey Lin2021-04-073-74/+303
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* dev-lang/julia: Bump to 1.6.0Patrick Lauer2021-04-053-0/+275
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-lang/julia: fix dependencyMatthias Maier2020-12-251-1/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: fix compilationMatthias Maier2020-12-252-5/+5
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: do not install into appdataMatthias Maier2020-12-252-0/+6
| | | | | | Closes: https://bugs.gentoo.org/747433 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: version bump to 1.5.3Matthias Maier2020-12-252-0/+211
| | | | | | | | | | | | * 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>
* dev-lang/julia: drop oldMatthias Maier2020-12-255-811/+0
| | | | | | Closes: https://bugs.gentoo.org/746257 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: add libssh2 dependencyMatthias Maier2020-12-034-0/+4
| | | | | Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: fix broken dependencyMatthias Maier2020-10-021-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: version bump to 1.5.2Jeffrey Lin2020-10-022-0/+208
| | | | | | | 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>
* dev-lang/julia: make sci-visualization/gr optionalJeffrey Lin2020-10-021-1/+4
| | | | | | | | | | | 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>
* dev-lang/julia: Fix typoAndreas K. Huettel2020-07-011-1/+1
| | | | | | | | | 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>
* dev-lang/julia: Re-keyword 1.4.0-r2Andreas K. Huettel2020-06-221-2/+6
| | | | | | 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>
* dev-lang/julia: Revbump with system-llvm useflag, unkeywordedAndreas K. Huettel2020-06-213-0/+204
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
* dev-lang/julia: really download all bundled tarballsMatthias Maier2020-04-072-2/+8
| | | | | | Closes: https://bugs.gentoo.org/716434 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: fix build and try to fix http-parser incompatibilityMatthias Maier2020-04-042-3/+16
| | | | | | Closes: https://bugs.gentoo.org/716000 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: drop live ebuildMatthias Maier2020-04-022-280/+0
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: version bump to 1.4.0Jeffrey Lin2020-04-023-0/+186
| | | | | | Closes: https://bugs.gentoo.org/714616 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* */*: slotmove sys-libs/libunwind from SLOT=7 to SLOT=0Sergei Trofimovich2020-04-013-3/+3
| | | | | | | | 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>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-113-3/+3
| | | | | | | 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>
* dev-lang/julia: [QA] Fix UnnecessarySlashStripDavid Seifert2020-02-081-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-lang/julia: [QA] Fix UnnecessarySlashStripDavid Seifert2020-02-082-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-lang/julia: don't rename llvm tarballJeffrey Lin2019-12-103-3/+3
| | | | | Closes: https://bugs.gentoo.org/696994 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: drop old 1.1.0, 1.1.1Jeffrey Lin2019-12-103-399/+0
| | | | | | 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>
* dev-lang/julia: version bump to 1.3.0Jeffrey Lin2019-12-102-0/+203
| | | | | | | 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>
* dev-lang/julia: version bump to 1.2.0Jeffrey Lin2019-09-212-0/+202
| | | | | | 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>
* dev-lang/julia: [QA] remove unncesessary slash stripMatthias Maier2019-08-053-4/+4
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: version bump to 1.1.1Matthias Maier2019-05-252-0/+199
| | | | | | | 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>
* dev-lang/julia: drop oldMatthias Maier2019-02-233-288/+0
| | | | | Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: version bump to 1.1.0Matthias Maier2019-02-233-2/+18
| | | | | | Closes: https://bugs.gentoo.org/677524 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: version bump to 1.1.0-rc1Matthias Maier2019-01-073-0/+253
| | | | | | | | * 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>
* dev-lang/julia: drop old 0.6* and 0.7 versionsMatthias Maier2019-01-075-575/+0
| | | | | Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: fix live ebuildMatthias Maier2019-01-071-19/+48
| | | | | | Closes: https://bugs.gentoo.org/673980 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: drop old version 1.0.0Matthias Maier2019-01-073-288/+0
| | | | | Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: version bump to 1.0.3Matthias Maier2019-01-073-0/+287
| | | | | Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-lang/julia: version bump to 1.0.1Jeffrey Lin2018-10-062-2/+2
| | | | | | | 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>
* dev-lang/julia: add version 0.7Matthias Maier2018-09-032-0/+202
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-lang/julia: Update live ebuildMatthias Maier2018-09-031-24/+23
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-lang/julia: Update ebuildMatthias Maier2018-09-034-57/+157
| | | | | Closes: https://github.com/gentoo/gentoo/pull/9553 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-lang/julia: fix terrible terrible QA violationMatthias Maier2018-08-301-1/+0
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-lang/julia: version bump to 1.0.0Matthias Maier2018-08-303-0/+279
| | | | | Closes: https://bugs.gentoo.org/663266 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-lang/julia: Fix dependenciesMatthias Maier2018-08-301-1/+4
| | | | | Closes: https://bugs.gentoo.org/660596 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-lang/julia: Update live ebuildMatthias Maier2018-08-301-2/+18
| | | | | Bug: https://bugs.gentoo.org/660596 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-lang/julia: take over maintainership, this time for real...Matthias Maier2018-08-271-3/+7
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10