aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2015-02-19 11:46:59 -0700
committerChristoph Junghans <ottxor@gentoo.org>2015-02-19 11:46:59 -0700
commiteecfc54e105baf2142457d8e2c37677af363f3e4 (patch)
treef93c956ef13b52ac5346f6414347640230eca3e5 /sci-chemistry/dl_poly
parentdropped keywords like for >=sys-cluster/openmpi-1.8.4-r3 (diff)
downloadsci-eecfc54e105baf2142457d8e2c37677af363f3e4.tar.gz
sci-eecfc54e105baf2142457d8e2c37677af363f3e4.tar.bz2
sci-eecfc54e105baf2142457d8e2c37677af363f3e4.zip
clean up
Package-Manager: portage-2.2.14
Diffstat (limited to 'sci-chemistry/dl_poly')
-rw-r--r--sci-chemistry/dl_poly/ChangeLog5
-rw-r--r--sci-chemistry/dl_poly/dl_poly-4.05.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-chemistry/dl_poly/ChangeLog b/sci-chemistry/dl_poly/ChangeLog
index 139ec77ec..587f55668 100644
--- a/sci-chemistry/dl_poly/ChangeLog
+++ b/sci-chemistry/dl_poly/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-chemistry/dl_poly
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 19 Feb 2015; Christoph Junghans <ottxor@gentoo.org> dl_poly-4.05.ebuild:
+ clean up
+
18 Dec 2013; Christoph Junghans <ottxor@gentoo.org> dl_poly-1.9.ebuild,
dl_poly-4.05.ebuild:
fixed install name
diff --git a/sci-chemistry/dl_poly/dl_poly-4.05.ebuild b/sci-chemistry/dl_poly/dl_poly-4.05.ebuild
index a646090c4..cb77f4a2e 100644
--- a/sci-chemistry/dl_poly/dl_poly-4.05.ebuild
+++ b/sci-chemistry/dl_poly/dl_poly-4.05.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -31,8 +31,7 @@ src_prepare() {
}
src_compile() {
- # -I/usr/$(get_libdir) is needed to find mpi.mod
- emake -j1 FC="mpif77 -c" FCFLAGS="${FFLAGS} -I${EPREFIX}/usr/$(get_libdir)" LD="mpif77 -o" LDFLAGS="${LDFLAGS}" EXE="${PN}" master
+ emake -j1 FC="mpif77 -c" FCFLAGS="${FFLAGS}" LD="mpif77 -o" LDFLAGS="${LDFLAGS}" EXE="${PN}" master
}
src_install() {