Accepting request 1099807 from home:vicentebolea:branches:science

- Fixes build issue that demands to use -std=c++17. This was done
  by changing the dependency of protobuf from external to internal.

OBS-URL: https://build.opensuse.org/request/show/1099807
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=116
This commit is contained in:
Vicente Adolfo Bolea Sanchez 2023-07-21 19:51:26 +00:00 committed by Git OBS Bridge
parent 5b6b8d4c80
commit c45180d208
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jul 20 00:00:00 UTC 2023 - vicente.bolea@gmail.com
- Fixes build issue that demands to use -std=c++17. This was done
by changing the dependency of protobuf from external to internal.
-------------------------------------------------------------------
Sat Apr 8 19:24:18 UTC 2023 - bjorn.lie@gmail.com

View File

@ -115,7 +115,6 @@ BuildRequires: pkgconfig(libtiff-4)
BuildRequires: pkgconfig(netcdf)
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(protobuf) >= 2.6.0
BuildRequires: pkgconfig(sqlite3)
%if %{with nlohmann}
BuildRequires: pkgconfig(nlohmann_json)
@ -232,6 +231,7 @@ sed -Ei "1{s|#!/usr/bin/env python3|#!/usr/bin/python3|}" Clients/CommandLineExe
-DVTK_BUILD_QT_DESIGNER_PLUGIN:BOOL=OFF \
-DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON \
-DPARAVIEW_BUILD_WITH_EXTERNAL:BOOL=ON \
-DVTK_MODULE_USE_EXTERNAL_ParaView_protobuf:BOOL=OFF \
-DVTK_MODULE_USE_EXTERNAL_ParaView_vtkcatalyst:BOOL=OFF \
-DVTK_MODULE_USE_EXTERNAL_VTK_exprtk:BOOL=OFF \
-DVTK_MODULE_USE_EXTERNAL_VTK_fmt:BOOL=OFF \