bump c++ std to 14 from 11, close rhbz#2164818

This commit is contained in:
Mark E. Fuller 2023-01-26 20:14:37 +02:00
parent 8706905b80
commit 78b0adf2c5
No known key found for this signature in database
GPG Key ID: D1CB9BCF4D87185F
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ Summary: Static libraries for Cantera
%build
%set_build_flags
%scons build prefix=%{_prefix} python_prefix=%{_prefix} libdirname=%{_lib} system_sundials=y f90_interface=y renamed_shared_libraries=n python_package=full system_eigen=y extra_inc_dirs=/usr/include/eigen3 system_fmt=y
%scons build prefix=%{_prefix} python_prefix=%{_prefix} libdirname=%{_lib} system_sundials=y f90_interface=y renamed_shared_libraries=n python_package=full system_eigen=y extra_inc_dirs=/usr/include/eigen3 system_fmt=y cxx_flags='-std=c++14'
%install