commit:     8226c40507d4695b5774f0e52def0905700fdb8f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 00:06:04 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 00:06:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8226c405

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 <AT> gentoo.org>

 dev-libs/libdynd/libdynd-0.7.2.ebuild | 10 ++--------
 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 2f1c96031bd..c969b21adce 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 0b3978ba39f..f5301331ec0 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>

Reply via email to