Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677524 - dev-lang/julia-1.1.0 version bump
Summary: dev-lang/julia-1.1.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2019-02-09 08:04 UTC by Oleg
Modified: 2019-02-24 03:12 UTC (History)
4 users (show)

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


Attachments
julia-1.1.0.ebuild (julia-1.1.0.ebuild,5.18 KB, text/plain)
2019-02-09 08:04 UTC, Oleg
Details
fix llvm installation (julia-1.1.0-fix_llvm_install.patch,680 bytes, patch)
2019-02-09 08:05 UTC, Oleg
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg 2019-02-09 08:04:29 UTC
Created attachment 564272 [details]
julia-1.1.0.ebuild

https://github.com/JuliaLang/julia/releases/tag/v1.1.0

Fixed issue with llvm
Comment 1 Oleg 2019-02-09 08:05:10 UTC
Created attachment 564274 [details, diff]
fix llvm installation
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-02-09 11:53:56 UTC
Comment on attachment 564272 [details]
julia-1.1.0.ebuild

--- julia-1.1.0_rc1.ebuild      2019-01-07 23:17:48.170151885 +0100
+++ -   2019-02-09 12:53:34.994614056 +0100
@@ -61,6 +61,7 @@

 PATCHES=(
        "${FILESDIR}"/${PN}-1.1.0-fix_build_system.patch
+       "${FILESDIR}"/${PN}-1.1.0-fix_llvm_install.patch
 )

 S="${WORKDIR}/${PN}-${MY_PV}"
Comment 3 Larry the Git Cow gentoo-dev 2019-02-24 03:12:10 UTC
The bug has been closed via the following commit(s):

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

commit 922bc6021790baf5ca6cb2fd649167d58ba0cbda
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2019-02-24 02:07:29 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2019-02-24 03:11:42 +0000

    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>

 dev-lang/julia/Manifest                                   |  2 +-
 dev-lang/julia/files/julia-1.1.0-fix_llvm_install.patch   | 15 +++++++++++++++
 .../julia/{julia-1.1.0_rc1.ebuild => julia-1.1.0.ebuild}  |  3 ++-
 3 files changed, 18 insertions(+), 2 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit 4ed106ed91bf31746c67c95d4dbffe96935729ef
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2019-02-24 02:05:46 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2019-02-24 03:11:41 +0000

    dev-lang/julia-bin: version bump to 1.1.0
    
    Bug: 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-bin/Manifest               |  3 +++
 dev-lang/julia-bin/julia-bin-1.1.0.ebuild | 40 +++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)