dev-libs/starpu: Drop USE qt4
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 24 Jan 2018 22:48:36 +0000 (23:48 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 24 Jan 2018 22:51:55 +0000 (23:51 +0100)
Bug: https://bugs.gentoo.org/553164
Package-Manager: Portage-2.3.20, Repoman-2.3.6

dev-libs/starpu/starpu-1.1.5-r1.ebuild
dev-libs/starpu/starpu-1.1.5.ebuild

index f6b978c34f0078f9522241827055207a6c8e128c..c6fda9dd478c6587a6713dd22a3fe52392c80848 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ SLOT="0/8"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl
-       qt4 static-libs test"
+       static-libs test"
 
 RDEPEND="
        sys-apps/hwloc:0=
@@ -28,11 +28,7 @@ RDEPEND="
        fftw? ( sci-libs/fftw:3.0= )
        mpi? ( virtual/mpi )
        opencl? ( virtual/opencl )
-       opengl? ( media-libs/freeglut:0= )
-       qt4? (  >=dev-qt/qtgui-4.7:4
-                       >=dev-qt/qtopengl-4.7:4
-                       >=dev-qt/qtsql-4.7:4
-                       x11-libs/qwt:5 )"
+       opengl? ( media-libs/freeglut:0= )"
 
 DEPEND="${RDEPEND}
        virtual/pkgconfig
@@ -53,6 +49,7 @@ src_configure() {
 
        econf \
                --disable-build-examples \
+               --disable-starpu-top \
                $(use_enable cuda) \
                $(use_enable debug) \
                $(use_enable doc build-doc) \
@@ -60,7 +57,6 @@ src_configure() {
                $(use_enable gcc-plugin gcc-extensions) \
                $(use_enable opencl) \
                $(use_enable opengl opengl-render) \
-               $(use_enable qt4 starpu-top) \
                $(use_enable static-libs static) \
                $(use_with mpi mpicc "$(type -P mpicc)") \
                $(use cuda && use_enable blas magma) \
index 420f6f28d9b56ad9507fe46e85b7d94e2e31ccca..ce3ab4e90515d4ec781d5487cee08213bd3f5300 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~x86 ~amd64-linux ~x86-linux"
 
-IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl qt4
+IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl
        static-libs test"
 
 RDEPEND="
@@ -29,11 +29,7 @@ RDEPEND="
        fftw? ( sci-libs/fftw:3.0= )
        mpi? ( virtual/mpi )
        opencl? ( virtual/opencl )
-       opengl? ( media-libs/freeglut:0= )
-       qt4? (  >=dev-qt/qtgui-4.7:4
-                       >=dev-qt/qtopengl-4.7:4
-                       >=dev-qt/qtsql-4.7:4
-                       x11-libs/qwt:5 )"
+       opengl? ( media-libs/freeglut:0= )"
 
 DEPEND="${RDEPEND}
        virtual/pkgconfig
@@ -53,6 +49,7 @@ src_configure() {
 
        local myeconfargs=(
                --disable-build-examples
+               --disable-starpu-top
                $(use_enable cuda)
                $(use_enable debug)
                $(use_enable doc build-doc)
@@ -60,7 +57,6 @@ src_configure() {
                $(use_enable gcc-plugin gcc-extensions)
                $(use_enable opencl)
                $(use_enable opengl opengl-render)
-               $(use_enable qt4 starpu-top)
                $(use_with mpi mpicc "$(type -P mpicc)")
                $(use cuda && use_enable blas magma)
                $(use mpi && use_enable test mpi-check)