Files
itpp/itpp-limit-gcc-standard.patch
Dmitry Roshchin f30af3e61f Accepting request 1224641 from home:StefanBruens:branches:science
- Use C++14, minimum required for current gtest dependency.
- Fix patch macro syntax for RPM 4.20 compatibility.
- Remove timestamp from documentation, use mathjax instead of
  LaTeX + ghostscript.
- Run tests

OBS-URL: https://build.opensuse.org/request/show/1224641
OBS-URL: https://build.opensuse.org/package/show/science/itpp?expand=0&rev=15
2024-11-18 08:13:56 +00:00

12 lines
399 B
Diff

diff -up itpp-4.3.1/CMakeLists.txt.aaaa itpp-4.3.1/CMakeLists.txt
--- itpp-4.3.1/CMakeLists.txt.aaaa 2022-03-30 23:58:28.252182813 +0200
+++ itpp-4.3.1/CMakeLists.txt 2022-03-31 00:02:33.936438377 +0200
@@ -28,6 +28,7 @@
cmake_minimum_required ( VERSION 2.8.11 )
set ( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules/ ${CMAKE_MODULE_PATH} )
+set ( CMAKE_CXX_STANDARD 14 )
project(ITPP)