File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
NSIDC-OSTIA_SST-ICE_blend Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
+ - Moved from ` f2py2 ` to ` f2py3 ` to enable removal of Python 2 support
15
+
14
16
### Fixed
15
17
16
18
### Removed
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ ecbuild_add_executable (
52
52
set_target_properties (reynolds_QUART.x PROPERTIES Fortran_MODULE_DIRECTORY ${include_${this}} )
53
53
54
54
if (USE_F2PY )
55
- find_package (F2PY2 )
56
- if (F2PY2_FOUND )
57
- esma_add_f2py2_module (read_ops_bcs
55
+ find_package (F2PY3 )
56
+ if (F2PY3_FOUND )
57
+ esma_add_f2py3_module (read_ops_bcs
58
58
SOURCES read_bin.f90
59
59
DESTINATION bin
60
60
INCLUDEDIRS ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR} /lib ${include_${this}}
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ ecbuild_add_executable (
39
39
set_target_properties (gen_forecast_bcs.x PROPERTIES Fortran_MODULE_DIRECTORY ${include_${this}} )
40
40
41
41
if (USE_F2PY )
42
- find_package (F2PY2 )
43
- if (F2PY2_FOUND )
44
- esma_add_f2py2_module (read_sst_ice_bcs
42
+ find_package (F2PY3 )
43
+ if (F2PY3_FOUND )
44
+ esma_add_f2py3_module (read_sst_ice_bcs
45
45
SOURCES read_sst_ice_bin.f90
46
46
DESTINATION bin
47
47
INCLUDEDIRS ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR} /lib ${include_${this}}
You can’t perform that action at this time.
0 commit comments