projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6afaf54
)
sci-libs/exodusii: Drop check for FORTRAN compiler if none is required
author
Justin Lecher
<jlec@gentoo.org>
Sat, 20 Feb 2016 14:54:06 +0000
(15:54 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Sat, 20 Feb 2016 15:39:18 +0000
(16:39 +0100)
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558392
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
sci-libs/exodusii/exodusii-6.02.ebuild
patch
|
blob
|
history
diff --git
a/sci-libs/exodusii/exodusii-6.02.ebuild
b/sci-libs/exodusii/exodusii-6.02.ebuild
index 6eec329ec11987ce3d340d00b1cb8a2ead19db3d..8b05c1c296bbf5dcaf2ef53c83c5f79e6edbcc1d 100644
(file)
--- a/
sci-libs/exodusii/exodusii-6.02.ebuild
+++ b/
sci-libs/exodusii/exodusii-6.02.ebuild
@@
-29,6
+29,14
@@
S="${WORKDIR}"/${MY_P}/${MY_PN}
PATCHES=( "${FILESDIR}"/${PN}-5.26-multilib.patch )
+src_prepare() {
+ use test || \
+ sed \
+ -e 's:Fortran::g' \
+ -i CMakeLists.txt || die
+ cmake-utils_src_prepare
+}
+
src_configure() {
local mycmakeargs=(
-DLIB_INSTALL_DIR=$(get_libdir)