Skip to content

Commit

Permalink
clean CMake install python files directives
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Jan 8, 2024
1 parent ef404e6 commit 5cae311
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
9 changes: 0 additions & 9 deletions slycot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -630,12 +630,6 @@ set(F2PYSOURCE_DEPS
src/transform.pyf src/synthesis.pyf
src/_helper.pyf)

set(PYSOURCE

__init__.py examples.py exceptions.py
analysis.py math.py synthesis.py transform.py
)

set(SLYCOT_MODULE "_wrapper")

set(GENERATED_MODULE
Expand Down Expand Up @@ -681,6 +675,3 @@ endif()
python_extension_module(${SLYCOT_MODULE})

install(TARGETS ${SLYCOT_MODULE} LIBRARY DESTINATION slycot)
install(FILES ${PYSOURCE} DESTINATION slycot)

add_subdirectory(tests)
23 changes: 0 additions & 23 deletions slycot/tests/CMakeLists.txt

This file was deleted.

0 comments on commit 5cae311

Please sign in to comment.