File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ add_custom_target(genpyf
153153add_custom_command (
154154 OUTPUT "${CMAKE_CURRENT_BINARY_DIR } /${f2py_module_c} "
155155 "${CMAKE_CURRENT_BINARY_DIR } /${f2py_module_name} -f2pywrappers.f"
156- "${CMAKE_CURRENT_BINARY_DIR } /${f2py_module_name} -f2pywrappers2.f90"
157156 COMMAND ${PYTHON_EXECUTABLE} -m "numpy.f2py"
158157 -m "${f2py_module_name} "
159158 --lower # Important
@@ -164,7 +163,6 @@ add_custom_command(
164163Python_add_library (${f2py_module_name} MODULE
165164 "${f2py_module_c} "
166165 "${f2py_module_name} -f2pywrappers.f"
167- "${f2py_module_name} -f2pywrappers2.f90"
168166 "${F2PY_INCLUDE_DIR} /fortranobject.c"
169167 "${fortran_src_files} " )
170168
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ classifiers = [
2929 " Programming Language :: Python :: 3.9" ,
3030 " Programming Language :: Python :: 3.10" ,
3131 " Programming Language :: Python :: 3.11" ,
32+ " Programming Language :: Python :: 3.12" ,
3233 " Topic :: Scientific/Engineering :: Atmospheric Science" ,
3334 " Topic :: Software Development" ,
3435 " Operating System :: POSIX" ,
You can’t perform that action at this time.
0 commit comments