SHA256
1
0
forked from pool/paraview
Dominique Leuenberger 2022-07-15 11:52:28 +00:00 committed by Git OBS Bridge
commit c34721b33f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 14 12:07:13 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- 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 <stefan.bruens@rwth-aachen.de>

View File

@ -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 \