forked from pool/paraview
Accepting request 821539 from home:badshah400:branches:science
- Set CMAKE_SKIP_INSTALL_RPATH:BOOL=ON during %cmake for openSUSE Leap 15.2 and older to fix build failures. OBS-URL: https://build.opensuse.org/request/show/821539 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=85
This commit is contained in:
parent
8b450ebe66
commit
22b398da4f
@ -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>
|
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} \
|
%cmake -DCMAKE_INSTALL_LIBDIR=%{_lib} \
|
||||||
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
|
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
|
||||||
-DPARAVIEW_BUILD_SHARED_LIBS:BOOL=ON \
|
-DPARAVIEW_BUILD_SHARED_LIBS:BOOL=ON \
|
||||||
|
%if 0%{?suse_version} <= 1500
|
||||||
-DCMAKE_SKIP_RPATH:BOOL=OFF \
|
-DCMAKE_SKIP_RPATH:BOOL=OFF \
|
||||||
|
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
|
||||||
|
%endif
|
||||||
-DPARAVIEW_USE_VTKM:BOOL=OFF \
|
-DPARAVIEW_USE_VTKM:BOOL=OFF \
|
||||||
-DPARAVIEW_USE_QT:BOOL=ON \
|
-DPARAVIEW_USE_QT:BOOL=ON \
|
||||||
-DPARAVIEW_USE_PYTHON:BOOL=ON \
|
-DPARAVIEW_USE_PYTHON:BOOL=ON \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user