From 233a5c417b368ee7ca75c04ad63bd6e9769d15dbd534cfdb6a828b0f171121aa Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Thu, 14 Jul 2022 14:50:50 +0000 Subject: [PATCH] Accepting request 989160 from home:badshah400:branches:science Pass CMAKE_SKIP_INSTALL_RPATH=ON for openSUSE > 1500 as well to enure no left-over rpaths in binaries; this fixes build failures in Factory. OBS-URL: https://build.opensuse.org/request/show/989160 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=108 --- paraview.changes | 7 +++++++ paraview.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/paraview.changes b/paraview.changes index 21398f3..2d7b022 100644 --- a/paraview.changes +++ b/paraview.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 14 12:07:13 UTC 2022 - Atri Bhattacharya + +- Pass CMAKE_SKIP_INSTALL_RPATH=ON for openSUSE > 1500 as well + to enure no left-over rpaths in binaries; this fixes build + failures in Factory. + ------------------------------------------------------------------- Sun Apr 10 13:40:48 UTC 2022 - Stefan BrĂ¼ns diff --git a/paraview.spec b/paraview.spec index 78daf57..a7e4ff3 100644 --- a/paraview.spec +++ b/paraview.spec @@ -193,8 +193,8 @@ sed -Ei "1{s|#!/usr/bin/env python3|#!/usr/bin/python3|}" Clients/CommandLineExe -DPARAVIEW_BUILD_SHARED_LIBS:BOOL=ON \ %if 0%{?suse_version} <= 1500 -DCMAKE_SKIP_RPATH:BOOL=OFF \ - -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \ %endif + -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \ -DPARAVIEW_USE_VTKM:BOOL=OFF \ -DPARAVIEW_USE_QT:BOOL=ON \ -DPARAVIEW_USE_PYTHON:BOOL=ON \