public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Honza Macháček" <Hloupy.Honza@centrum.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/abinit/
Date: Sat,  5 Feb 2011 19:22:21 +0000 (UTC)	[thread overview]
Message-ID: <728695abd8b31a2c57bcfe43d10fb2ab9293acee.honza_machacek@gentoo> (raw)

commit:     728695abd8b31a2c57bcfe43d10fb2ab9293acee
Author:     Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
AuthorDate: Sat Feb  5 19:21:51 2011 +0000
Commit:     Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
CommitDate: Sat Feb  5 19:21:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=728695ab

A simple version bump. An unsolved problem with fortran flags when USE="+netcdf -mpi" circumvented. Minor changes to reports and logs when testing

---
 sci-physics/abinit/ChangeLog                       |    8 ++++++
 sci-physics/abinit/abinit-6.4.2.ebuild             |    2 +-
 .../{abinit-6.4.2.ebuild => abinit-6.4.3.ebuild}   |   25 ++++++++++---------
 3 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/sci-physics/abinit/ChangeLog b/sci-physics/abinit/ChangeLog
index dd05ff4..94ea184 100644
--- a/sci-physics/abinit/ChangeLog
+++ b/sci-physics/abinit/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*abinit-6.4.3 (05 Feb 2011)
+
+  05 Feb 2011; Honza Macháček <Hloupy.Honza@centrum.cz> abinit-6.4.2.ebuild,
+  +abinit-6.4.3.ebuild:
+  A simple version bump. An unsolved problem with fortran flags when
+  USE="+netcdf -mpi" circumvented. Minor changes to reports and logs when
+  testing
+
   20 Jan 2011; Honza Macháček <Hloupy.Honza@centrum.cz> abinit-6.4.2.ebuild:
   The typo of getFC corrected to . By Jérôme Borme <jerome.borme@gmail.com>
 

diff --git a/sci-physics/abinit/abinit-6.4.2.ebuild b/sci-physics/abinit/abinit-6.4.2.ebuild
index fe85154..ac9a31e 100644
--- a/sci-physics/abinit/abinit-6.4.2.ebuild
+++ b/sci-physics/abinit/abinit-6.4.2.ebuild
@@ -151,7 +151,7 @@ src_configure() {
 		CC="${MY_CC}" \
 		CXX="${MY_CXX}" \
 		LD="$(tc-getLD)" \
-		FCFLAGS="${FCFLAGS:- ${FFLAGS:- -O2}} ${modules}"
+		FCFLAGS="${FCFLAGS:- ${FFLAGS:- -O2}} ${modules} -I/usr/include"
 }
 
 src_compile() {

diff --git a/sci-physics/abinit/abinit-6.4.2.ebuild b/sci-physics/abinit/abinit-6.4.3.ebuild
similarity index 90%
copy from sci-physics/abinit/abinit-6.4.2.ebuild
copy to sci-physics/abinit/abinit-6.4.3.ebuild
index fe85154..7090336 100644
--- a/sci-physics/abinit/abinit-6.4.2.ebuild
+++ b/sci-physics/abinit/abinit-6.4.3.ebuild
@@ -151,7 +151,7 @@ src_configure() {
 		CC="${MY_CC}" \
 		CXX="${MY_CXX}" \
 		LD="$(tc-getLD)" \
-		FCFLAGS="${FCFLAGS:- ${FFLAGS:- -O2}} ${modules}"
+		FCFLAGS="${FCFLAGS:- ${FFLAGS:- -O2}} ${modules} -I/usr/include"
 }
 
 src_compile() {
@@ -166,12 +166,12 @@ src_test() {
 	einfo "The tests take quite a while, on the order of 1-2 hours"
 	einfo "on an Intel Penryn (2.5 GHz)."
 	cd "${S}"/tests
-	emake tests_min
-	emake tests_paw
-	emake tests_gw
-	emake tests_gw_paw
-	emake tests tdft
-	emake tests_bench
+	emake tests_min || ewarn "Minimal tests failed"
+	emake tests_paw || ewarn "PAW tests failed"
+	emake tests_gw || ewarn "GW tests failed"
+	emake tests_gw_paw || ewarn "GW-PAW tests failed"
+	emake tests tdft || ewarn "TDFT tests failed"
+	emake tests_bench || ewarn "Benchmarks failed"
 
 	local REPORT
 	for REPORT in $(find . -name report); do
@@ -186,15 +186,15 @@ src_test() {
 	done
 
 	local testdir
-	find . -name ",,test*" -print | \
+	find . -name "tmp-test*" -print | \
 		while read testdir; do
-			if [ -e summary_tests.tar ]; then
-				tar rvf summary_tests.tar ${testdir}
-			else tar cvf summary_tests.tar ${testdir}
+			if [ -e summary_of_tests.tar ]; then
+				tar rvf summary_of_tests.tar ${testdir}
+			else tar cvf summary_of_tests.tar ${testdir}
 			fi
 		done
 
-	elog "The full test results will be installed as summary_tests.tar.bz2."
+	elog "The full test results will be installed as summary_of_tests.tar.bz2."
 	elog "Also a concise report tests_summary.txt is installed."
 }
 
@@ -204,6 +204,7 @@ src_install() {
 	if use test; then
 		dodoc tests/tests_summary.txt || ewarn "Copying tests summary failed"
 		dodoc tests/summary_tests.tar || ewarn "Copying tests results failed"
+		dodoc tests/summary_of_tests.tar || ewarn "Copying tests results failed"
 	fi
 
 	dodoc KNOWN_PROBLEMS README || die "Copying doc files failed"



             reply	other threads:[~2011-02-05 19:22 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-05 19:22 Honza Macháček [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-09 21:11 [gentoo-commits] proj/sci:master commit in: sci-physics/abinit/ Dongxu Li
2011-04-26 18:39 Dongxu Li
2011-05-10  9:54 Honza Macháček
2011-05-11 17:05 Dongxu Li
2011-06-21 11:54 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-06-29 11:31 Honza Macháček
2011-06-29 15:28 Honza Macháček
2011-09-27 12:22 Honza Macháček
2012-03-23  8:02 Honza Macháček
2012-03-23  8:16 Honza Macháček
2012-05-15  8:27 Honza Macháček
2012-05-22 19:43 Justin Lecher
2012-06-19 14:14 Honza Macháček
2013-02-22 10:15 Justin Lecher
2013-09-19 18:03 Honza Macháček
2013-09-26  9:41 ` Honza Macháček
2013-09-20  9:48 Justin Lecher
2013-09-26  9:41 Honza Macháček
2013-10-03 12:52 Honza Macháček
2014-06-27 13:54 Honza Macháček
2014-09-17 20:01 Christoph Junghans
2015-02-08 21:07 Christoph Junghans
2015-09-23 12:48 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=728695abd8b31a2c57bcfe43d10fb2ab9293acee.honza_machacek@gentoo \
    --to=hloupy.honza@centrum.cz \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox