diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-06 02:06:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-06 02:06:04 +0200 |
commit | 8226c40507d4695b5774f0e52def0905700fdb8f (patch) | |
tree | 7f359506fafef175a02ac70643a2046ecead6824 /dev-libs | |
parent | media-libs/opencolorio: Fix unused CMake variable warning (diff) | |
download | gentoo-8226c40507d4695b5774f0e52def0905700fdb8f.tar.gz gentoo-8226c40507d4695b5774f0e52def0905700fdb8f.tar.bz2 gentoo-8226c40507d4695b5774f0e52def0905700fdb8f.zip |
dev-libs/libdynd: Drop no-op IUSE="mkl"
Bug: https://bugs.gentoo.org/659402
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libdynd/libdynd-0.7.2.ebuild | 10 | ||||
-rw-r--r-- | dev-libs/libdynd/metadata.xml | 1 |
2 files changed, 2 insertions, 9 deletions
diff --git a/dev-libs/libdynd/libdynd-0.7.2.ebuild b/dev-libs/libdynd/libdynd-0.7.2.ebuild index 2f1c96031bd5..c969b21adcea 100644 --- a/dev-libs/libdynd/libdynd-0.7.2.ebuild +++ b/dev-libs/libdynd/libdynd-0.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/libdynd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="cuda doc fftw mkl test" +IUSE="cuda doc fftw test" RESTRICT="!test? ( test )" RDEPEND=" @@ -49,11 +49,6 @@ src_prepare() { -e '/git_describe/d' \ -e '/dirty/d' \ -i CMakeLists.txt || die - # not tested - if use mkl; then - sed -e "s|/opt/intel/.*|$(ls -1d ${EPREFIX}/opt/intel/compilers*)|" \ - -i tests/CMakeLists.txt || die - fi } src_configure() { @@ -64,7 +59,6 @@ src_configure() { -DDYND_SHARED_LIB=ON -DDYND_BUILD_BENCHMARKS=OFF -DDYND_BUILD_DOCS="$(usex doc)" - -DDYND_BUILD_PLUGIN="$(usex mkl)" -DDYND_BUILD_TESTS="$(usex test)" -DDYND_CUDA="$(usex cuda)" -DDYND_FFTW="$(usex fftw)" diff --git a/dev-libs/libdynd/metadata.xml b/dev-libs/libdynd/metadata.xml index 0b3978ba39fe..f5301331ec0b 100644 --- a/dev-libs/libdynd/metadata.xml +++ b/dev-libs/libdynd/metadata.xml @@ -17,7 +17,6 @@ </longdescription> <use> <flag name="cuda">Enable NVIDIA CUDA toolkit support</flag> - <flag name="mkl">Enable a plugin for Intel Math Kernel Library <pkg>sci-libs/mkl</pkg></flag> </use> <upstream> <remote-id type="github">libdynd/libdynd</remote-id> |