forked from pool/paraview
Accepting request 821569 from science
OBS-URL: https://build.opensuse.org/request/show/821569 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=34
This commit is contained in:
commit
6dfc201747
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 17 15:58:34 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Set CMAKE_SKIP_INSTALL_RPATH:BOOL=ON during %cmake for openSUSE
|
||||
Leap 15.2 and older to fix build failures.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 19:57:59 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -189,7 +189,10 @@ sed -Ei "1{s|#!/usr/bin/env python3|#!/usr/bin/python3|}" Clients/CommandLineExe
|
||||
%cmake -DCMAKE_INSTALL_LIBDIR=%{_lib} \
|
||||
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
|
||||
-DPARAVIEW_BUILD_SHARED_LIBS:BOOL=ON \
|
||||
%if 0%{?suse_version} <= 1500
|
||||
-DCMAKE_SKIP_RPATH:BOOL=OFF \
|
||||
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
|
||||
%endif
|
||||
-DPARAVIEW_USE_VTKM:BOOL=OFF \
|
||||
-DPARAVIEW_USE_QT:BOOL=ON \
|
||||
-DPARAVIEW_USE_PYTHON:BOOL=ON \
|
||||
|
Loading…
Reference in New Issue
Block a user