SHA256
1
0
forked from pool/vtk

Accepting request 591272 from home:StefanBruens:branches:science

- Use split libboost*-devel BuildRequires for TW and Leap/SLE 15

OBS-URL: https://build.opensuse.org/request/show/591272
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=115
This commit is contained in:
Atri Bhattacharya 2018-03-26 21:01:22 +00:00 committed by Git OBS Bridge
parent c5238124f5
commit 0f70783395
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 4 00:41:17 UTC 2018 - stefan.bruens@rwth-aachen.de
- Use split libboost*-devel BuildRequires for TW and Leap/SLE 15
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 24 11:28:47 UTC 2018 - fstrba@suse.com Wed Jan 24 11:28:47 UTC 2018 - fstrba@suse.com

View File

@ -43,7 +43,14 @@ Patch1: vtk-fix-file-contains-date-time.patch
Patch3: 0001-Allow-compilation-on-GLES-platforms.patch Patch3: 0001-Allow-compilation-on-GLES-platforms.patch
BuildRequires: Mesa-libGL-devel BuildRequires: Mesa-libGL-devel
BuildRequires: R-base-devel BuildRequires: R-base-devel
%if 0%{?suse_version} >= 1500
BuildRequires: libboost_graph-devel
BuildRequires: libboost_graph_parallel-devel
BuildRequires: libboost_mpi-devel
BuildRequires: libboost_serialization-devel
%else
BuildRequires: boost-devel BuildRequires: boost-devel
%endif
BuildRequires: chrpath BuildRequires: chrpath
BuildRequires: cmake >= 3.4 BuildRequires: cmake >= 3.4
BuildRequires: doxygen BuildRequires: doxygen