Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 735764 - dev-lang/julia needs porting to LLVM 10
Summary: dev-lang/julia needs porting to LLVM 10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: llvm-10
  Show dependency tree
 
Reported: 2020-08-03 11:33 UTC by Michał Górny
Modified: 2021-04-08 02:31 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
julia-1.5.3:20210309-220311.log.bz2 (julia-1.5.3:20210309-220311.log.bz2,150.12 KB, application/octet-stream)
2021-03-10 07:18 UTC, Bernd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-08-03 11:33:48 UTC
Currently declaring support for at most LLVM 9.
Comment 1 Matthias Maier gentoo-dev 2020-10-02 17:48:52 UTC
Upstream currently only supports LLVM 9 in Julia up to 1.5.2. Support for LLVM 10 is ongoing on master. We will have to wait a bit for Julia 1.6 to be released I guess. There is really not much we can do (on distribution level) about it...
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-12-10 08:58:08 UTC
Maintainer ping.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-03-06 12:22:39 UTC
dilfridge reports that it doesn't work anyway, so I'll mask julia[system-llvm] for now.
Comment 4 Bernd 2021-03-10 07:17:43 UTC
I couldn't get dev-lang/julia-1.5.3 to build with shipped llvm. I couldn't understand the error properly and search for error and Failed didn't bring me any further. Gonna attach a build log.
Comment 5 Bernd 2021-03-10 07:18:36 UTC
Created attachment 690420 [details]
julia-1.5.3:20210309-220311.log.bz2

compressed due to size
Comment 6 Oleg 2021-03-26 18:30:18 UTC
Julia 1.6 with LLVM 11.0.1 was released.
Comment 7 Larry the Git Cow gentoo-dev 2021-04-08 02:31:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9eec87f0441f022f4851e4d78813d835f25528f

commit f9eec87f0441f022f4851e4d78813d835f25528f
Author:     Jeffrey Lin <jeffrey@icurse.nl>
AuthorDate: 2021-03-28 06:15:34 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2021-04-08 02:05:37 +0000

    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>

 dev-lang/julia/Manifest                            |   3 -
 .../julia/files/julia-1.6.0-fix-system-csl.patch   | 271 +++++++++++++++++++++
 dev-lang/julia/julia-1.6.0.ebuild                  | 103 +++-----
 3 files changed, 303 insertions(+), 74 deletions(-)