commit: 0b3b0e02bf6e7630c5b71b8f1f90bd547626c697
Author: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
AuthorDate: Wed Jan 11 15:22:57 2017 +0000
Commit: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
CommitDate: Wed Jan 11 15:22:57 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0b3b0e02
Versions of sci-libs/libxc bumped to 2.1.3 (legacy monolitic library) and 2.2.3
(separate C, and F90 libraries). Added sci-libs/libxc-3.0.0 (separate C, F90,
and F03 libraries).
Package-Manager: Portage-2.3.2, Repoman-2.3.1
.../{libxc-2.1.2.ebuild => libxc-2.1.3.ebuild} | 4 ++--
.../{libxc-2.2.2.ebuild => libxc-2.2.3.ebuild} | 4 ++--
.../{libxc-2.1.2.ebuild => libxc-3.0.0.ebuild} | 4 ++--
sci-libs/libxc/metadata.xml | 23 ++++++++++++++++++++++
4 files changed, 29 insertions(+), 6 deletions(-)
diff --git a/sci-libs/libxc/libxc-2.1.2.ebuild
b/sci-libs/libxc/libxc-2.1.3.ebuild
similarity index 92%
copy from sci-libs/libxc/libxc-2.1.2.ebuild
copy to sci-libs/libxc/libxc-2.1.3.ebuild
index cc3c091..a15d5cd 100644
--- a/sci-libs/libxc/libxc-2.1.2.ebuild
+++ b/sci-libs/libxc/libxc-2.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ inherit autotools-utils flag-o-matic fortran-2 multilib
MY_P=${P//_/-}
DESCRIPTION="A library of exchange-correlation functionals for use in DFT"
-HOMEPAGE="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc"
+HOMEPAGE="http://octopus-code.org/wiki/Libxc"
SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
diff --git a/sci-libs/libxc/libxc-2.2.2.ebuild
b/sci-libs/libxc/libxc-2.2.3.ebuild
similarity index 92%
rename from sci-libs/libxc/libxc-2.2.2.ebuild
rename to sci-libs/libxc/libxc-2.2.3.ebuild
index cc3c091..a15d5cd 100644
--- a/sci-libs/libxc/libxc-2.2.2.ebuild
+++ b/sci-libs/libxc/libxc-2.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ inherit autotools-utils flag-o-matic fortran-2 multilib
MY_P=${P//_/-}
DESCRIPTION="A library of exchange-correlation functionals for use in DFT"
-HOMEPAGE="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc"
+HOMEPAGE="http://octopus-code.org/wiki/Libxc"
SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
diff --git a/sci-libs/libxc/libxc-2.1.2.ebuild
b/sci-libs/libxc/libxc-3.0.0.ebuild
similarity index 92%
rename from sci-libs/libxc/libxc-2.1.2.ebuild
rename to sci-libs/libxc/libxc-3.0.0.ebuild
index cc3c091..a15d5cd 100644
--- a/sci-libs/libxc/libxc-2.1.2.ebuild
+++ b/sci-libs/libxc/libxc-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ inherit autotools-utils flag-o-matic fortran-2 multilib
MY_P=${P//_/-}
DESCRIPTION="A library of exchange-correlation functionals for use in DFT"
-HOMEPAGE="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc"
+HOMEPAGE="http://octopus-code.org/wiki/Libxc"
SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
diff --git a/sci-libs/libxc/metadata.xml b/sci-libs/libxc/metadata.xml
index 8425c0d..b667145 100644
--- a/sci-libs/libxc/metadata.xml
+++ b/sci-libs/libxc/metadata.xml
@@ -5,4 +5,27 @@
<email>[email protected]</email>
<name>Gentoo Science Project</name>
</maintainer>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Honza Macháček</name>
+ </maintainer>
+ <longdescription lang="en">
+ Libxc is a library of exchange-correlation functionals for
density-functional theory.
+ The aim is to provide a portable, well tested and reliable set of exchange
and correlation
+ functionals that can be used by all the ETSF codes and also other codes.
+
+ In Libxc you can find different types of functionals: LDA, GGA, hybrids,
and mGGA (experimental).
+ These functionals depend on local information, in the sense that the value
of the potential
+ at a given point depends only on the values of the density -- and the
gradient of the density
+ and the kinetic energy density, for the GGA and mGGA cases.
+
+ It can calculate the functional itself and its derivative; for some
functionals,
+ higher-order derivatives are available.
+
+ Libxc is written in C and has Fortran bindings. It is released under the
LGPL license (v. 3.0).
+ Contributions are welcome.
+ </longdescription>
+ <upstream>
+ <doc>http://octopus-code.org/wiki/Libxc:manual</doc>
+ </upstream>
</pkgmetadata>