Package-Manager: Portage-2.3.48, Repoman-2.3.10
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit cmake-utils multilib
+inherit cmake-utils
DESCRIPTION="C++ library of mathematical, signal processing and communication"
HOMEPAGE="http://itpp.sourceforge.net/"
IUSE="doc"
RDEPEND="
+ sci-libs/fftw:3.0=
virtual/blas
virtual/lapack
- >=sci-libs/fftw-3"
+"
DEPEND="${RDEPEND}
virtual/pkgconfig
- doc? ( app-doc/doxygen virtual/latex-base )"
+ doc? (
+ app-doc/doxygen
+ virtual/latex-base
+ )
+"
DOCS=( ChangeLog NEWS AUTHORS README )
src_configure() {
local mycmakeargs=(
-DBLA_VENDOR=Generic
- $(cmake-utils_use doc HTML_DOCS)
+ -DHTML_DOCS=$(usex doc)
)
cmake-utils_src_configure
}