projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4223dca
)
sci-libs/clapack: EAPI 6
author
Johannes Huber
<johu@gentoo.org>
Sun, 29 Jan 2017 09:18:03 +0000
(10:18 +0100)
committer
Johannes Huber
<johu@gentoo.org>
Sun, 29 Jan 2017 09:25:54 +0000
(10:25 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-libs/clapack/clapack-3.2.1-r8.ebuild
patch
|
blob
|
history
diff --git
a/sci-libs/clapack/clapack-3.2.1-r8.ebuild
b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
index 93558a4ba4c513d497d252f0654147196a03c859..8bbeb96229a7ed39a8bff9e0e6016bb29ce1034a 100644
(file)
--- a/
sci-libs/clapack/clapack-3.2.1-r8.ebuild
+++ b/
sci-libs/clapack/clapack-3.2.1-r8.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-201
4
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=
5
+EAPI=
6
inherit flag-o-matic cmake-utils
@@
-38,6
+38,6
@@
src_configure() {
filter-flags -ftree-vectorize
# causes an internal compiler error with gcc-4.6.2
- local mycmakeargs=(
$(cmake-utils_use_enable test TESTS
) )
+ local mycmakeargs=(
-DENABLE_TESTS=$(usex test
) )
cmake-utils_src_configure
}