commit: d046b4556632510e2c13ab9e775fc2f4274285f5
Author: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
AuthorDate: Mon Mar 2 12:19:34 2015 +0000
Commit: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
CommitDate: Mon Mar 2 12:19:34 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d046b455
In sci-chemistry/nwchem-6.5_p26243-r7, 2 more upstream patches added (Hnd_rys
and Tddft_grad)
Package-Manager: portage-2.2.15
---
sci-chemistry/nwchem/ChangeLog | 6 ++++++
.../{nwchem-6.5_p26243-r6.ebuild => nwchem-6.5_p26243-r7.ebuild} | 6 ++++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/nwchem/ChangeLog b/sci-chemistry/nwchem/ChangeLog
index 9b16e00..8b67f43 100644
--- a/sci-chemistry/nwchem/ChangeLog
+++ b/sci-chemistry/nwchem/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*nwchem-6.5_p26243-r7 (02 Mar 2015)
+
+ 02 Mar 2015; Honza Macháček <[email protected]>
+ -nwchem-6.5_p26243-r6.ebuild, +nwchem-6.5_p26243-r7.ebuild:
+ 2 more upstream patches added (Hnd_rys and Tddft_grad)
+
*nwchem-6.5_p26243-r6 (16 Feb 2015)
16 Feb 2015; Honza Macháček <[email protected]>
diff --git a/sci-chemistry/nwchem/nwchem-6.5_p26243-r6.ebuild
b/sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild
similarity index 97%
rename from sci-chemistry/nwchem/nwchem-6.5_p26243-r6.ebuild
rename to sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild
index 118d6a5..e697b53 100644
--- a/sci-chemistry/nwchem/nwchem-6.5_p26243-r6.ebuild
+++ b/sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild
@@ -25,7 +25,9 @@
SRC_URI="http://www.nwchem-sw.org/images/Nwchem-${PV%_p*}.revision${PV#*_p}-src.
http://www.nwchem-sw.org/images/Ifort15_fpp_offload.patch.gz
http://www.nwchem-sw.org/images/Texas_iorb.patch.gz
http://www.nwchem-sw.org/images/Dmapp_inc.patch.gz
- http://www.nwchem-sw.org/images/Print1e.patch.gz"
+ http://www.nwchem-sw.org/images/Print1e.patch.gz
+ http://www.nwchem-sw.org/images/Hnd_rys.patch.gz
+ http://www.nwchem-sw.org/images/Tddft_grad.patch.gz"
LICENSE="ECL-2.0"
SLOT="0"
@@ -111,7 +113,7 @@ src_unpack() {
src_prepare() {
pushd "${S}"/src
- for p in Util_md_sockets Hbar Tcenxtask Parallelmpi
Makefile_gcc4x Bcast_ccsd Elpa_syncs Xlmpoles_ifort15 Ifort15_fpp_offload
Texas_iorb Dmapp_inc Print1e
+ for p in Util_md_sockets Hbar Tcenxtask Parallelmpi
Makefile_gcc4x Bcast_ccsd Elpa_syncs Xlmpoles_ifort15 Ifort15_fpp_offload
Texas_iorb Dmapp_inc Print1e Hnd_rys Tddft_grad
do epatch "${WORKDIR}"/"${p}.patch"
done
cd NWints/hondo