aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHonza Macháček <Hloupy.Honza@centrum.cz>2012-03-23 09:16:21 +0100
committerHonza Macháček <Hloupy.Honza@centrum.cz>2012-03-23 09:16:21 +0100
commit4f0bd93b2e92df9c7a521668572e2610961b8fcc (patch)
treeaad08f8971931eaa5925308b18fd674efd1c8250
parentsci-physics/abinit metadata updated (libabinit USE flag), sci-physics/abinit-... (diff)
downloadsci-4f0bd93b2e92df9c7a521668572e2610961b8fcc.tar.gz
sci-4f0bd93b2e92df9c7a521668572e2610961b8fcc.tar.bz2
sci-4f0bd93b2e92df9c7a521668572e2610961b8fcc.zip
sci-physics/abinit-6.12.1 fortran setup improvement corrected, gui preparation corrected
-rw-r--r--sci-physics/abinit/ChangeLog3
-rw-r--r--sci-physics/abinit/abinit-6.12.1.ebuild7
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-physics/abinit/ChangeLog b/sci-physics/abinit/ChangeLog
index 7255b062d..5af127920 100644
--- a/sci-physics/abinit/ChangeLog
+++ b/sci-physics/abinit/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Mar 2012; Honza Macháček <Hloupy.Honza@centrum.cz> abinit-6.12.1.ebuild:
+ Fortran setup improvement in 6.12.1 ebuild corrected, gui preparation corrected.
+
23 Mar 2012; Honza Macháček <Hloupy.Honza@centrum.cz> abinit-6.12.1.ebuild,
metadata.xml:
Metadata updated, fortran setup in 6.12.1 ebuild improved.
diff --git a/sci-physics/abinit/abinit-6.12.1.ebuild b/sci-physics/abinit/abinit-6.12.1.ebuild
index 653a6ec03..59f0f98b8 100644
--- a/sci-physics/abinit/abinit-6.12.1.ebuild
+++ b/sci-physics/abinit/abinit-6.12.1.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
-inherit autotools-utils fortran-2 multilib toolchain-funcs
+inherit autotools-utils flag-o-matic fortran-2 multilib toolchain-funcs
DESCRIPTION="Find total energy, charge density and electronic structure using density functional theory"
HOMEPAGE="http://www.abinit.org/"
@@ -116,9 +116,8 @@ src_prepare() {
if use gui; then
epatch "${FILESDIR}"/6.12.1-gui-conf.patch
-# pushd "${S}"/gui
- pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null
- "${S}"/gui/autogen.sh
+ pushd "${S}"/gui > /dev/null
+ ./autogen.sh
popd
fi
}