-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit cmake-utils flag-o-matic fortran-2
LICENSE="tm-align"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static custom-cflags"
+IUSE="custom-cflags static"
S="${WORKDIR}"
src_prepare() {
+ cp "${FILESDIR}"/CMakeLists.txt . || die
cmake-utils_src_prepare
- cp "${FILESDIR}"/CMakeLists.txt . || die
use static && append-fflags -static && append-ldflags -static
# recommended by upstream
use custom-cflags || replace-flags -O* -O3 && append-fflags -ffast-math