File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13 FATAL_ERROR )
2- project (libpressio VERSION "0.56.1 " LANGUAGES CXX C )
2+ project (libpressio VERSION "0.56.2 " LANGUAGES CXX C )
33
44#correct was to set a default build type
55# https://blog.kitware.com/cmake-and-the-default-build-type/
Original file line number Diff line number Diff line change 11Copyright © 2021 , UChicago Argonne, LLC
22All Rights Reserved
3- [libpressio, Version 0.56.1 ]
3+ [libpressio, Version 0.56.2 ]
44Robert Underwood
55Argonne National Laboratory
66
Original file line number Diff line number Diff line change @@ -419,6 +419,13 @@ def get_config(self):
419419 pressio .options_free (lp_options )
420420 return options
421421
422+ def get_configuration (self ):
423+ """get compile time configuration"""
424+ lp_options = pressio .io_get_configuration (self ._io )
425+ options = _pressio_to_python (lp_options )
426+ pressio .options_free (lp_options )
427+ return options
428+
422429 def set_config (self , config ):
423430 """set runtime time options"""
424431 try :
You can’t perform that action at this time.
0 commit comments