aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libxc/libxc-1.0.ebuild')
-rw-r--r--sci-libs/libxc/libxc-1.0.ebuild14
1 files changed, 4 insertions, 10 deletions
diff --git a/sci-libs/libxc/libxc-1.0.ebuild b/sci-libs/libxc/libxc-1.0.ebuild
index a7520b1d8..576307c38 100644
--- a/sci-libs/libxc/libxc-1.0.ebuild
+++ b/sci-libs/libxc/libxc-1.0.ebuild
@@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=3
-inherit multilib toolchain-funcs
+inherit fortran-2 multilib toolchain-funcs
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://www.tddft.org/programs/octopus/wiki/index.php/Libxc/"
SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
@@ -17,13 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="fortran"
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- if use fortran ; then
- tc-export FC
- fi
-}
+S="${WORKDIR}"/${MY_P}
src_configure() {
econf \