@@ -64,21 +64,21 @@ set_property(TARGET dnlp_diff PROPERTY POSITION_INDEPENDENT_CODE ON)
6464# =============================================================================
6565# Python bindings (built when using scikit-build-core)
6666# =============================================================================
67- if (SKBUILD)
68- find_package (Python3 REQUIRED COMPONENTS Interpreter Development.Module NumPy )
69-
70- # Create Python extension module
71- Python3_add_library (_core MODULE python/bindings.c )
72- target_include_directories (_core PRIVATE
73- ${PROJECT_SOURCE_DIR} /include
74- ${PROJECT_SOURCE_DIR} /python
75- ${Python3_NumPy_INCLUDE_DIRS}
76- )
77- target_link_libraries (_core PRIVATE dnlp_diff )
78-
79- # Install to the package directory
80- install (TARGETS _core LIBRARY DESTINATION dnlp_diff_engine)
81- endif ()
67+ # if(SKBUILD)
68+ # find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module NumPy)
69+ #
70+ # # Create Python extension module
71+ # Python3_add_library(_core MODULE python/bindings.c)
72+ # target_include_directories(_core PRIVATE
73+ # ${PROJECT_SOURCE_DIR}/include
74+ # ${PROJECT_SOURCE_DIR}/python
75+ # ${Python3_NumPy_INCLUDE_DIRS}
76+ # )
77+ # target_link_libraries(_core PRIVATE dnlp_diff)
78+ #
79+ # # Install to the package directory
80+ # install(TARGETS _core LIBRARY DESTINATION dnlp_diff_engine)
81+ # endif()
8282
8383# =============================================================================
8484# C tests (only for standalone builds)
0 commit comments