From 5d019c8388130861fe08182dd58bfad64e8810204ede47e6b6b0a622a72dc0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Wed, 11 Mar 2020 15:32:16 +0000 Subject: [PATCH] Accepting request 783936 from home:StefanBruens:branches:science - Remove -DVTK_PYTHON_SITE_PACKAGES_SUFFIX silently added with the last change. As it specifies the path relative to the install prefix, setting it to the absolute python_sitearch is obviously wrong. As VTK figures out the correct path by itself, it is completely unnecessary. OBS-URL: https://build.opensuse.org/request/show/783936 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=150 --- vtk.changes | 9 +++++++++ vtk.spec | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/vtk.changes b/vtk.changes index 933ac13..234606f 100644 --- a/vtk.changes +++ b/vtk.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Mar 11 13:17:49 UTC 2020 - Stefan Brüns + +- Remove -DVTK_PYTHON_SITE_PACKAGES_SUFFIX silently added with the + last change. As it specifies the path relative to the install + prefix, setting it to the absolute python_sitearch is obviously + wrong. As VTK figures out the correct path by itself, it is + completely unnecessary. + ------------------------------------------------------------------- Tue Mar 10 14:06:37 UTC 2020 - Tomáš Chvátal diff --git a/vtk.spec b/vtk.spec index f84f9f7..8943ba0 100644 --- a/vtk.spec +++ b/vtk.spec @@ -402,7 +402,6 @@ export CXXFLAGS="%{optflags}" -DVTK_INSTALL_LIBRARY_DIR:PATH=%{_lib} \ -DVTK_INSTALL_PACKAGE_DIR:PATH=%{_lib}/cmake/%{pkgname} \ -DVTK_INSTALL_QT_DIR:STRING=%{_lib}/qt5/plugins/designer \ - -DVTK_PYTHON_SITE_PACKAGES_SUFFIX:PATH=%{python3_sitearch} \ -DVTK_PYTHON_VERSION=3 \ -DVTK_QT_VERSION=5 \ -DVTK_USE_OGGTHEORA_ENCODER:BOOL=ON \