* [gentoo-commits] gentoo-x86 commit in sci-chemistry/gamess: metadata.xml ChangeLog gamess-20101001.1.ebuild
@ 2010-12-07 23:53 Alexey Shvetsov (alexxy)
0 siblings, 0 replies; only message in thread
From: Alexey Shvetsov (alexxy) @ 2010-12-07 23:53 UTC (permalink / raw
To: gentoo-commits
alexxy 10/12/07 23:53:38
Modified: metadata.xml ChangeLog gamess-20101001.1.ebuild
Log:
[sci-chemistry/gamess] Make neo optional also fix qmmm compilation
(Portage version: 2.2.0_alpha7_p1/cvs/Linux x86_64)
Revision Changes Path
1.6 sci-chemistry/gamess/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/metadata.xml?r1=1.5&r2=1.6
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml 22 Apr 2009 13:07:57 -0000 1.5
+++ metadata.xml 7 Dec 2010 23:53:35 -0000 1.6
@@ -11,6 +11,7 @@
</maintainer>
<herd>sci-chemistry</herd>
<use>
+ <flag name='neo'>Enable NEO for nuclear basis support</flag>
<flag name='qmmm-tinker'>Enable tinker qmmm code</flag>
</use>
</pkgmetadata>
1.44 sci-chemistry/gamess/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 7 Dec 2010 17:52:17 -0000 1.43
+++ ChangeLog 7 Dec 2010 23:53:35 -0000 1.44
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/gamess
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/ChangeLog,v 1.43 2010/12/07 17:52:17 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/ChangeLog,v 1.44 2010/12/07 23:53:35 alexxy Exp $
+
+ 07 Dec 2010; Alexey Shvetsov <alexxy@gentoo.org> gamess-20101001.1.ebuild,
+ +files/gamess-qmmm-tinker-fix-idate.patch, metadata.xml:
+ Make neo optional also fix qmmm compilation
*gamess-20101001.1 (07 Dec 2010)
1.2 sci-chemistry/gamess/gamess-20101001.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/gamess-20101001.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/gamess-20101001.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/gamess-20101001.1.ebuild?r1=1.1&r2=1.2
Index: gamess-20101001.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20101001.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gamess-20101001.1.ebuild 7 Dec 2010 17:52:17 -0000 1.1
+++ gamess-20101001.1.ebuild 7 Dec 2010 23:53:37 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20101001.1.ebuild,v 1.1 2010/12/07 17:52:17 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20101001.1.ebuild,v 1.2 2010/12/07 23:53:37 alexxy Exp $
EAPI="3"
@@ -20,7 +20,7 @@
# new version comes out the stable version will be useless since
# users can not get at the tarball any more.
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="hardened mpi qmmm-tinker"
+IUSE="hardened mpi neo qmmm-tinker"
RESTRICT="fetch"
@@ -122,10 +122,13 @@
fi
# enable NEO
- sed -e "s:NEO=false:NEO=true:" -i compall lked || \
- die "Failed to enable NEO code"
+ if use neo; then
+ sed -e "s:NEO=false:NEO=true:" -i compall lked || \
+ die "Failed to enable NEO code"
+ fi
# enable GAMESS-qmmm
if use qmmm-tinker; then
+ epatch "${FILESDIR}/${PN}-qmmm-tinker-fix-idate.patch"
sed -e "s:TINKER=false:TINKER=true:" -i compall lked || \
die "Failed to enable TINKER code"
if [ "x$QMMM_GAMESS_MAXMM" == "x" ]; then
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-07 23:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-07 23:53 [gentoo-commits] gentoo-x86 commit in sci-chemistry/gamess: metadata.xml ChangeLog gamess-20101001.1.ebuild Alexey Shvetsov (alexxy)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox