From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DA8E1382C5 for ; Sun, 8 Apr 2018 05:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48A02E095C; Sun, 8 Apr 2018 05:03:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 267CBE095C for ; Sun, 8 Apr 2018 05:03:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9219335C2E for ; Sun, 8 Apr 2018 05:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 666D4292 for ; Sun, 8 Apr 2018 05:03:42 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1523163809.4059eb3986e2813de01c7d18b8726911d84ffb82.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/paraview/paraview-5.4.1.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 4059eb3986e2813de01c7d18b8726911d84ffb82 X-VCS-Branch: master Date: Sun, 8 Apr 2018 05:03:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c2beab43-02be-4258-90f0-1027dc08c6d9 X-Archives-Hash: 63cbfe27a0f1224f4ad65661f1a153ef commit: 4059eb3986e2813de01c7d18b8726911d84ffb82 Author: Matthias Maier gentoo org> AuthorDate: Sun Apr 8 05:02:40 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Apr 8 05:03:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4059eb39 sci-visualization/paraview: fix QA issues for 5.4.1 Closes: https://bugs.gentoo.org/652698 Package-Manager: Portage-2.3.28, Repoman-2.3.9 sci-visualization/paraview/paraview-5.4.1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sci-visualization/paraview/paraview-5.4.1.ebuild b/sci-visualization/paraview/paraview-5.4.1.ebuild index ebd30586b09..acefd924bae 100644 --- a/sci-visualization/paraview/paraview-5.4.1.ebuild +++ b/sci-visualization/paraview/paraview-5.4.1.ebuild @@ -114,6 +114,7 @@ pkg_setup() { src_prepare() { default + cmake-utils_src_prepare # lib64 fixes sed -i \ @@ -152,7 +153,6 @@ src_configure() { -DOPENGL_glu_LIBRARY="${EPREFIX}"/usr/$(get_libdir)/libGLU.so -DBUILD_SHARED_LIBS=ON -DCMAKE_COLOR_MAKEFILE=TRUE - -DCMAKE_USE_PTHREADS=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DVTK_Group_StandAlone=ON -DVTK_RENDERING_BACKEND=OpenGL2 @@ -161,7 +161,6 @@ src_configure() { # -DVTK_USE_SYSTEM_AUTOBAHN once we transitioned to Python 3... -DVTK_USE_SYSTEM_CGNS=ON -DVTK_USE_SYSTEM_PUGIXML=ON - -DVTK_USE_SYSTEM_PYGMENTS=ON -DVTK_USE_SYSTEM_EXPAT=ON -DVTK_USE_SYSTEM_FREETYPE=ON -DVTK_USE_SYSTEM_GL2PS=OFF # doesn't compile, requires modified sources @@ -173,18 +172,14 @@ src_configure() { -DVTK_USE_SYSTEM_LIBHARU=OFF # doesn't compile, requires modified sources -DVTK_USE_SYSTEM_LIBXML2=ON -DVTK_USE_SYSTEM_LZ4=ON - -DVTK_USE_SYSTEM_MPI4PY=ON -DVTK_USE_SYSTEM_NETCDF=ON -DVTK_USE_SYSTEM_OGGTHEORA=ON -DVTK_USE_SYSTEM_PNG=ON -DVTK_USE_SYSTEM_PROTOBUF=ON - -DVTK_USE_SYSTEM_SIX=ON -DVTK_USE_SYSTEM_TIFF=ON -DVTK_USE_SYSTEM_XDMF2=ON - -DVTK_USE_SYSTEM_TWISTED=ON -DVTK_USE_SYSTEM_XDMF2=OFF -DVTK_USE_SYSTEM_ZLIB=ON - -DVTK_USE_SYSTEM_ZOPE=ON # force this module due to incorrect build system deps # wrt bug 460528 -DModule_vtkUtilitiesProcessXML=ON