1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# ChangeLog for dev-lang/julia
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/julia/ChangeLog,v 1.15 2014/08/21 09:04:56 patrick Exp $
*julia-0.3.0 (21 Aug 2014)
21 Aug 2014; Patrick Lauer <patrick@gentoo.org> +julia-0.3.0.ebuild,
julia-0.2.1-r2.ebuild:
Bump, some new dependencies, some more makefile breakage ...
*julia-0.2.1-r2 (04 Jul 2014)
04 Jul 2014; Patrick Lauer <patrick@gentoo.org> +julia-0.2.1-r2.ebuild,
-julia-0.2.1-r1.ebuild, -julia-0.2.1.ebuild:
Remove things that break compilation #515068
03 Jul 2014; Sébastien Fabbro <bicatali@gentoo.org> julia-0.2.1-r1.ebuild:
Install properly for prefix
25 Jun 2014; Patrick Lauer <patrick@gentoo.org> julia-0.2.1-r1.ebuild:
Fix llvm dependency #515062
25 Jun 2014; Patrick Lauer <patrick@gentoo.org> julia-0.2.1-r1.ebuild:
Add missing camd dependency
*julia-0.2.1-r1 (25 Jun 2014)
25 Jun 2014; Patrick Lauer <patrick@gentoo.org>
+files/julia-0.2.1-patchelf.patch, +julia-0.2.1-r1.ebuild:
Fix patchelf detection #515058
25 Jun 2014; Patrick Lauer <patrick@gentoo.org> julia-0.2.1.ebuild:
Restrict parallel building #514882
*julia-0.2.1 (02 Apr 2014)
02 Apr 2014; Sébastien Fabbro <bicatali@gentoo.org> +files/63julia-gentoo.el,
+files/julia-0.2.1-readline63.patch, +julia-0.2.1.ebuild, metadata.xml:
Version bump. Refactored ebuild to use more system dependencies, cleanup, add
emacs support, readline-6.3 patch, better prefix support. Add sci as herd and
longdescription.
14 Mar 2014; Denis Dupeyron <calchan@gentoo.org> julia-0.2.0-r1.ebuild:
Fixed confusing comment, bug #502482.
26 Feb 2014; Mark Wright <gienah@gentoo.org> julia-0.2.0-r1.ebuild:
Fix for bug #501868 requires pkg-config --libs-only-l blas
*julia-0.2.0-r1 (26 Feb 2014)
26 Feb 2014; Mark Wright <gienah@gentoo.org> +julia-0.2.0-r1.ebuild:
Add 0.2.0-r1 with calchan's fix for bug #501868 and USE_BLAS64=0. paxmark m
executables during build for Gentoo hardened. Tweak for multilib-strict.
26 Feb 2014; Patrick Lauer <patrick@gentoo.org> julia-0.2.0.ebuild:
Revert changes that break build #501868
25 Feb 2014; Denis Dupeyron <calchan@gentoo.org> julia-0.2.0.ebuild:
Fixed bug #501868 as well as general brokenness.
09 Jan 2014; Patrick Lauer <patrick@gentoo.org> julia-0.2.0.ebuild:
Fix homepage
*julia-0.2.0 (25 Nov 2013)
25 Nov 2013; Patrick Lauer <patrick@gentoo.org> +julia-0.2.0.ebuild,
+metadata.xml:
Initial import, ebuild by me. Needs some more cleanups, but is kinda mostly
working
|