File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818### Deprecated
1919
20+ ## [ 4.14.1] - 2025-04-03
21+
22+ ### Fixed
23+
24+ - Fixed bug in f2py3 code
25+
2026## [ 4.14.0] - 2025-03-24
2127
2228### Removed
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ macro (add_f2py3_module _name)
271271 set (MESON_F2PY3_FCOMPILER "${CMAKE_Fortran_COMPILER} " )
272272 endif ()
273273 add_custom_command (OUTPUT "${_name}${F2PY3_SUFFIX} "
274- COMMAND ${CMAKE_COMMAND} -E env "FC=${MESON_F2PY3_FCONFILER } "
274+ COMMAND ${CMAKE_COMMAND} -E env "FC=${MESON_F2PY3_FCOMPILER } "
275275 ${F2PY3_EXECUTABLE} ${F2PY_QUIET} -m ${_name}
276276 --build-dir "${CMAKE_CURRENT_BINARY_DIR} /f2py3-${_name} "
277277 ${_fcompiler_opts} ${_inc_opts} ${_lib_opts} -c ${_abs_srcs} ${REDIRECT_TO_DEV_NULL}
You can’t perform that action at this time.
0 commit comments