File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ set_source_files_properties(${PROJECT_SOURCE_DIR}/../SWIG/oreanalytics.i PROPERT
9191set_source_files_properties (${PROJECT_SOURCE_DIR} /../SWIG/oreanalytics.i PROPERTIES SWIG_FLAGS "-includeall" )
9292#set_source_files_properties(${PROJECT_SOURCE_DIR}/../SWIG/oreanalytics.i PROPERTIES SWIG_FLAGS "-py3")
9393
94- # Tell SWIG to build a Python module, to be called "OREAnalytics "
94+ # Tell SWIG to build a Python module, to be called "ORE "
9595# NB: Variable CMAKE_DEBUG_POSTFIX holds the suffix of the lib name on disk.
9696# Function swig_add_library() (defined in module UseSWIG.cmake) misappropriates this variable in two ways:
9797# 1) It uses the variable as part of the name of a function in the autogenerated C source code.
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ def finalize_options(self):
261261]
262262
263263setup (name = "open-source-risk-engine" ,
264- version = "1.8.9.2 " ,
264+ version = "1.8.10 " ,
265265 description = "Python bindings for the OREAnalytics library" ,
266266 long_description = """
267267OREAnalytics (http://opensourcerisk.org/) is a C++ library for financial quantitative
You can’t perform that action at this time.
0 commit comments