Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,6 @@ endif()
# Enable position-independent code for shared library compatibility
set_property(TARGET dnlp_diff PROPERTY POSITION_INDEPENDENT_CODE ON)

# =============================================================================
# Python bindings (built when using scikit-build-core)
# =============================================================================
#if(SKBUILD)
# find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module NumPy)
#
# # Create Python extension module
# Python3_add_library(_core MODULE python/bindings.c)
# target_include_directories(_core PRIVATE
# ${PROJECT_SOURCE_DIR}/include
# ${PROJECT_SOURCE_DIR}/python
# ${Python3_NumPy_INCLUDE_DIRS}
# )
# target_link_libraries(_core PRIVATE dnlp_diff)
#
# # Install to the package directory
# install(TARGETS _core LIBRARY DESTINATION dnlp_diff_engine)
#endif()

# =============================================================================
# C tests (only for standalone builds)
# =============================================================================
Expand Down
31 changes: 0 additions & 31 deletions python/atoms/add.h

This file was deleted.

31 changes: 0 additions & 31 deletions python/atoms/asinh.h

This file was deleted.

31 changes: 0 additions & 31 deletions python/atoms/atanh.h

This file was deleted.

33 changes: 0 additions & 33 deletions python/atoms/broadcast.h

This file was deleted.

23 changes: 0 additions & 23 deletions python/atoms/common.h

This file was deleted.

36 changes: 0 additions & 36 deletions python/atoms/const_scalar_mult.h

This file was deleted.

59 changes: 0 additions & 59 deletions python/atoms/const_vector_mult.h

This file was deleted.

35 changes: 0 additions & 35 deletions python/atoms/constant.h

This file was deleted.

31 changes: 0 additions & 31 deletions python/atoms/cos.h

This file was deleted.

32 changes: 0 additions & 32 deletions python/atoms/diag_vec.h

This file was deleted.

Loading