Skip to content

Commit

Permalink
Python wheel now targets FESAPI 2.11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeVerney committed Oct 2, 2024
1 parent 2099438 commit a0d5e6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions cmake/modules/FindFESAPI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,9 @@ list(APPEND _FESAPI_SEARCHES _FESAPI_SEARCH_NORMAL)
# The maximum of ranges are defined totally arbitrarily
set(FESAPI_NAMES FesapiCpp)
set(FESAPI_NAMES_DEBUG FesapiCppd)
foreach(minorVer RANGE 7 15)
foreach(patchVer RANGE 0 5)
foreach(tweakVer RANGE 0 5)
list(APPEND FESAPI_NAMES FesapiCpp.2.${minorVer}.${patchVer}.${tweakVer})
list(APPEND FESAPI_NAMES_DEBUG FesapiCppd.2.${minorVer}.${patchVer}.${tweakVer})
endforeach()
endforeach()
foreach(minorVer RANGE 11 99)
list(APPEND FESAPI_NAMES FesapiCpp-2.${minorVer})
list(APPEND FESAPI_NAMES_DEBUG FesapiCppd-2.${minorVer})
endforeach()

# Try each search configuration.
Expand Down
2 changes: 1 addition & 1 deletion cmake/setup_etp.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ ETP is trademark or registered trademark of Energistics Consortium, Inc.''',
package_data={'fetpapi': ['*.dll', '*.so', '*.so.*']},
ext_package='fetpapi',
ext_modules = [fetpapi_module],
install_requires=['fesapi==2.10.1',],
install_requires=['fesapi==2.11.0',],
)

0 comments on commit a0d5e6b

Please sign in to comment.