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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
# ChangeLog for sci-physics/abinit
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/ChangeLog,v 1.16 2011/06/21 14:43:39 jlec Exp $
21 Jun 2011; Justin Lecher <jlec@gentoo.org> abinit-6.0.4.ebuild:
Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> abinit-6.0.4.ebuild:
Added fortran-2.eclass support
18 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> -abinit-5.3.4.ebuild,
-abinit-5.4.4.ebuild, -abinit-5.4.4-r1.ebuild,
-files/abinit-5.4.4-test.patch, -files/5.2.3-fix-64bit-detection.patch,
-files/5.3.4-change-default-directories.patch:
Drop old
16 Dec 2010; Justin Lecher <jlec@gentoo.org> abinit-5.3.4.ebuild,
abinit-5.4.4.ebuild, abinit-5.4.4-r1.ebuild:
Removal of fortran.eclass, #348851
16 Jul 2010; Sébastien Fabbro <bicatali@gentoo.org> abinit-6.0.4.ebuild:
Removed fortran eclass use. Now really use autotools, propagate mpi
variables, and re-added missing netcdf flag. Also use the Gentoo
blas/lapack infrastructure.
*abinit-6.0.4 (26 Jun 2010)
26 Jun 2010; Justin Lecher <jlec@gentoo.org>
+files/6.0.4-change-default-directories.patch, +files/6.0.4-test.patch,
+abinit-6.0.4.ebuild, metadata.xml:
Version Bump
*abinit-5.4.4-r1 (18 Dec 2009)
18 Dec 2009; Markus Dittrich <markusle@gentoo.org>
+abinit-5.4.4-r1.ebuild, +files/abinit-5.4.4-test.patch:
Updated ebuild so it honors CFLAGS/FFLAGS and installs docs
properly (fixes bug#297195).
*abinit-5.4.4 (05 Jul 2008)
05 Jul 2008; Donnie Berkholz <dberkholz@gentoo.org>; +abinit-5.4.4.ebuild:
(#223111) Bump, fix various compilation issues of the older version with
newer autotools. Keyword ~amd64.
31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>;
-files/5.2.3-change-default-directories.patch, -abinit-5.2.3.ebuild:
Clean up.
*abinit-5.3.4 (09 May 2007)
09 May 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+files/5.3.4-change-default-directories.patch, +abinit-5.3.4.ebuild:
Bump.
18 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>;
-files/fix-64bit-detection.patch,
-files/5.1.3-fix-blas-lapack-check.patch,
-files/change-default-directories.patch, -files/fix-test-tarball.patch,
-abinit-5.1.3.ebuild:
Pull old version.
*abinit-5.2.3 (18 Oct 2006)
18 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+files/5.2.3-fix-64bit-detection.patch,
+files/5.2.3-change-default-directories.patch, +abinit-5.2.3.ebuild:
Bump. This is the first release in the 5.x series officially considered
ready for production use.
07 Jul 2006; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
Update to my new email address.
02 Jul 2006; Luis Medinas <metalgod@gentoo.org> metadata.xml:
Update metadata to sci-physics.
02 Jul 2006; Luis Medinas <metalgod@gentoo.org>
+files/fix-64bit-detection.patch,
+files/5.1.3-fix-blas-lapack-check.patch,
+files/change-default-directories.patch, +files/fix-test-tarball.patch,
+metadata.xml, +abinit-5.1.3.ebuild:
Moved from sci-chemistry/abinit to sci-physics/abinit.
*abinit-5.1.3 (04 Jun 2006)
04 Jun 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+files/fix-64bit-detection.patch,
+files/5.1.3-fix-blas-lapack-check.patch,
+files/change-default-directories.patch, +files/fix-test-tarball.patch,
+metadata.xml, +abinit-5.1.3.ebuild:
New package for ab initio calculations using density functional theory.
Requires gcc 4.1 to build, which is why I haven't added it until now.
|